[beagleboard] olsr working but cannot get information from them.

2015-02-04 Thread SHAO MIN
down votfavorite http://askubuntu.com/questions/531684/olsr-not-communicating-in-two-hops# I was trying to set mesh network using olsr protocol. node1 node2-ode3 (olsrd) adhoc(olsrd) adhoc(olsrd) (laptop)

Re: [beagleboard] olsr working but cannot get information from them.

2015-02-04 Thread SHAO MIN
Is it because that the ip address and the wireless adapater is in different subnet? because my beaglebone is 192.168.7.2 and my wireless network is 192.168.0.251. On Thursday, 5 February 2015 00:25:41 UTC+8, john3909 wrote: From: SHAO MIN shaom...@gmail.com javascript: Reply-To: beagl

[beagleboard] How to get information from BeagleBone Black To ubuntu laptop

2015-02-03 Thread SHAO MIN
Hello, I need to create a mobile ad-hoc network for the Beaglebone Black and the Ubuntu laptop. Currently, I've installed the olsr on both Beaglebone Black and Ubuntu laptop and they're working fine. Now I need to get the sensor information from one f the Beaglebone Black to my Ubuntu laptop

[beagleboard] How to transfer data from beaglebone / weather cape.

2015-01-04 Thread SHAO MIN
Hello, does anyone know how to transfer sensor value that i got from my weather cape auto updated to the sql database server (Windows) and also let the sensor value run every like 30 seconds and update itself into the sql database? Regards, Tiffany -- For more options, visit

Re: [beagleboard] How to transfer data from beaglebone / weather cape.

2015-01-04 Thread SHAO MIN
, then what parts you have, then how you want to use them for your purpose. You will help yourself to understand your problem better, and also help others to answer your questions. On Sun, Jan 4, 2015 at 8:30 AM, SHAO MIN shaom...@gmail.com javascript: wrote: Hello, does anyone know

[beagleboard] Transferring Sensor Data.

2015-01-04 Thread SHAO MIN
Helllo there! Firstly, I'm giving the hardware which is beaglebone Black and the Weather cape. Basically, I need to retrieve the sensor value from the Weather Cape therefore I mount the Weather Cape to the BeagleBone Black. That's how i managed to get my sensor value with the code that i type.

[beagleboard] Re: Beaglebone Startup

2015-01-04 Thread SHAO MIN
Hello, Thank you for your answer! One more question to ask you. I connect my BeagleBone to my windows laptop and i run putty the cmd which is root@beaglebone: apperar after which i retrieve the sensor value using the code which is : for sensor in

[beagleboard] Re: Beaglebone Startup

2015-01-04 Thread SHAO MIN
Hmmm, i did try this code for sensor in /sys/bus/i2c/devices/i2c-1/*/*_input; do echo -n $(basename $sensor): ; cat $sensor; done C:\Users\student.CNG-HP640-03\Desktop\SensorData\Sensor.txt it didn't have any error but it doesn't update my txt file. Best Regards, SHAOMIN -- For

[beagleboard] Re: Beaglebone Startup

2015-01-04 Thread SHAO MIN
Helllo, May i know how to reflash it? Because i try pluck my beaglebone black with my usb cable, it don't detect it anymore. Best Regards, SHAOMIN -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Saving Data In a Text File

2015-01-04 Thread SHAO MIN
Heo! Iconnect my BeagleBone to my windows laptop and i run putty to my BeagleBone cmd which is root@beaglebone: after which i retrieve the sensor value using the code which is : for sensor in /sys/bus/i2c/devices/i2c-1/*/*_input; do echo -n $(basename $sensor): ; cat $sensor; done

[beagleboard] RE: Beaglebone Startup

2014-12-29 Thread SHAO MIN
Helllo! I'm having problem connecting my beaglebone black using the usb cable to my laptop after i chnage the uEnv txt file? How do i solve it? Best Regards, SHAOMIN -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Weather Cape.

2014-12-25 Thread SHAO MIN
Hello I'm doing a program that I need to use beaglebone black and weather cape to get the sensor value. However, I only managed to get the sensor value in raw data with my beaglebone attached to it. The problem now is that I need to convert the raw data into percentage/Celsius but It work