Insert data into Database from an Arduino Board
After a day’s working and testing, my Arduino MKR WiFi 1010 could add the data I want into the 'demo'.'user' table which I created in this note.
Use Browser to add data into Database
Today my work focused on learning about HTML/JSP to build a basic web page which could let me insert the data which I input in a form on the page, and the experiments were successful.
Configuring Tomcat 9 / MySQL 8 on macOS Mojave 10.14.1 Step 1: Install Tomcat 9
After connecting Tomcat and MySQL, I summarized the configure step of Tomcat 9 / MySQL 8 and linking them. Check notes here.
All the functions in repo Arduino-JY901-Serial has been added, now the JY901 module is good to go. My next step is to gather its data through sending HTTP POST to a local server, may be use Django? Will look into it.
Today my codes can finally send serial data to JY901 module and control it, which means that the coding step has entered the second stage. A giant leap. More could be seen in this repo: Arduino-JY901-Serial.
Enable the GPG Signature on Git
Today I read part of the book Machine Learning, had Tower used my GPG key to sign the codes, but the coding mission has been suspended. May be continue tomorrow?