-
Hello,
I am trying to use your library to make a teensy 3.6 using the arduino framework communicate to TTN through an RFM95W chip.
I've setup a platformio project, configured the compile flags (`-…
-
**Describe your question or issue**
I want to move from matthijskooijman/arduino-lmic to mcci-catena/arduino-lmic for my atmega328p-based project due to LoRaWAN specs compatibility issues.
Howe…
-
I realize this is work in progress, so maybe you are not ready for newbies like me. Don't hesitate to tell me I need to be patient, but if your direction is not consistent with what I am trying to do …
-
Today I was watching out for dB signal strength of targets on glidertracker.de. They showed up with zero dB (see screenshot). Something must be wrong. Does OGN perhaps not like the triple digit figure…
nepat updated
4 years ago
-
I am not sure why this is happening, but running the paxcounter on Pycom LoPy4 (in a Pycom Expansion Board 3) power over USB - the LoPy4 gets damaged beyond repair. It looks like an overheating issue …
-
--------------------
## Hardware
- [ ] Standalone
- [x] Prime Mark II
- [ ] Dongle
- [ ] SkyView EZ
- [ ] Raspberry Edition
- [ ] UAV
- [ ] UAT978 module
- [ ] Flight Reco…
-
Hi TinyTronix,
Im interested in your project, I have been working on the Mysensors with RFM95/6 Lora (SX1276) and really want to move on into SX126X for the improved phy and link budgets.
I will bu…
-
Hi,
we have designed a LoRa board, which contains an ESP32 and an RFM95W.
The problem is, that our pinout is different compared to the board we used before (Heltec).
This is the changed pinout we…
-
I am working in a dron project where we need a mesh network for multiple drones to communicate with each other. Right now we'r trying to implement this network with lora [sx1276](https://www.semtech.c…
-
My code is pretty simple
```
void onReceive(int packetSize) {
Serial.println(packetSize);
for (uint8_t i = 0; i < packetSize; i++)
{
Serial.print(LoRa.read(), HEX); Serial.print(" ");
}
…