Yes I did,
I think the problem might be Packet Forwarder will exit when it receive unknown format package?
Don’t have the log though…
Yes I did,
I think the problem might be Packet Forwarder will exit when it receive unknown format package?
Don’t have the log though…
We are proud to announce that our # iM880B , # iM980A and # iM881A have been recently included into the # LoRaWAN implementation available as open source code (https://github.com/Lora-net/LoRaMac-node …). This can be used to design and develop your own LoRaWAN™ application directly on the radio module
Look useful.
Thanks a lot.
Hello,
I am using a RAK833 concentrator from RAK Wireless (the one with only SPI and no USB) wired to a Raspberry Pi 3 Compute Module.
I’ve followed nrdmtt’s tutorial here : RAK833 - Packet forwarder, and I have updated the loragateway/liblora/library.cfg configuration file to use native SPI instead of USB.
I’m trying to use the util_spi_stress utility without success, here is the verbose log referring to an unexpected chip version. Here is the verbose log :
pi@raspberrypi:~/repo/lora_gateway $ ./util_spi_stress/util_spi_stress
INFO: Starting LoRa concentrator SPI stress-test number 1
Note: SPI port opened and configured ok
Note: SPI read success
lgw_connect:532: INFO: no FPGA detected or version not supported (v0)
Note: SPI read success
lgw_connect:555: ERROR: NOT EXPECTED CHIP VERSION (v2)
ERROR: lgw_connect() did not return Snano libloragw/src/loragw_spi.native.c
The only solution I’ve found so far is to change the expected chip version to 2 in loragateway/liblora/src/loragw_reg.c in the loregs structure, to make the utility work properly.
Can anyone please help me find why my RAK833 doesn’t answer 103 as expected.
Thank a lot for your answers
Raphael
Hello again,
The solution is in the SPI speed used as detailed here : https://github.com/Lora-net/lora_gateway/issues/26#issuecomment-283089276
Thanks
I got it to 10ma in deep sleep, see github.com/JoepSchyns/Low_power_TTGO_T-beam. Feel free to help out getting power consumption even lower!
What kind of sensor did you use?
Hi @mascarpone,
did you get any information in the meantime? I don’t find any details at https://www.pnicorp.com/placepod/ regarding TTN Support. Also Unitronic sent us an offer with their own Gateways.
Hello everyone,
I am new to this, and I have been trying to build my own gateway here in the US.
I am using RAK831 concentrator with Raspberry Pi 3, using only 7 jumper wires.
I followed this tutorial to hook it up: https://www.hackster.io/naresh-krish/getting-started-with-the-rak-831-lora-gateway-and-rpi3-e3351d
and i also followed this for how to set it up: https://www.thethingsnetwork.org/labs/story/rak831-gateway-setup-with-raspberry-pi
Everything went smooth, and I have registered my gateway to TTN, BUT it says it is not connected (it has been two days), I do not know what is the issue here? where did I go wrong. I have got the device EUI, any suggestions?
Thank you all.
when you look at the console… do you see data coming in ? do you have a node
I have to take a look to the gw software too. I’m now with the tracker, but’s good to know. Thank you for feedback.
Best regards,
I have not contacted a node yet.
basic question… do you have internet (how… cable / wifi) and is the forwarder running
I build a few times with the same components and used this tut
Yes, it is connected by Cable, I can access the Pi from Putty. and it works fins
check sudo tail /var/log/syslog
check power supply (needs 5v - 2A or more) / reset a few times
check conf.json https://github.com/TheThingsNetwork/gateway-conf/blob/master/US-global_conf.json
I purchased a TTGO T3_V1.6 LoRa module with OLED display to use as PAX counter.
Which environment shall be configured in “platformio.ini”?
Options are:
;env_default = ttgov1
;env_default = ttgov2
;env_default = ttgov21new
;env_default = ttgov21old
;env_default = ttgobeam
With the latest version of PAX counter from github I cannot compile the code.
I do get this error:
src\wifiscan.cpp: In function 'void wifi_sniffer_packet_handler(void*, wifi_promiscuous_pkt_type_t)':
src\wifiscan.cpp:16:9: error: 'wifi_ieee80211_packet_t' does not name a type
const wifi_ieee80211_packet_t *ipkt =
^
src\wifiscan.cpp:18:9: error: 'wifi_ieee80211_mac_hdr_t' does not name a type
const wifi_ieee80211_mac_hdr_t *hdr = &ipkt->hdr;
^
src\wifiscan.cpp:25:24: error: 'hdr' was not declared in this scope
mac_add((uint8_t *)hdr->addr2, ppkt->rx_ctrl.rssi, MAC_SNIFF_WIFI);
^
Compiling .pioenvs\ttgov2\lib666\U8g2_ID942\U8x8lib.cpp.o
*** [.pioenvs\ttgov2\src\wifiscan.cpp.o] Error 1
[ERROR] Took 19.74 seconds
Can anyone point me in a direction how to solve this?
Thanks in advance.