Search found 352 matches
- Thu Nov 04, 2021 10:58 pm
- Forum: ESP32 boards
- Topic: compile vs freeze module (with esp32 spiram support enabled)
- Replies: 5
- Views: 6179
Re: compile vs freeze module (with esp32 spiram support enabled)
The import time of frozen modules is usually smaller. For example, see some benchmarks for Pycom WiPy 3, last table of section 4.2 : https://gitlab.com/rcolistete/micropython-samples/-/blob/master/Pycom/Usando_WiPy3_pt-br.md#42-tempo-e-ram-gastos-para-importar-m%C3%B3dulos Yeah, I need to translate ...
- Mon Nov 01, 2021 1:55 pm
- Forum: Other Boards
- Topic: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc
- Replies: 19
- Views: 51089
Re: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc
There is CircuitPython for Seeeduino Wio Terminal since v6.0.0 :
https://circuitpython.org/board/seeeduino_wio_terminal/
https://circuitpython.org/board/seeeduino_wio_terminal/
- Tue Jul 20, 2021 9:06 am
- Forum: ESP32 boards
- Topic: Deep Sleep amps too high?
- Replies: 3
- Views: 4115
- Wed Jun 09, 2021 6:13 am
- Forum: Other Boards
- Topic: Pycom F01 H7 - STM32H7 MCU + WiFi + BLE + LoRa + LTE-M
- Replies: 1
- Views: 47270
Pycom F01 H7 - STM32H7 MCU + WiFi + BLE + LoRa + LTE-M
New hardware announced in June 8th 2021, Pycom F01 H7, using STM32H7 MCU + WiFi + BLE + LoRa + LTE-M . https://www.murata.com/-/media/webrenewal/products/info/connectivitymodule/lpwa/2021/0608/0608-img0001.ashx?la=en-gb&cvid=20210604051507000000 OEM module to be released in September 15th 2021. The ...
- Wed May 19, 2021 2:44 pm
- Forum: General Discussion and Questions
- Topic: What does "Suitable hardware" mean?
- Replies: 2
- Views: 4392
Re: What does "Suitable hardware" mean?
MicroPython for BBC micro:bit is also limited with respect to interrupt handlers, as far as I remember.
- Wed May 12, 2021 10:29 pm
- Forum: General Discussion and Questions
- Topic: Convert str to float
- Replies: 4
- Views: 5944
Re: Convert str to float
Here are some ESP32 firmwares with DP (double precision), ulab, etc :
https://gitlab.com/rcolistete/micropyth ... ster/ESP32
Yeah, I need to update with newer versions of firmware and ulab.
https://gitlab.com/rcolistete/micropyth ... ster/ESP32
Yeah, I need to update with newer versions of firmware and ulab.
- Mon May 10, 2021 5:13 pm
- Forum: General Discussion and Questions
- Topic: Can MP support huge flash storages?
- Replies: 2
- Views: 4344
Re: Can MP support huge flash storages?
Some Teensy boards (Teensy 3.6 and 4.1), using Arduino programming, support USB storage. https://www.pjrc.com/ https://www.pjrc.com/store/teensy41.html https://www.pjrc.com/store/cable_usb_host_t36.html But CircuitPython : https://circuitpython.org/board/teensy41/ https://forum.pjrc.com/threads/5904...
- Sun May 09, 2021 5:14 pm
- Forum: General Discussion and Questions
- Topic: Adding new Font to M5stack is possible?
- Replies: 1
- Views: 3962
Re: Adding new Font to M5stack is possible?
Which largest font are you using with M5Stack MicroPython (UIFlow) ? Show your code, please.
- Thu May 06, 2021 1:13 pm
- Forum: Development of MicroPython
- Topic: Running custom C module on external flash
- Replies: 1
- Views: 4944
Re: Running custom C module on external flash
See pages 8 and 9 of this topic, "ulab, or what you will - numpy on bare metal", about "FLASH_APP", "FLASH_EXT,", etc :
viewtopic.php?f=3&t=7005&p=49102
viewtopic.php?f=3&t=7005&p=49232
viewtopic.php?f=3&t=7005&p=49102
viewtopic.php?f=3&t=7005&p=49232
- Wed May 05, 2021 2:36 pm
- Forum: General Discussion and Questions
- Topic: Sad farewell to pyboard and micropython, another push is needed to finish things off...
- Replies: 10
- Views: 13456
Re: Sad farewell to pyboard and micropython, another push is needed to finish things off...
There are many companies using MicroPython in many variants (official, Pycom, M5Stack, OpenMV, etc) and boards. Some applications are in the field, running for months or years.
So it is up to you to read, search, learn, practice, discuss, report bugs, etc, about MicroPython.
So it is up to you to read, search, learn, practice, discuss, report bugs, etc, about MicroPython.