Kevin Thomas

Results 25 comments of Kevin Thomas

Thank you all! I did the same as praveen2k10 and it works.

There is no way to output any `print('hello')` capabilities when you use the run main.py. Any workaround?

Ask this question in the next generation of micro:bit for microcontrollers which is the MiniPython programming language. Click HERE and re-ask your question. - https://github.com/mytechnotalent/minipython today!

Yes it is MicroPython but as it is built it will include steps to build your own modules and continue the development. The ultimate goal is to get more people...

Hi @victorzaloga there is no deque within that module for the BBC firmware. Here is how you can see what methods are available to you in the REPL. `import ucollections`...

For anyone still having issues I added some steps to @pyeprog amazing original tutorial with a complete example. It is important that educations have tools like this to build custom...

Thanks @whaleygeek I will keep an eye out for updates.

@whaleygeek I am able to get my unittests to pass however when running the `python3 -m unittest discover` those two of yours are failing. It is not a blocker by...

@efectn have you made a TinyGo nRF24 driver and example? I am trying to use this on the Raspberry Pi Pico.