Hi Everybody! We would like to use the ChirpStack software pack with P-NUCLEO-LRWAN2 gateway. But I does not see this gateway in the gateway list. Do you have any experience about this P-NUCLEO-LRWAN2 gateway and ChirpStack software pack?
due to the limited abilities of this controller,
there are no linux distributions for STM32 controllers, which can run chirstack components on it.
You can use builtin basic packet forwarder only.
Any gateway has packet forwarder function. Otherwise it wouldn’t be a gateway. You can use it with any LoRaWAN server, deployed at other side (in the cloud or dedicated host, I mean)
Network identifier (NetID, 3 bytes) encoded as HEX (e.g. 010203).
net_id=“000000”
Enabled regions.
Multiple regions can be enabled simultaneously. Each region must match
the ‘name’ parameter of the region configuration in ‘[[regions]]’.
enabled_regions=[
“au915_0”,
“us915_0”,
]
I have gone through the debugging procedure provided in the documentation.
LoRaWAN frames - data from my device is coming through.
The MQTT is responding as expected
The gateway-bridge is forwarding messages from my device
I am getting the Published events as well as the received events.strong text
I am running ChirpStack V4 with the Gateway-bridge and ChirpStack running on a raspberry Pi 3 on Debian GNU/Linux 11 (bullseye) OS. The Gateway is configured for AU915_0.
Hi,
I’m using Chirpstack Version v4.12.0 and I’m trying to configure the gateway STM32 P-NUCLEO-LRWAN2.
I’m having the same issue “Never seen”.
I’m checking the MQTT topics and I cannot see the topic:
eu868/gateway/<DEV_EUI>/event/ack
eu868/gateway/<DEV_EUI>/event/up
eu868/gateway/<DEV_EUI>/event/stats
If you subscribe to your MQTT Broker with the topic ‘#’ do you see any traffic? If so you likely just forgot your mqtt topic prefix in your gateway-bridge/mqtt-forwarder.