I’m fine getting the needed packages for Python. The Conduit is already configured and connected to the internet through my router and I can SSH into it no problem and create a Python script and run it in the background on a while loop.
Are you planning on using a LoRaWAN service provider or the embedded network server on Conduit?
I’m not sure what the difference is between the network server and LoRaWAN service provider though? Is the LoRaWAN service provider The Things Network? And is the network server just a process on the conduit that intercepts the LoRa signals?
Is it an ABP or OTA device?
I don’t know how to figure that out.
I’m not sure why I’d need to use The Things Network or what it’s for really when I’m just trying to get a signal intercepted from the parking sensor (PlacePod) on the conduit through Python and every time I intercept a signal, decrypt the data (still not sure how to do this or let alone intercept a signal) and send a custom HTTP POST request (have this down, I know how to do this part).
Has the place pod been activated?
The Place Pod is activated with the magnet.
I’m starting to think what I’m trying to do isn’t possible? Does it make sense what I’m trying to do?