Go to advanced search

by saucompeng
Wed Nov 16, 2016 7:39 am
Forum: For sale
Topic: Raspberry Pi Internet Of Things Shield Family
Replies: 2
Views: 5769

Raspberry Pi Internet Of Things Shield Family

... you can track your kids, your car, your pets, or anything else you want to keep tabs on simply and easily using your Raspberry Pi. With our XBee shield you have point-to-point communication in areas without mobile access. You can use it to track the level of a water reservoir miles away ...
by r3dk1t
Mon Nov 14, 2016 3:10 pm
Forum: Beginners
Topic: ardunio and raspberry pi
Replies: 8
Views: 1444

Re: ardunio and raspberry pi

... Finally raspberry pi 3 can comminucate directly via wifi with ESP8266? Or ESP8266 working on Arduino ? I searched on internet and i found some xbee modules also. But i dont see how to use it. xbee can work standalone ? 1 controller(raspberry pi 3) can comminucate via wifi with distance module?
by scotty101
Wed Nov 09, 2016 11:09 am
Forum: Beginners
Topic: Wireless circuit
Replies: 16
Views: 2324

Re: Wireless circuit

No. There are lots of different wireless radio standards. Bluetooth, WiFi, Zigbee, Xbee, Many that use 433MHz etc etc.

ESP8266 modules are just cheap and relatively easy to use compared to others that i've tried.
by raspdroid
Sun Oct 30, 2016 2:16 pm
Forum: Español
Topic: Contador de Personas
Replies: 64
Views: 11252

Re: Contador de Personas

... vía uart y la otra conectada vía SPI que es la que utiliza ROS y está conectado a una unidad de medición inercial de 9 grados de libertad y a un XBee vía uart, y al turtlebot 2 por usb para controlar los motores y para la odometría aunque lo que quiero usar es EKF. Lo tengo todo conectado ya ...
by Nilanj
Wed Oct 26, 2016 10:02 am
Forum: Python
Topic: multi-channel | multi-timer
Replies: 2
Views: 707

multi-channel | multi-timer

I am searching that how to implement multi-timer in raspi using python, suppose i have connected 10 zbee with raspberry pi , and every xbee has 5 led , how can i send command from raspberry pi by setting timer , like xbee 1's , 1st 2nd led will turn on at 12:00 A.M; xbee 2's , 4th and 5th ...
by johnestan
Mon Oct 10, 2016 9:47 pm
Forum: Advanced users
Topic: Wireless GPIO pin outputs
Replies: 9
Views: 2383

Re: Wireless GPIO pin outputs

Hi again. I'm still looking into solutions for this, and I came across XBee DIO Line Passing. From what I understand, this is a feature of only some of the XBee models (like the series 1) that copies a pin's analog or digital signal across a pair of XBees. ...
by johnestan
Fri Oct 07, 2016 2:06 pm
Forum: General discussion
Topic: XBee+ Raspberry Pi+ Python
Replies: 0
Views: 319

XBee+ Raspberry Pi+ Python

Hi, I'm trying to control two servos wirelessly using XBee modules. I currently have my code working on an original pi that is connected (wired) to the two servos. Can someone point me to some material on this? I don't care what receives the signal ...
by mfss03
Mon Oct 03, 2016 5:50 am
Forum: Beginners
Topic: Need help to connect a raspberry pi with arduino using xbee
Replies: 1
Views: 277

Need help to connect a raspberry pi with arduino using xbee

... for taking the time reading my issue :mrgreen: As the title stated, I am trying to make the raspberry pi communicate with an arduino uno using two xbees. I have never used raspberry pi or arduino before. I am still learning how to even code them. The xbee is connected to the raspberry pi using ...
by raspTest
Sun Sep 25, 2016 11:11 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: read data from i2c sensor 6-axis
Replies: 0
Views: 351

read data from i2c sensor 6-axis

hi, i want to read the value of acceleromer and gyroscope from a sensor of 6-axis. this sensor will be mounted on an xbee XB24CZ7PISB003 . i found this function http://exsilium.github.io/xbee-sdk-doc/group__api__i2c.html but i don't am sure about if i can use one sensor with i2c ...
by raspTest
Fri Sep 23, 2016 7:00 pm
Forum: C/C++
Topic: address from string to uint_16
Replies: 9
Views: 1467

Re: address from string to uint_16

i finally resolved the problem! so this is the final solution, and it works
addr64 add={ { 0x00, 0x.... } }; //explicit inizialitation of the address
xbee_cmd_set_target(at_cmd_handler, &add,WPAN_NET_ADDR_UNDEFINED);


thanks a lot!
by raspTest
Fri Sep 23, 2016 5:37 pm
Forum: C/C++
Topic: address from string to uint_16
Replies: 9
Views: 1467

Re: address from string to uint_16

... represented as 8 bytes, 4 16-bit values or 2 32-bit values. Note that (for now) all addr64 elements are stored MSB-first (the order used in XBee frames). update all addr64 variables and structure elements to end in _be (big-endian) or _le (little-endian) where appropriate. Add functions ...
by topguy
Fri Sep 23, 2016 10:43 am
Forum: C/C++
Topic: address from string to uint_16
Replies: 9
Views: 1467

Re: address from string to uint_16

Is this the file that define "addr64" for you ?
https://github.com/digidotcom/xbee_ansi ... an/types.h

Because knowing the type of "addr64" and the prototype of "addr64_parse()" is crucial to figure this out.
by raspTest
Fri Sep 23, 2016 8:22 am
Forum: C/C++
Topic: address from string to uint_16
Replies: 9
Views: 1467

