How to insert values sensor from arduino to database in Raspberry pi
what sensor? how are the Arduino & the pi connected? what database? CSV formatted?
what have you get so far?
Dht22 sensor database mysql
I'm write a sctech connect arduino and raspberry pi
Connection OK and send value sensor to text file in Raspberry pi
Problem to connect database and insert values in table
post code using </> tag.
Can you connect to the database as a test module without the rest?
you insert a record into the database by making a string with your SQL INSERT statement just as you would type it by hand. Use that as a template and replace data as required.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.