I've got 2 of the new Atom S3s on order, but I'm not seeing them listed in UIFlow. I do see in the docs at one place it specifies UIFlow 2, but there doesn't seem to be any documentation on that either. Is there an estimate when the S3 will be supported?
Posts made by arkieguy
-
Atom S3 with UIFlow
-
COM GPS with COM LoRaWAN module
I'm wanting to build a mapper for the Helium Network (its like TTN). Basically, I want a Core (or Core 2) utilizing a COM.GPS and a COM.LORAWan 915. My hope would be that it could be configured to work without external power (seems like the Core 2 requires that the GSP, so it may be out of the running).
Has anyone got a COM.GPS working with a COM.LoRaWAN module? If so, can you explain or share your switch settings? Also, is this possible using UIFlow?
I've used EasyLoader to flash the COM.GPS sample code but all I get is "INVALID" responses on every field. I am getting a flashing blue light on the GPS module and I think I have the switches set to 5/13 (which appears to be the default setting for the Arduino sketch).
Any help would be greatly appreciated.
Here's a picture of the switch settings I currently have on the GPS: https://photos.app.goo.gl/oKvUyTe9gzCbrAxv6
-
GPS and LoRaWAN Modules together
I'm trying to use the LoRaWAN module to send GPS coordinates to my server. I've got the LoRaWAN functionality working as well as the GPS, but when I try to put them together the LoRaWAN stops working. I've followed the instructions related to changing the pins on the GPS board by cutting and soldering but when I initialize the GPS (using 'Init With Custom Pin'), the LoRaWAN module is only able to get it's UART response one time. Any ideas?
Update: FYI, I've put the flow on GitHub here.