MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
MicroPython for ESP32 with psRAM support
I set up the FTP server as described in the Wiki. Now when using IntelliJ I can configure the FTP server and I do see the folders. However, when it...
If I create a /flash/lib/lora directory and put sx127x.py in that directory, the import sx127x doesn't work. I thought I can import modules from anywhere in the file system as...
Hello, In micropython _thread module is a locks support that is different from thread_lock here. It offers more elegant solution than blocking all threads while one is executed. Can it...
Hi, I'm following this article to allow for Just In Time Provisioning of my IOT Device/Thing: https://aws.amazon.com/blogs/iot/setting-up-just-in-time-provisioning-with-aws-iot-core/ The call to mqtt requires a ca, cert, and key file to be...
Hi LoBo, I am unable to add mqtt module. I'm unable to build this ( I tried multiple times and it always fails) https://gist.github.com/akisKING/2976ddd81135c775ea2e1d9c66ba4596
I use the tft tft = display.TFT() tft.init(type=0 ,mosi=23, miso=19, clk=18, cs=5 ,dc=21 ,spihost=1,rot=3,splash = False) and the uSD on the same SPI (on an odroid go) as an UART...
>>> import machine >>> import esp Traceback (most recent call last): File "", line 1, in ImportError: no module named 'esp' >>> import esp32 Traceback (most recent call last): File...
Hello @loboris , first of all thanks a lot for the great repository ! This is actually more like a question than a issue. My current approach to subscribe to...
There is a mistake in the picture. The pin 1 of the ds18x20 should be connected with the Vdd and the pin 3 with the GND.
Allow the -v command line option to also work for the "flash" command.