nRF24 / CircuitPython_nRF24L01

CircuitPython driver library for the nRF24L01 transceiver.
http://circuitpython-nrf24l01.rtfd.io/
MIT License
45 stars 11 forks source link

This lib can be used micropython pyboard #21

Closed skylin008 closed 3 years ago

skylin008 commented 3 years ago

Hello, thank you shared this impressive project, Does this lib can be used in micropython pyboard.If yes, how to modifed to suit micropython.Thanks!

2bndy5 commented 3 years ago

I have started testing Github's new Discussions platform for this repo (literally a few hours ago). Coincidentally, I have started a discussion about backporting this library for micropython. You are welcome to continue this inquiry here or in that discussion, but please read the initial post in that discussion first as it requires files I wrote for a separate repo.

2bndy5 commented 3 years ago

Also, it turns out that the pyboard (v1.1) will run circuipython, but you need to flash the circuipython firmware onto the pyboard

skylin008 commented 3 years ago

Thank you!

2bndy5 commented 3 years ago

@skylin008 I'm curious, are you able to use this library in micropython? or did you flash circuitpython?

I don't have a pyboard to test with, but either way I'm glad I was able to help in some way.