This repository contains Arduino Uno' sketch/ino files and Fritzing files for circuit schematic, the guide and tutorial for how to play with Arduino and its sensors, all this files explanation and how to arrange the circuit is in the ArduinoMemo book that will be released as soon as possible.
Made by Glanz and Freya from Valhalla with Love this project is started in November 2021 and postponed recently since March 2022. Till date (April 30th 2022) we are not playing with Arduino Uno because we are focusing on writing science books and polishing GFreya OS with STEM software (VTK, Bullet, Paraview, OpenFOAM, BLAS-LAPACK-ARPACK, Eigen, ODE, Julia, etc).
We created a book called "Arduino Memo" but it has not been finished yet (some projects are delayed), furthermore we want to edit and revise it, but feel free to take a look at some finished projects.
In this book we compile a lot of sensors and modules that can be useful to train our brain to solve daily problems with Arduino, like Relay to switch on or off a lamp with few configuration (if someone is in the room -> turn on the light for 10 minutes), another example is TDS water sensor that can help us measure the water contamination. Worry not, We got MQ-7 and MQ-135 in this book too, this one is really useful knowing the earth is in the brink of catasthrophe and destruction due to global warming and pollution.
The current book can be seen here (in pdf format):
Arduino Memo Book (May 23rd, 2024)
4WD F18G | BrowniProject |
---|---|
Click | Click |
BMP280 to MySQL database + Localhost | Control LED with Arduino Uno WiFi R3 |
---|---|
Click | Click |
F18G WiFi Control Car | Coming Soon |
---|---|
Click | s |
Arduino Uno Wifi R3 ATMega328P and ESP8266 BMP280 Control 4WD F18G Remote Car from Localhost May 22nd, 2024.
- Focus finish MAX4466 with FFT example and Notes and Chord detector for violin or human voice
- Solve the problem of Multiplexer Address that can't be found
- Add IC from Sparkfun
- Learn about PROGMEM, and its example
- Funduino Joystick + Servo
- Race Car F18G with NRF24L01 -> Done (Use Arduino WiFi R3 control instead of bluetooth control)
- Try Tetris -> Done (want to enlarge the display and better rotary control)
- Try Formula F18G -> Done, need to control with A3 analog input joystick (what can replace analog steering wheel?)
- Try Snake game on LCD I2C 20x4 with Rotary Encoder
- Stepper Motor need power supply adapter 5V
- Lithium Battery is out of power can't bring Arduino outside, needs to learn to charge it with solar energy
BMP280 address 0x77
SSD1306 Address 0x3C
Ask PCB printing manufacturer in Bandung:
Single layer 3 days finish IDR 250/cm
Double layer 7 days finish IDR 725/cm
* Use Proteus / pdf
I really love Need For Speed Underground 2 and want my car to be the best looking car in the Vogue magazine for a car. Before I create a real sports car handmade with GFreya OS + Bezier Curve + Science and Engineering magic. This is the warming up
git add .
git commit -m "I Love my Wife and We Write Arduino Memo together"
git branch -M main
git remote add origin https://github.com/glanzkaiser/ArduinoMemo.git
git push -u origin main