ESP8266 & NRF24L01 Breadboard Adapter

You can find several breadboard adapters for ESP8266 WiFi module or nRF24L01+ RF transceiver and also several DIY manuals how to create your own, but I decided to use my new WiFi WSP8266 and NRD24L01 as soon as I got them, so I used only breadboards female headers to start my home projects. 
Check my my first IoT ESP8266 temperature humidity sensor project and my own ESP8266 ESp-01 programmer board.

esp8266 & nrf24L01

To make it really simple just cut 2 times 4 pins from female header strip and plug them to ESP-01 or NRD24L01  – you are done. 😉

esp8266 & nrf24L01

 
If you need more space for the wires just add 8 Pin DIP IC Socket (that I use for ATtiny 8 pins chips) and just start programming your projects.

esp8266 & nrf24L01 on breadboard

 
Anyway, the most simple way is just to use female wires… 😆

esp8266 with female wires
I’ve developed a programming board for ESP01. You can find the board and instructions how to load a program to ESP01 in my post: ESP01 development board.


Related Posts

Battery Powered ESP8266 IoT – Door Sensor

I successfully run DHT22 battery ESP8266 temperature/humidity IoT sensor so my next project is a simple IoT Door Sensor. It is up and running and sending a simple event to my HTTP server via wifi[…]

Continue reading ...

Battery Powered ESP8266 IoT – Temperature Sensor

Since my latest ESP8266 temperature humidity IoT logger project is up and running I have decided to cut the last wire – power. There are more approaches how to make ESP8266 running on a battery,[…]

Continue reading ...

Programming ESP-01 (ESP8266)

I was inspired by several DIY projects. The ESP8266 WiFi 802.11 b/g/n Module is a self contained SOC with integrated TCP/IP protocol stack that can give any microcontroller access to your WiFi network. The ESP8266[…]

Continue reading ...