Replies: 4 comments 3 replies
-
|
Hi,
|
Beta Was this translation helpful? Give feedback.
-
|
Good evening Yes MikroTik LoRa Modem / Gateway can do MQTT, what exactly do you need with the protocol? |
Beta Was this translation helpful? Give feedback.
-
|
Hello PricelessToolKit But that basically means, if I have a little programming knowledge, that it would theoretically be possible to write a new firmware for the MailBoxGuard which then works on the LoRaWAN protocol with an AppEUI and DevEUI and an AppKey? Or am I seeing this completely wrong? to your second question yes this is the channel plan for Switzerland |
Beta Was this translation helpful? Give feedback.
-
|
#include <lmic.h> // OTAA Keys (aus TTN oder ChirpStack einfügen!) void os_getArtEui (u1_t* buf) { memcpy_P(buf, APPEUI, 8);} // LMIC Event Callback void setup() { void loop() { |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello together
Can anyone help me how to customize the configuration so that the Mailbox Guard LoRe communicates directly via my MikroTik Gateway and not via the PricelessToolKit Gateway?
Beta Was this translation helpful? Give feedback.
All reactions