Skip to main content

Posts

Showing posts from December, 2020

NRF24 RC transmitter

NRF24  RC Transmitter. We also know radio frequency sine web transmitting by NRF24 Transmission range 1.5 KM (Kilometre)  just 250/-useful components  NRF24L01  module with antenna.  Microcontroller Atmel company. At Mega series  Atmega8A  for  Transmitter  ran 16MHz frequncy For receiver circuit  NRF24L01  module without extranal antenna. Using Microcontroller for receiver atmel company atmega series  Atmega 328P  . Programming upload ISP PIN using Arduino nano you can use ISP tool . Programming IDE software Arduino IDE , Visual Studio Code or any other software. NRF24L01  module supply  +3.3 V constant Or microcontroller supply  +5 V constant . Joystick Value 0 to 255 middle value 127 with 0/1 switch. 1 joystick two Potentiometer 10 K ohm  Microcontroller input analog value (0 to 1023) = (0 to 255)                                          Atmega8A pin out :- 1. PC6 (RESET)   2. PD0 (RXD)  3. PD1 (TXD)  4. PD2 (INT0) 5. PD3 (INT1)      6. PD4 (XCK/T0) 7. VCC (+5V)       8. GND (Grou

Blutooth modual control Arduino LED

Blutooth modual control Arduino Connected Device   First step you can open Arduino IDE type everything programming to  under the page first of all we will not everything for this programming now start (int) integer led1, led2 this 2 are variable. Let's discuss about hardware 1) blutooth modual 2) Arduino any.  Arduino to blutooth modual connection Arduino 5Volt connect to blutooth modual VCC, Arduino GND (Ground) to modual GND (Ground), Arduino TX pin connect to Modual RX pin and Arduino RX pin connect to Modual to TX pin. Arduino pin D2 connect LED Anode pin and another pin of LED Chotod connect to Arduino GND pin. Arduino pin D3 connect LED Anode pin and another pin of LED Chotod connect to Arduino GND pin.