Search found 3 matches

by djokba
Tue Mar 16, 2021 9:44 am
Forum: ESP-IDF
Topic: Connect ESP32 to another BLE MCUs
Replies: 0
Views: 1001

Connect ESP32 to another BLE MCUs

We want to use our existing ESP32 product as a hub connected via bluetooth with multiple sensors that have a different MCU, for example Airoha AB1600. As far as i know, many products on the market today usually use Zigbee or ZWave to connect their hub/gateway with their devices/sensors, but since we...
by djokba
Mon Sep 21, 2020 6:56 am
Forum: ESP-IDF
Topic: RMT output the same signal on multiple pins
Replies: 3
Views: 2885

Re: RMT output the same signal on multiple pins

The simple and stupid way would be to connect both transmitters to the same GPIO... the more elegant way to be simple and stupid would be to tweak the GPIO matrix so both transceiver GPIOs are connected to the same RMT output channel. Hi, thank you for your suggestions. So far i haven't found any d...
by djokba
Tue Sep 15, 2020 12:13 pm
Forum: ESP-IDF
Topic: RMT output the same signal on multiple pins
Replies: 3
Views: 2885

RMT output the same signal on multiple pins

Hi, I am using RMT peripheral to generate an IR signal for various types of remote control protocols. Currently, i am only using a single IR LED and i want to add an external IR transmitter on another pin for a wider signal coverage. I want both of LEDs to produce the same signal simultaneosly, so t...