Hello,
I’m using Raspberry Pi 3B+ no lora module. I only use python script with some simple data to try to send some data before connect with lora.
I’m being stuck at transfer uplink to TTN, the downlink works well
My python code like this:https://docs.google.com/document/d/1QvWLDXr--LxrZc3xDUWi13GMirDaTBBfn8sWhhsbWx8/edit?usp=sharing
I found code and customize here : https://github.com/TheThingsNetwork/python-app-sdk/blob/master/test_ttnmqtt.py
- Look at the code, when i use “UP”, the TTN don’t receive anything.
- Change “UP” to “DOWN”, it can send downlink to TTN but it can not be sent to Integration.
- I also use simulate downlink on TTN, but nothing happen in my integration (HTTP or Thinkspeak). but the simulate uplink on TTN works well with my integration
Please explain to me why i can not send uplink from Raspberry maybe with Linux environment , and why my downlink can not link to Integration? .
Thanks in advance!!!