Search found 4 matches

by Dyrestium
Sun Jun 09, 2019 1:18 pm
Forum: General Discussion and Questions
Topic: Send Data from XBee3 Module to PC via USB Cable
Replies: 5
Views: 4027

Re: Send Data from XBee3 Module to PC via USB Cable

Thanks for the advice. This solved the problem for me: # Python program on PC from digi.xbee.devices import ZigBeeDevice import sys # Initiate a serial connection with the # connected XBee3 on the specified port and baud-rate xbee = ZigBeeDevice("COM1", 9600) xbee.open() # Read the XBee's received m...
by Dyrestium
Sun Jun 09, 2019 1:06 pm
Forum: General Discussion and Questions
Topic: Trouble reading analog Input from Arduino Shield using XBee3 Module
Replies: 3
Views: 3221

Trouble reading analog Input from Arduino Shield using XBee3 Module

Hello Forum, i'm using Micropython installed on my XBee3 ZigBee module (https://www.sparkfun.com/products/15129). The Module is plugged into an Arduino Uno Shield and i want to put the output Pins of an analog Heart-Beat-sensor into that shield and read the incoming data from the XBee3 with micropyt...
by Dyrestium
Fri Jun 07, 2019 4:54 pm
Forum: General Discussion and Questions
Topic: Send Data from XBee3 Module to PC via USB Cable
Replies: 5
Views: 4027

Send Data from XBee3 Module to PC via USB Cable

Hello Forum, first of all i would like to apologize for my little knowledge. I'm trying hard to learn and hope you won't be insulted if my question is stupid. I'm currently building a wireless Network using two XBee3 ZigBee Rf Modules from Digi International. These Modules have their own MC's attach...