Connecting RF52840 dongle with Raspberry Pi 4B with sensor for 802.15.4 transmission

hello, 

I have a DHT11 temperature and humidity sensor connected to Raspberry Pi 4 B. I want to transmit this data from this raspberry pi to another node using 802.15.4. The communication module I am using is RF52840 dongle. What i want to know is, will this dongle work by just plugging it into the USB port of the raspberry pi or I need to something additional as well?

secondly, what software do i need to install on my raspberry pi to enable the dongle for the transmission and reception of data through 802.15.4?

I am new to this stuff kindly help me out on how to start, so I can develop my sensor node. 

Thank you

Sohaib

Parents
  • Hello Sohaib,

    As far as I know, we don't have any raw 802.15.4 applications that you can program on the nRF52840 dongle (or DK for that matter) that will transfer data between the dongles connected to the RPi.

    We do have both UART (which would only work with the DK) over BLE applications, and some USB over BLE (but only for the "old" nRF5 SDK, and only peripheral, not central). 

    Is the 802.15.4 a strict requirement, or doesn't it really matter as long as it is wireless? And do you have access to any DKs for testing purposes? It is a lot easier to develop nRF applications using the DKs, and then porting it over to the dongle when you are done, since the dongle doesn't have a debugger. 

    Best regards,

    Edvin

  • Hi Edven,

    Thanks for your reply. Actually 802.15.4 is a requirement, and I don't have anu development kits, I only have some dongles which I plan to use with raspberry pi as transceivers. 

    I have seen people using this dongle for 802.15.4 thread network. Will following the same process help me achieve my goal?

Reply Children
Related