Search found 4 matches

by sujoymisc@gmail.com
Sat Aug 07, 2021 4:12 am
Forum: ESP32 boards
Topic: Compiled binary of micropython
Replies: 5
Views: 3522

Re: Compiled binary of micropython

how to add esp32 board micropython custom function with the micropython firmware (.bin)? How can we build custom micropython firmware?
by sujoymisc@gmail.com
Fri Aug 06, 2021 3:33 pm
Forum: ESP32 boards
Topic: Compiled binary of micropython
Replies: 5
Views: 3522

Re: Compiled binary of micropython

Thanks for the solution, I have created .mpy file in host computer, how to copy it to ESP32 board? Thonny only supports .py file to upload.
by sujoymisc@gmail.com
Mon Jul 26, 2021 5:49 pm
Forum: ESP32 boards
Topic: Compiled binary of micropython
Replies: 5
Views: 3522

Compiled binary of micropython

How to compile the micropython .py file into a binary file and later import it to main.py?
by sujoymisc@gmail.com
Sat Sep 21, 2019 4:37 pm
Forum: MicroPython pyboard
Topic: DAC Class
Replies: 2
Views: 1924

DAC Class

In the command: DAC.write_timed(data, freq, *, mode=DAC.NORMAL)
What DAC.NORMAL and DAC.CIRCULAR means?