Yesterday I left everything as it was, turned off the gateway with sudo shutdown and turned off my PC and thus the Laird Devel. Kit, powered by USB.
This morning the node doesn’t connect to the gateway. The keys you made me set are still there, but it doesn’t join the network anymore.
lora join
Tx Done
No Sync pulse
No Sync pulse
forever
This is the very first node I connect to the gateway, that’s why I’m using cmd. Once I will see a packet on the TTN server I will start to mess around with code. And the gateway says that it fails to start the concentrator, whatever that may mean.
I chose Laird just because it was the only one that I could buy in few days. I’m on a project scheduled for September that has been changed to May 2nd because a new competitor has a ready-made solution (based on GSM/GPRS).
So I’m afraid I will have to give up. Yesterday I also received some RN2483. Should I try with those?
I have already designed the PCBs for the RM-186 and the RN2484 (+ATmega32U4) and have an Arduino Leonardo, so, for me, one or the other is the same. Well, apart from my 10+ years experience with AVRs.
Are those OTAA keys? Or are you using ABP (in which case the node does not really “join” the network, but has already joined be generating the ABP keys in TTN Console).
That means the gateway is not working. As a result the node can not reach the network.
I suggest you power cycle the gateway, hopefully it will restart correctly afterwards.
BTW. nodes do not connect to a gateway. That is WiFi. Nodes transmit and any gateway that receives the transmission will forward the data to a back-end. All TTN connected gateways will forward it to the TTN back-end where it will become available for you application.
The error you have suggests the iC880a is not being reset properly. Is the reset script setup to use the correct pin for the hardware setup you are using?
Are you using a PCB to connect the iC880a to the RPi or have you wired the setup? In the latter case, are all wires still connected correctly?
I’m using the backplane made by Gonzalo.
The only problem is that, when I substituted my perfectly working jumpers (Gonzalo’s parcel took a couple of days less than yours) I plugged the raspberry the wrong way. I’m about to try to use a undamaged Raspberry and a brand new iC880.
It’s exactly what I’m doing now. Your previous mention made me remember that I followed Frank Beck’s instructions, an his backplane has LEDs. Right now I’m installing the software using Gonzalo’s instructions.
No, it does not. One message had the correct CRC, but I cannot find any trace of it on the console. The gateway is still not connected, I was going to investigate that.
With regards to CRC errors, make sure not to place the devices too close together. At least 2m distance is required to make sure you are not introducing issues because of too strong signals.
Ignore that for now as there is a known issue regarding this. Just check for data in the application part of the console. Be aware the console only shows data for a device/gateway when open at the right page the moment the data is received. It does not store data to look at later on.