0

I was wondering if it is possible to connecting two Arduino boards with each other (Uno + Nano) using an ESP8266 mod on one of them and an nRF24L01 on the other board?

I have seen lots of details of connecting two nRF but couldn't find any about ESP talking to nRF.

dda
1,5951 gold badge12 silver badges17 bronze badges
asked Apr 10, 2018 at 23:32

2 Answers 2

1

No. That would be like trying to connect your TV to your microwave. Both RF devices, but both work different ways and do different things.

Just because they are both rectangular boxes with a window in the front doesn't mean they are the same.

answered Apr 11, 2018 at 0:03
0

No, that is not possible: the ESP8266 is a WiFi SoC, and the nRF24L01 uses a proprietary protocol.
The fact that they both operate in the same frequency range doesn't matter if the protocols are different.

answered Apr 11, 2018 at 0:03

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.