Ed Smallenburg

Results 551 comments of Ed Smallenburg

The unknown event is not an error. It is new in the mcci version. It means that a join is not yet establlished. I will update the code tomorrow.

ESP_lora_tracker updatet. ``` 15:28:12.345 -> Starting 15:28:13.363 -> LAT=51.655849 LON=5.037645 CHARS=454 SENTENCES=2 CSUM ERR=0 15:28:13.396 -> No saved data, using OTAA 15:28:13.430 -> Reset MAC 15:28:13.463 -> Start joining 15:28:13.463...

If you see "Sorry" in the webinterface, it means that the web pages are not uploaded to the SPIFFS of the ESP32. See chapter 20 of the documentation, item 5.

Try this: coef[i] = ((int32_t)Get32BitVal((unsigned int*)last)) >> 16; Better use the new version of the ESP32 radio, see [here](https://github.com/Edzelf/ESP32Radio-V2).

``` // ESP32dev Signal Wired to LCD Wired to VS1053 // -------- ------ -------------- ------------------- // GPIO32 - pin 1 XDCS // GPIO33 - - // GPIO5 - pin 2...

Note this: `[ 12770][W][VS1053.cpp:162] testComm(): [VS1053] This is not a VS1053, but a VS1003 instead!` Define VS1003 in config.h instead of VS1053 or buy a real VS1053 board.

``` [ 15510][E][VS1053.cpp:150] testComm(): [VS1053] SPI error. SB:0384 R1:0380 R2:0384 [ 15561][E][VS1053.cpp:150] testComm(): [VS1053] SPI error. SB:35E8 R1:35E8 R2:35E0 [ 15649][E][VS1053.cpp:150] testComm(): [VS1053] SPI error. SB:972C R1:972C R2:9760 [ 15730][E][VS1053.cpp:150]...

Defian in the configuration web page (example, define your pins): ``` pin_i2s_bck = 15 # GPIO Pin number for I2S "BCK" pin_i2s_din = 26 # GPIO Pin number for I2S...

Have you read [this](https://github.com/Edzelf/ESP32Radio-V2/blob/main/doc/ESP32-radio%20buiding%20instructions.pdf)? See the important note at paragraph 2.2.

SCK should be connected to GND.