Just over a year too lateā¦ but yes, just to confirm the Whisper Node uses the RFM95 (20dBm), which Hope RF prints RF96 on their chips to confuse all of us. This is the same SX1276 chip on all other LoRaWAN devices and modules.
By the way, for those wanting to try the Whisper Node with TTN, have a look at the Adafruit TinyLoRa library. It should be just a matter of setting 4 things:
The Frequency Plan directly inside TinyLoRa.h
Manually add a device to your TTN Application and use ABP registration
Open the example āhello_LoRaā and update the NwkSkey, AppSkey and DevAddr using the values generated by the TTN during your device registration
Setup the correct pinout in the example code: // Pinout for Whisper Node LoRa TinyLoRa lora = TinyLoRa(2, 10, 7);
The library is not a full LoRaWAN implementation, but itās indeed tiny: Sketch uses 5232 bytes (17%) of program storage space. Maximum is 30720 bytes. Global variables use 340 bytes (16%) of dynamic memory, leaving 1708 bytes for local variables. Maximum is 2048 bytes.
One more thingā¦ you might need to keep eye/disable the āFrame Counter Checksā in the TTN or implement a way to save the counter as this starts from zero every reboot.
Ik heb de indruk dat je uit NL komt, daarom meteen in eigen taal: in de zoektocht naar een manier om mijn eerste stappen te zetten op TTN door RF95 met een Arduino Mini te koppelen vind ik je posting. Je PCB ziet er goed uit. Kun je me verder helpen: heb je boards te koop?
Bestaat er een speciaal topic met meer info van je board?
Yes, you ware right. Was my first posting, assuming to sent a direct message
So, in english: a) hello Wijnand, please inform us if you still have some boards for sale. Iām stumbled upon your design while looking for a solution to connect RF95 to an Arduino Mini. Want to start wiith some simple temperature readings and send them to TTN.
Secondly: do you have more information on the PCB? Link, PDF, part list, etc?
I donāt sell PCBās but if you want to make a quick start I can send you one or two older versions for free. In return you can publish your experiences in this topic. Let me know, regardsā¦