Posts by Andre Gomes • 81 points
4 posts
-
4
votes1
answer1221
viewsQ: Take values from a table and place in an HTML graph
I made a database and this is feeding a table. I wonder how it would be to take such table data and plot on a graph. In the code below is already the graph with fictitious values. <! DOCTYPE html…
-
0
votes0
answers842
viewsQ: Send whole type data via Bluetooth connection between android and Uino
I made a method to allow sending strings from android to Arduino through bluetooth and I succeeded! However the question arose of how it would be to send data of type 'int', following this same…
-
1
votes1
answer991
viewsQ: Receiving data through the connection between the Internet and the Internet (Ethernet Shield)
I built an app to receive data from a sensor connected to the Antarctic over the Internet using a Shield Ethernet. For this I took the result of the page and separated only the sensor measure on…
-
3
votes1
answer1963
viewsQ: Send Arduino data to Android (ultrasonic sensor)
I made this code to receive data from an ultrasonic sensor on a cell phone Android. After passing the application to the mobile and the code to the Arduino, it can only connect, but does not show…