Python and SQLite
Create a Table if it Does not Exist:
Create a Table if it Does not Exist:
Open Specific Database with SQLite: Note: If you don’t designate a database a temporary one will be created which will ceae to exist when you exit. Exit Console: Open database from SQLite Console: .open database_name.db […]
This is the basic code to make an API request of the OpenAI API with Python. Make sure to install the OpenAI Python Package.
This test shows allows you to talk to your computer, have ChatGPT answer you, and then have that spoken by your computer. ai-speech.py
These are the notes for importing data from XML document into MySQL, and then to print a simple report. parse.php nmapReport.php MySQL Setup nmapTest.xml
This is an easy to use library to add RTC to an Arduino. http://www.rinkydinkelectronics.com/library.php?id=73
This uses an Arduino Uno with Wifi and a 20×4 I2C LCD Screen. Plug the LCD into the SCL and SDA ports, NOT into A$ and A5. Make sure to install the Liquid Crystal Library […]
This project allows me to send commands directly from one Arduino Wifi to another. The SENSOR Arduino has an analog temp sensor and sends commands to the RECEIVER. The RECEIVER Parses the commands ?red or […]
This project uses a server with PHP to send commands to the Arduino Vehicle. The commands are sent use shell_exec and triggering wget on the command line. wget needs to be installed on your server. […]
I’m working on building a remote control car using the Arduino Uno with WiFi and the FeeTech Vehicle platform.