Arjan
Arjan
@sommmen, while the KPN FAQ indeed says: > **What is the size of KPN LoRa packets?** > The maximimum size that can be used all the time is 51 bytes....
One may need a bit more: ```php header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Headers: *'); header('Access-Control-Allow-Methods: *'); header('Access-Control-Allow-Credentials: true'); ``` [Even more](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Credentialed_requests_and_wildcards): > When responding to a credentialed request, the server **must** specify an...
https://www.thethingsnetwork.org/docs/lorawan/frequency-plans/#eu433 says it's not supported by The Things Network?
I guess you know that, for LoRaWAN, the time-on-air of a LoRa packet only depends on packet size and data rate (DR, being a combination of SF and bandwidth within...
I am not using The Things Network any longer. But if this band is supported by TTN, then maybe I can add it if you point me to the details?...
I know this is closed, but JUST for future reference: https://github.com/vitaly-t/pg-promise uses suffixes to denote the usage. Like: select ${columns:name} from ${table:name} where id = ${id} order by ${orderBy:name} ...which...
Hi @jonhealy1 sorry for only seeing your question today. I'm not actually using any backend yet. (I'll likely use a bespoke one, combing Google cloud storage with PostGIS.) But I...
(I wish I could downvote for unneeded apologies! ;-) )
Note that the above example is for EU868 in LoRaWAN 1.0.x; other regions and versions might need a different decoding. Like US915 (which support a whopping 64 channels) does not...
@nvdak, this issue does not apply to ABP. (For ABP, the DevAddr and the secret AppSKey and NwkSKey are fixed, and are simply copied/programmed into the device after registering/activating it...