The reason I asked is because I had an issue with reading data using the HW SPI.
As suggested by @Gordon, I've tried flashing Espruino 2.06, and an issue seems to have been introduced between Espruino v2.06 and 2.08.
I've attached some screenshots where I use the ESP32-WROVER to read from a chip which is expected to respond with [0, 18]. Be aware that with v. 2.06 SPI1 seems to have been used where we'd use SPI2 today, thats why I'm using it in the examples on v. 2.06.
I post this just for reference, I'll open an GitHub issue.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The reason I asked is because I had an issue with reading data using the HW SPI.
As suggested by @Gordon, I've tried flashing Espruino 2.06, and an issue seems to have been introduced between Espruino v2.06 and 2.08.
I've attached some screenshots where I use the ESP32-WROVER to read from a chip which is expected to respond with
[0, 18]
. Be aware that with v. 2.06 SPI1 seems to have been used where we'd use SPI2 today, thats why I'm using it in the examples on v. 2.06.I post this just for reference, I'll open an GitHub issue.
4 Attachments