This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello all,
This question may be too broad/outside the scope of this forum, and if so I would appreciate kindly pointing me in the right direction. I am new to wireless communication devices and have run into a snag on a project. I am trying to see if I am able to work around this problem, but so far have had no luck. I am trying to develop an IoT sensor that can broadcast its data to a node in a network and will have the capability of forwarding other nodes' packets if needed. I am trying to test this using an RTL-SDR and GNU Radio to see if I can sense the packets when the unit send the data. Originally, I attempted this using a different brand's LoRa transceiver MCU board, but ran into the problem of not having a gateway that can send confirmation back to the MCU board. The way LoRaWAN is structured, the LoRa transceiver would not send data unless it knew it was connected to a network, which makes sense, but does not help me now as I don't have a LoRa gateway that can create a network.
Just for proof of concept, I would like to use a wireless MCU—namely the CC1312R or the CC1310—to send the sensor data that I can visually see on the GNU Radio companion. I am hoping that I won't run into the same problem as before where I need an actual gateway that can confirm the network-connectivity. With these products, is it possible to have them transmit even without being connected to a network? If not are there any TI products that have that capability?
Hello Alex,
Yes, with these products you have networks, or just sending packets over the air. It is your choice how you want to use them.
We provide many examples in our SDK that would help you achieve this. I recommend you start with the driver folder and look for all of the RF_...examples.
These examples use the radio to send very simple packets, and configuring it to the desired frequency and modulation.
I also recommend you go to dev.ti.com and under resource explorer look for software, the SDK you will be using and simplelink academies. We go into detail on how to use our devices and how to get up and running withe examples in less than 30 minutes.
After getting this working you can move into more complex network topology examples such as Zigbee, 15.4Stack, open Thread, etc...
Regards,
AB