Ed Smallenburg

Results 551 comments of Ed Smallenburg

That would not be so hard to find.....

Every second, the time will be displayed on the display. On a 1602, there will be a scroll of the text if necessary. So you can display the time every...

The message comes from lora_gateway/libloragw/src/loragw_hal.c. There are some checks on the firmware and one of the tests detected an error. Probably the SPI is not working correctly (wiring) or the...

Espressif IDF is not used for this project. The "Espressif ESP32" platform should be installed automatically, check your installed platforms. After you have installed VScode, the only step is to...

Yes, my fault. Please download the new versions of VS1053.cpp and VS1053.h from the lib/codecs directory.

Hard to say. Most likely: 1 - wiring fault. 2 - Pins for SD card not in preferences. Pins should be logged in debug logging like "D: Command: sd_cs with...

To assign pin number 21 to sd_cs, add this line to the preferences in the config page of the webinterface: sd_cs = 21. Restart ESP32 and check the logging for...

As you can see, GPIO21 is pulled LOW. So there is probably a short to ground. Check the wiring again.

In debug log: `D: pin_sd_cs set to -1` So the pin number for SD chip select is not defined. Add a line for it in the config page of the...

Just comment out the definition of SDCARD in the sketch. By the way, the contents of the ini file do not reflect the real sutuation. It is just meant to...