Hi at all,
I was trying to do the porting of the LoRa library of Arduino to implement this particular sensor that i link below (based on the SX1276 transceiver) :
https://www.olimex.com/Products/IoT/LoRa/LoRa868/open-source-hardware
on my board. Everthing was actually fine, made the porting of the code reading the datasheet of the module, understood how the SPI connection between board and devices worked.
When i runned the code for debug purpose, i was able to read the register of the LoRa module in the way that i meant, actually reading the values that i expected, but when i tried to send real data via the antenna it didn't worked. I've analysed the output on the oscylloscope of the MISO and MOSI of the TI and it's pretty fine as the code says, but comparing the output from Arduino board was actually different. TI SPI is made by square waves, instead Arduino has waves more like sinusoides. Is it because of the SPI module of the TI that is better or what? I cannot understand why the LoRa communication is not working.