DiegoDVG

Results 4 issues of DiegoDVG

Add a function to calculate airtime message based on library data Only need read LoRa.Airtime_Message() value

hi, this is my code, `#define BAND 868E6 @de //LORA lora_spi.begin(SCK, MISO, MOSI, SS); LoRa.setPins(SS, RST, DIO0); LoRa.setSPI(lora_spi); if (!LoRa.begin(BAND)) { Serial.println("Fallo Lora!"); } LoRa.setSpreadingFactor(7); LoRa.setSignalBandwidth(125E3); LoRa.enableCrc();` I use this...

Hi if I use Sim7020 with multiserial in my esp32 the module response well, but it works only a 5 second ifs i use tinygsm, seems like freeze, but if...

Hi. Can i use bc26 module with TinyGSM? Oe i Need a special config?