I have a RAK10701L Field Tester that I bought about a year ago. I onboarded it to get it working with AWS IoT Core for LoraWAN back then. When I switch on the tester, it connects to the Wis Gateway and it displays a “Joined” label. Then, it displays a “sending” label, and that’s is all it does. I can confirm that AWS does get the LoraWAN packet because I configured it to send an SMS message each time the tester sends a signal. I do get the SMS message, but the tester does not display RSSI, distance, or anything else.
I read a post on LinkedIn from @carlrowan that a new firmware update was going to be released, so that the field tester could work directly with a RAK WisGate Edge to display information without having to use a backhaul. Is there an update to this?
Thank you for your prompt response! I followed the steps described on the guide you shared. It didn’t work for me, so I did some troubleshooting and found some errors:
*** Error 1:
The guide mentions that the SQL statement should read:
SELECT * FROM ‘SendFieldTesterDownlink’
So, the Lambda function did not to trigger. After changing it to:
SELECT * FROM ‘RecvFieldTesterUplink’
the Lambda function executed.
*** Error 2
The Lambda code has a few discrepancies in relation to the fields I get from my field tester, so I updated it to look like this:
I also had to update some permissions on the IAM console, but that was a problem with my configuration, not the guide.
After these corrections, I got no luck getting a downstream message to update the info in my field tester. Also, my field tester extension doesn’t show anything:
When you said the downlink messages are being queued, did you see this in AWS or in your Gateway logs?
Will you be able to send us your gateway logs?
The Field Tester is working on LinkCheck mode ok right? You can see downlink parameters?
What regional parameters you have?
Can you please share your configuration tab of the Field Test Data Processor.
Btw, you can also raise this issue on [email protected] (just incase you want it in private) and inform that we already have initial conversation here in forum. Our customer support team will tag me on the ticket.