Is it possible to set the frequency parameters of Xbee pro-S2C or will it work on default settings only?
If yes, any sample available which will help me to create this kind solution with python code?
I am connecting Xbee with Raspberry pi by using micro USB shield.
Your advice on this will be helpful.
Asked
Active
Viewed 227 times
0

varul jain
- 334
- 8
- 23
-
What are the "Frequency Parameters" that you're referring to? You can use XCTU on a PC to configure the module, or you can use a terminal program on the Pi to enter command mode and send AT commands to configure it. Digi also has a Python library to interface with the module: https://github.com/digidotcom/python-xbee – tomlogic Sep 29 '18 at 06:05
-
I want to set some frequency range only on which sensor will able to talk to the receiver and the frequency range can be set automatically or manually as per my requirement. – varul jain Oct 01 '18 at 10:23
-
I guess it isn't clear what frequencies you expect to use. The S2C uses 802.15.4 which describes specific channels for communicating at 250kbps. You can use the `ATSC` command to limit the channels the module uses to form (as a coordinator) or join (as a router or end device) a network. – tomlogic Oct 02 '18 at 13:45