STAS Nicolas
STAS Nicolas
I talked with @taesungp and there seems to be an issue with the Berkeley data storage. he recommended using the following link: https://efrosgans.eecs.berkeley.edu/cyclegan/datasets/ Worked for me.
I managed to get it working by modifying LM_SX1262.cpp: ``` LM_SX1262::LM_SX1262(uint8_t loraCs, uint8_t loraIrq, uint8_t loraRst, uint8_t loraIo1, SPIClass* spi) { // module = new SX1262(new Module(loraCs, loraIrq, loraRst, loraIo1,...
Unfortunately changing the pin does not seem to solve the issue. Thank you very much. While I m here I have a few questions: - sometimes I receive packets but...
This fixed the issue for me. ty