Obviously these are Made in China and costs around $2. Here is a getting started guide around connecting Arduino with M029 JoyStick and testing with basic code. It is a useful thing for robotics. These analog, has 2 axis, PS2 compatible. Exactly like Nokia's old Symbian mobile phones, we can use this joystick to control a menu, centre click to select or control servo motors. But before doing … [Read more...]
Parts of Used Cell Phones Which Can Be Used In DIY Electronics
Commonly we have at least one old discarded cell phone. In some areas, there are even laws not to throw them somehow. But they actually have some usable components. There are many guides on this earth on how to use their components like display screen, bluetooth, card reader, WiFi as basic electronic components. The popular, cheap Nokia 5110 display actually are from used mobiles. Here is a guide … [Read more...]
7 Segment LED Display Tutorial For Dummies
7 Segment LED displays are cheap and various sizes available. Unlike ready to use TM1637 7 Segment LED display module, these are slightly difficult to get started. But once the basic is mastered, they are highly flexible. Here is step by step 7 Segment LED display tutorial for dummies on how to light up with battery to control with Arduino without library. 7 Segment LED displays are nothing but … [Read more...]
Light Measurement With Arduino, LDR and LCD
Normally in photography we use light meter. Unfortunately, good light meter is not cheap. It is difficult to measure in light in Lux but possible to measure in some units although exactly Lux. That possibly able to deliver an idea about intensity of light. Here is How To on Light Measurement With Arduino, LDR and LCD. We have basic guides around LDR with Arduino., however that is far from meeting … [Read more...]
1602A LCD Display Arduino Connection (Blue Light White Text 16×2)
This is slightly difficult guide for the beginners as it involves soldering and wiring is complex. Here is detailed steps on how to for 1602A LCD display Arduino connection. In this guide we will also talk about the soldering part. The units do not cost more than 3 USD per unit but there is no in-built pins - usually male header pins supplied. We talked about different types of wires in … [Read more...]
Arduino Temperature Humidity Sensor : New DHT11, DHT21, DHT22 Test Code
As we like basic electronic components over shield, in this guide we will use the hardware, not the shields. We can not give warranty of working about shields. Here is new test codes for Arduino temperature humidity sensor DHT11, DHT21, DHT22 test code for hardware (not shields). 2 libraries needed. Our old guides like DHT11 with TM1637 7 segment display will not work with the new libraries. DHT22 … [Read more...]
Arduino 8×8 LED Dot Matrix Display With MAX7219 : Code
Previously we shared many guides with TM1637 7 segment LED display. TM1637 was shown as it is mainly software based control, least knowledge on electronics needed. We actually discussed about MAX7219 in various articles like on increasing the number of pins of Arduino, This guide is on Arduino 8x8 LED Dot Matrix Display with MAX7219 code for testing for the beginners with one 8x8 LED Dot Matrix … [Read more...]
Which Size of Battery to Choose For Electronics Works : AA, AAA, D, C
Commonly available consumer grade batteries have many sizes like AA, AAA, D, C and all are of them are 1.5v but there are matters which need calculations. Which size of battery to choose for electronics works depends on how much load for how many hours we will put on them and how much current we want. This topic is one of the basic topic and for odd reason, AA batteries are more promoted in the … [Read more...]
How to Increase the Number of Digital Pins in Arduino (Port Extender)
13+6 pins often a limitation of Arduino in projects where we need many pins. Here is how to increase the number of digital pins in Arduino. You know that 13 pins are digital. 6 analog pins also can be used as digital in this way : [crayon-69e4c5d5a9732910630564/] So actually we can refer Analog Pin 5 in this way : [crayon-69e4c5d5a9735516749095/] Technically we can use the TX/RX. But TX/RX on … [Read more...]
How To Play MP3 On Arduino With No Shield, No SD Card
It is a suggested guide to try for learning the basic and understand which components needed for which work. Electronic components are essentially cheap and not everyone on this earth has huge money to spend to learn electronics. Here is how to play MP3 on Arduino with no shield, no SD card at lower bit rate for few seconds. What normally used for projects like our Arduino door bell is a buzzer. … [Read more...]
Setup Visual Studio Code on Mac For Debugging Arduino, WordPress : Part 4
In this guide we will shows how to setup Atom Editor & CLI to complete the setup. This is the Part 4 of How to Setup Visual Studio Code on Mac For Debugging Arduino, WordPress series of tutorial article. As for quick recapitulation, in the last three articles in this series we talked about : In part 1 we talked about how to get started and have basic setup for both In part 2 we talked … [Read more...]