Search found 2 matches

by AlexanderSemenov1
Tue Feb 19, 2019 10:01 am
Forum: ESP32 boards
Topic: ESP32 and RDA5807M
Replies: 1
Views: 2820

ESP32 and RDA5807M

I'm trying to make the rda5807m radio module work. The data table indicates that it uses i2c for communication. from machine import I2C, Pin import time, machine i2c = I2C(scl=Pin(22), sda=Pin(21), freq=100000) i2c.scan() answer>>>> [16, 17, 96] _____________________ I managed to turn on one radio s...