Stefan Kratochwil stefank
  • Joined on 2024-04-15
stefank created pull request TonBERRY/tonberry-pico#4 2024-11-26 21:04:36 +00:00
micropython-mfrc522
stefank pushed to micropython-mfrc522 at TonBERRY/tonberry-pico 2024-11-26 20:46:58 +00:00
0b8839596a Fixes for flake8.
stefank pushed to micropython-mfrc522 at TonBERRY/tonberry-pico 2024-11-26 20:37:35 +00:00
3ea4801d1b Made tag uid retrieval awaitable.
15b308b756 Fixed uid output. Also fixed line endings (sorry).
d049e83942 We are not interested in the card's content.
Compare 3 commits »
stefank pushed to micropython-mfrc522 at TonBERRY/tonberry-pico 2024-11-19 20:13:13 +00:00
4fbd64a51b Added deployment script and example main.py.
stefank created branch micropython-mfrc522 in TonBERRY/tonberry-pico 2024-11-19 19:26:19 +00:00
stefank pushed to micropython-mfrc522 at TonBERRY/tonberry-pico 2024-11-19 19:26:19 +00:00
716731180e Added micropython library for the mfrc522 card reader.
stefank approved TonBERRY/tonberry-pico#3 2024-06-19 18:07:36 +00:00
audiocore-i2s-driver
stefank commented on pull request TonBERRY/tonberry-pico#3 2024-06-09 19:42:31 +00:00
audiocore-i2s-driver

bool i2s_init(int out_pin, int sideset_base, int samplerate) Is it clear to the user that setting sideset_base means initializing gpio sideset_base and sideset_base+1?

We should also…

stefank pushed to mfr522_driver_integration at stefank/rpi_pico_mfrc522 2024-06-03 20:11:23 +00:00
ace6c49c8c Switched to mfrc522 driver fork.
stefank pushed to mfr522_driver_integration at stefank/rpi_pico_mfrc522 2024-06-02 08:27:47 +00:00
501cfcb03a Improved readability of SPI related debug messages.
42cab6dcc3 Attempt to replicate the initialization sequence of an arduino project.
Compare 2 commits »
stefank pushed to mfr522_driver_integration at stefank/rpi_pico_mfrc522 2024-05-31 22:34:51 +00:00
0fd71c101c WIP: Reuse logic from arduino project wo make mfrc522 work.
stefank commented on pull request TonBERRY/tonberry-pico#2 2024-05-31 18:25:54 +00:00
neopixel-driver-with-asyncio-dma

bpp==bits per pixel?

stefank approved TonBERRY/tonberry-pico#1 2024-05-31 15:04:32 +00:00
micropython-integration
stefank commented on pull request TonBERRY/tonberry-pico#1 2024-05-31 14:59:16 +00:00
micropython-integration

I think this needs a bit of clarification. Where does this number come from? Guesstimate?

stefank commented on pull request TonBERRY/tonberry-pico#1 2024-05-31 14:59:16 +00:00
micropython-integration

Better use only -j. Not everyone wants to build with exactly 16 threads.

stefank commented on pull request TonBERRY/tonberry-pico#1 2024-05-31 14:59:16 +00:00
micropython-integration

Globaler Kommentar

stefank pushed to mfr522_driver_integration at stefank/rpi_pico_mfrc522 2024-05-31 13:24:33 +00:00
561b6d7ff7 Probably (!) fixed problem with spurious interrupts.
stefank pushed to mfr522_driver_integration at stefank/rpi_pico_mfrc522 2024-05-20 21:13:16 +00:00
2b98beab3a Initialization seems to work now: reading/writing requires a-/prepending a byte.
stefank pushed to mfr522_driver_integration at stefank/rpi_pico_mfrc522 2024-05-16 19:44:40 +00:00
8ac8726904 Initial SPI integration. Known issue: RC522 reports invalid version id.
32c0865e32 Workaround: don't stop timer during debugging to prevent lockup while sleeping.
bf0f63032e Enable stdio on uart for debugging.
Compare 3 commits »