Category: Arduino

0

Arduino PIN number Lock with Timeout, Temporary block

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...

0

Arduino store values using EEPROM memory

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...

0

RF remote control using Arduino and 433mhz ASK module

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...

9

Arduino send values wirelessly using RF module

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...

0

RF Transceiver using ASK module and Arduino

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...

ask-FS1000A-433mhz-arduino-transmitter 2

ASK 433Mhz RF Transmitter and Receiver using Arduino

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...