I have been using Heltec Wireless Stick Lite V2 board for some time, with a sketch using LoRa, OLED and BLE, everything working fine.
The libraries used are:
⚈ SDI12 V 2.1.3
⚈ Heltec ESP32 Dev-Boards V 1.1.0
⚈ Heltec ESP32 Series Dev-boards V 0.0.5
This was used to gather SDI-12 measurements of water potential.
It worked fine for about one year but now I need to flash new ones. So I installed the same libraries but on the Serial Monitor, it doesn’t show the payload gathered from the sensor. Neither is on the network server.
I tried to update the libraries to the latest version:
⚈ SDI12 V 2.1.4
⚈ Heltec ESP32 Dev-Boards V 1.1.1
⚈ Heltec ESP32 Series Dev-boards V 0.0.7
With these, I got the following error:
gpio:gpio_isr_handler_remove(480): GPIO isr service is not installed, call gpio_install_isr_service() first
Has anybody had a similar error? Or had previously worked with SDI-12 sensors?
Would appreciate any support.
Thanks,
Paulo