Hi,
You are correct - it seems that TTN has more users.
I was hoping that someone would be able to assist since this is a Adafruit 32u4 Lora board using the LMIC libraries.
The questions still remain
If a downlink payload is encrypted, is it possible using the LIMC library to decrypt it?
In the TTN network are all downlink messages encrypted by default since this seems to be the standard.
As I mentioned in my previous message, for TTN the LMIC library (at least in the examples I tried) provided decrypted data. Could it be your lorawan provider uses different keys for different ports or are you using the same port as uplink?
Do you mean you use a modified USB cable to get power from a LM2596 when connecting to your PC USB port?
On BSFrance boards, you also get USB Device not recognized, only when doing a reset. But itās simply the way ATMega32 is working. You are also āloosingā USB device when going in deep sleep.
Couin,
I use a 12v battery as the secondary power supply with a matching two pin connector on the LM2596 output to power the Feather board. The USB cable from the PC is still connected to the board as usual.
So far I have not tried to use deep sleep mode, still trying to get the download messages to arrive unencrypted first.
Hi there,
Thanks Bluejedi, Jac & Couin for this really interesting thread.
I own a LoRa32u4II, and Iāve followed your advices. I experiment a systematic āunknown eventā incoming just after the āEV_JOININGā.
What I did :
Download libs & install board in the Arduino IDE.
Code & recipe from Jacās Tuto (great thanks for it)
Modify the regional parameter (US to EU in ālmic_project_configā)
Connect IO1 on PIN6 (I took a pic, if you want to add it in the OP)
Put DevEUI, AppEUI, AppKey.
-> Any idea ? Did I miss something ? I assume Iām faced to a newbie issue, but I cannot reach it out !!
What is the deep sleep consumption people are getting? I could not get lower then 3ma with the BSFrance LoRa32u4 II for 8 seconds. Thatās with just a basic sketch for deep sleep. With the LoRa module enabled I could not get lower then 8ma.