Save Serial data to a text file – Arduino, Processing, PuTTY
Here shows the method to save the serial data displayed on a serial monitor to a text file. This method is useful to save and use data as logs, records, etc. Arduino Serial data...
Here shows the method to save the serial data displayed on a serial monitor to a text file. This method is useful to save and use data as logs, records, etc. Arduino Serial data...
Arduino keypad lock is a simple PIN number-based authentication that can be used for many applications. It can be also used to execute additional programs or operate devices when an unlock attempt is either...
EEPROM (Electrically erasable programmable read-only memory) is a non-volatile memory in which the individual segments can be erased and reprogrammed by using electric signals. EEPROM memory can permanently store the data which can retain...
The output state of the circuits usually resets after a power off and the circuit needs to execute the same inputs or operations again in order to resume the previous state before the power...
The main part of this robot or RC car is the RF remote controller and the driving mechanism. For the RF remote control, the circuit has a low-cost ASK 433mhz module which is a...
A servo steering mechanism is a simple method that can be used to precisely control the steering position of RC cars and small robots. Unlike normal DC motor-based steering a servo control is by...
An RF remote controller is a device that can be used to switch ON/OFF equipment or devices wirelessly using radio frequency transmission. The remote or transmitter part is a handheld device that has switches...
This method can be used to send and receive numeric values or integers over a short distance from one Arduino microcontroller to another. Refer: RF ASK wireless communication; includes – Radiohead library installations, Tx...
A Transceiver is a device that can both transmit and receive messages in half-duplex or full-duplex communication mode. In a half-duplex device, it can only either transmit or receive the data at a time...
A 433MHz RF Transmitter (FS1000A) and Receiver (XY-MK-5V) module is a simple low-cost RF module that is very useful for short-distance wireless communication, remote controls, etc. It can transmit up to a range of...