MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
MicroPython for ESP32 with psRAM support
The Neopixel.timings() method argument order is wrong but more seriously it generates pulses that are out of order. The faulty pattern looks like: T1L always precedes T0H instead of T1L...
First of all, I would like to thank Loboris for his efforts on esp32. I have tried two modules, PWM and adc, which are much more powerful than the mainline....
If I initalise an SPI device: spi = machine.SPI(spihost=1, miso=19, mosi=18, sck=5, cs=4, phase=1) And then initialise a TFT display: tft.init(tft.ILI9341, spihost=1, width=240, height=320, miso=19, mosi=18, clk=5, cs=15, dc=33, bgr=True,...
This is trivial on Arduino -- just call `Serial.read` and `Serial.write`. Isn't there anything comparable here? I want to plug my m5stack into a computer and run a command line...
This is an improvement request to extend the existing SSH module with (basic) VT100 terminal functionality. Doing so, would allow seeing and interacting with `ncurses` programs running on the server...
This is an improvement request for the SSH module. The proposal is to offer [MOSH](https://en.wikipedia.org/wiki/Mosh_%28software%29) on top of SSH. This would result in more robust connections for mobile clients. Furthermore,...
**xSemaphoreTake(neopixel_sem, 0) == pdTRUE** will never get from neopixel finish ISR
In order to use an IDE for example, Pycharm, stub files are a requirement as it appears there is no python source.
this module only has init、adv_params、adv_data、ble_adv_enable function,lot of function is not done.
if not ,you will get error when build.sh flash