Le vendredi 26 décembre 2014 02:23:56 UTC+1, SHAO MIN a écrit : > > > 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 only when I try > the codes in bonescript. I need to retrieve those data from the bonescript > and store in my Linux application which after that store the value in a > database using MySQL. Does anybody know the code or got any solution? > > Any kind souls? Deeply appreciated! > > Regards, Tiffany >
Bonescript uses NodeJS if I'm not mistaken, so you can use any nodejs lib. Like this one https://github.com/felixge/node-mysql -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
