Previous Post: SP Update 2.0 The GUI was developed using Visual Basic 2010 Express. This was the first time I made a Visual Basic application and thanks to many tutorials on the internet about VB .NET, I was able to build this. The GUI shows the status of the Zigbee network, and the water level being monitored. Basically, it sends a signal (a byte) on the serial port which is transmitted through the Zigbee network. When the mote receives this signal, the Arduino performs analogRead() and then sends the data back to the serial port. The application continuously listens for incoming data from the serial port. The raw data is converted to actual measurements based on the calibration of the sensor. Other functionality of the application: 1. Save the data to SQL server database 2. Plot the last 15 (most recent) data on the graph for the two motes. 3. Display the last 30 (most recent) data on the table for the two motes. 4. Set the time interval of data acquisition. 5. Set the serial port a...
Archive of old IT posts: CCNA topics, practice labs, programming, applications, electronics projects, senior project updates. No new posts since 2016! (Original blog: peenkcity.blogspot.com)