atc1441 / E-Paper_Pricetags

GNU General Public License v3.0
219 stars 38 forks source link

ESP32 Access Point wiring #17

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

Connect the CC1101 868 MHz radio module to the ESP32 using the pinout specified in the RFV3.h header file.

https://github.com/atc1441/E-Paper_Pricetags/blob/78a44580edc0f980931f94b63ca98ce65c26ddf2/Custom_PriceTag_AccesPoint/ESP32_Async_PlatformIO/RFV3/RFV3.h#L22-L28

Does this mean one should connect the yellow and the grey wire both to the same pin on the ESP32?

image

Graphic source

atc1441 commented 3 years ago

Ah sorry, the GDO0 pin is currently not used, so you can leave it unconnected.

it will maybe be used in the future but not for now

Just edited it out

probonopd commented 3 years ago

Thank you. Will watch https://www.youtube.com/watch?v=pRoFim3Egss, probably everything is explained there :+1: