Search found 3 matches

by jarda
Tue Jan 08, 2019 1:07 am
Forum: micro:bit boards
Topic: How to add my own python module to micropython hex file?
Replies: 1
Views: 3057

How to add my own python module to micropython hex file?

I know how to build micropython for microbit and how to add my own python program to it. It is executed if there is not main.py in microbit flash storage. I know that there exists a way how to add C module which could be used with python program. But is there a way how to add precompiled python modu...
by jarda
Tue Jan 08, 2019 12:40 am
Forum: micro:bit boards
Topic: Radio communication (Nordic Gazell)
Replies: 1
Views: 3179

Radio communication (Nordic Gazell)

Is there something new in radio communication between microbit and the other microcontroller world? Is there any possible (not obscure) way to communicate with china's NRF24L01 or something else cheaper than microbit itself?
by jarda
Sun Sep 04, 2016 10:22 pm
Forum: ESP8266 boards
Topic: How to get free space of internal file system?
Replies: 13
Views: 25262

How to get free space of internal file system?

Is there a way how to get information about free space of the ESP8266 internal file system? I have only found esp.flash_size() (4194304 on my board).

Thanks!

J.