-
• #2
I'm afraid I don't think they're built in by default because of the pain of supporting them.
You could either use an official board like the Espruino Pico or WiFi, or could possibly try and build it in yourself?
-
• #3
The Pico microcontroller is an stm32f4 too, the module should be almost the same, don't you think?
Any idea where to start to build the module by myself? -
• #4
Shouldn't be too hard... Check out https://github.com/espruino/Espruino/blob/master/README_Building.md
And compare https://github.com/espruino/Espruino/blob/master/boards/STM32F4DISCOVERY.py and https://github.com/espruino/Espruino/blob/master/boards/PICO_R1_3.py - shouldn't be too hard to add
Hi,
Is possible to use the USB and USB HID modules with the STM32F4 Discovery?
When I try to use the module I get the following error:
Code:
1 Attachment