MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
MicroPython for ESP32 with psRAM support
The test code: https://github.com/micropython/micropython/blob/master/tests/thread/thread_gc1.py As this branch does not support _thread.allocate_lock(), instead, it has "_thread.lock()" and "_thread.unlock", I've changed the code using these lock APIs, but the test does not...
When I use microWebSrv+microWebSocket, Guru Meditation (LoadProhibited) occurs when automatic GC runs or manually run gc.collect(). I wrote a minimal code to reproduce the issue which ended up in assertion...
Hi @loboris , Thanks for this nice work. This is a general question I am confused/interested about. How did you update the core micro-python with "official" micro-python? Can you share...
Hi, the IoT server to which I try to connect with mqtt requires 36-byte long username and clientid. When I enter such values to network.mqtt(), I get errors about too...
This is important for compatability with libraries that call `mp_sched_schedule` and need to compile on both the original Microptython and lobo's Micropython. New prototype name changed to `mp_sched_schedule_ex`
Adds support for loading and running ULP code (taken from [Andreas Valder's PR to Damien George's MicroPython](https://github.com/micropython/micropython/pull/3577)) together with [Thomas Waldmann's micropython ULP assembler](https://github.com/ThomasWaldmann/py-esp32-ulp). ulp_count.py included as simple usage example...
Interface to ESP32 quadrature decoder. Works well with motors, etc. Documentation: https://people.eecs.berkeley.edu/~boser/courses/49_sp_2019/N_mcu.html#_quadrature_decoder_counter
# Fix bugs - mpu6500.py - fix (180 / pi) value 57.295779578552 -> 57.295779513082 - fix _GYRO_SO_500DPS value 62.5 -> 65.5 # Fix typos - ak8963.py - adjustement -> adjustment
After transfering a file 5 times with FTP, I can't manage to send it again. It's exactly the internal file system size. Should I understand that I need to clear...
SD Card
Hi, I did not see much about it, but I can't make it work in SD_Mode 1_Line or SPI. I used to be able (April), but now I am not....