address from string to uint_16

hi, i need to set a specific network address for send an at command remote on codewarrio for a xbee module.. i need a uint16_t network_address , but i know only the string in the format "aa-aa- ...." . i also try to use the function addr64_parse: addr64 add; char addrbuf[ADDR64_STRING_LENGTH]="aa-aa..."; ...
by xuandong
Mon Sep 19, 2016 4:00 pm
Forum: Beginners
Topic: webserver
Replies: 0
Views: 324

webserver

... to it. I'm working on a project which requires me to receive an incoming data using raspberry pi (for example receiving data from arduino through xbee) and then send it over to the internet so that other people can see it from the web. i have already set up a webserver on the raspberry pi. So ...
by greavette
Fri Sep 09, 2016 1:12 pm
Forum: Beginners
Topic: Pi cable to attach Pi add on boards
Replies: 10
Views: 2061

Re: Pi cable to attach Pi hats

... Add to my Pi also a Grove Pi Board - http://www.dexterindustries.com/shop/grovepi-board/ And then add on a xbee shield - https://www.cooking-hacks.com/documentation/tutorials/xbee-arduino-raspberry-pi-tutorial/ And then find a system whereby I have a battery ...
by yating.wu
Tue Aug 30, 2016 12:07 pm
Forum: Beginners
Topic: Control peripheral through serial port: Raspberry Pi B+ to A
Replies: 1
Views: 843

Control peripheral through serial port: Raspberry Pi B+ to A

... PuTTY, and configure as following: Serial line: please configure according to real situation Speed: 9600 Connection type: Serial 3) Copy program/Xbee/send to Raspberry Pi and type the following: $sudo make $sudo ./serialTest Now the serial console will display the following message: http://learn.linksprite.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-26-at-10.24.57-AM.png
by .edrb2293
Thu Aug 18, 2016 10:48 pm
Forum: General discussion
Topic: AODV routing protocol on raspberry
Replies: 1
Views: 1221

AODV routing protocol on raspberry

I want to implement this routing protocol on 3 nodes of a network (mobile ad hoc network), I'm using an xbee on each raspberry pi. How I could implement it , it is possible?
by Jade7272
Thu Aug 18, 2016 3:23 am
Forum: Troubleshooting
Topic: Having Issues installing software for the XBee
Replies: 4
Views: 1201

Re: Having Issues installing software for the XBee

Thanks Ill give that a try tonight ...thanks for your help
by AndyD
Sun Aug 14, 2016 9:47 pm
Forum: Troubleshooting
Topic: Having Issues installing software for the XBee
Replies: 4
Views: 1201

Re: Having Issues installing software for the XBee

Yes, sorry I should have read the error message. The message is No such file or directory . If the file wiringPi.tar.gz is in your Download directory, are you changing the directory to the Download directory before untarring the file? You either need to change the directory (cd) so that your current...
by Jade7272
Sun Aug 14, 2016 3:57 pm
Forum: Troubleshooting
Topic: Having Issues installing software for the XBee
Replies: 4
Views: 1201

Re: Having Issues installing software for the XBee

It still cant see it ..Would the file be corrupted ? its in my downloads folder should it be unzipped in another directory ?please see below pi@raspberrypi:~ $ tar xvzf wiringPi.tar.gz tar (child): wiringPi.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting...
by AndyD
Sun Aug 14, 2016 10:59 am
Forum: Troubleshooting
Topic: Having Issues installing software for the XBee
Replies: 4
Views: 1201

Re: Having Issues installing software for the XBee

You shouldn't need to use sudo to extract a tar file. To extract a compressed/gziped tar file you can use the z command line option. Try:-

Code: Select all

tar xvzf wiringPi.tar.gz
by Jade7272
Sat Aug 13, 2016 6:17 am
Forum: Troubleshooting
Topic: Having Issues installing software for the XBee
Replies: 4
Views: 1201

Having Issues installing software for the XBee

I keep getting the following even though I have downloaded and unpacked it ..please help

pi@raspberrypi:~ $ sudo tar xvf wiringPi.tar.gz
tar: wiringPi.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
by RpiName
Sat Aug 06, 2016 6:17 pm
Forum: Other projects
Topic: RPi Controlled Plane
Replies: 1
Views: 1162

Re: RPi Controlled Plane

I have been brainstorming ideas and apparently my best bet is to either use some sort of XBEE, or wifi transmission to feed the information to the servos and brushless motor. Could I have an opinion on the viability of this project and anything I should take note? Thank ...
by PedroC1999
Wed Aug 03, 2016 1:58 pm
Forum: Other projects
Topic: RPi Controlled Plane
Replies: 1
Views: 1162

RPi Controlled Plane

... design idea https://www.youtube.com/watch?v=0stHV0s7XaU ) I have been brainstorming ideas and apparently my best bet is to either use some sort of XBEE, or wifi transmission to feed the information to the servos and brushless motor. Could I have an opinion on the viability of this project and anything ...
by Nicopowers
Tue Aug 02, 2016 2:02 am
Forum: Troubleshooting
Topic: Retrieving Sensor data via Xbee
Replies: 0
Views: 565

Retrieving Sensor data via Xbee

Hello everybody, I have 2 XBee radios, one works as a coordinator and one as a router. The coordinator is connected to my raspberry pi 3 and the router is connected to an analog temperature sensor (TMP36). I'm also using a python script ...

Go to advanced search