ESP32 has three hardware UART controllers (Serial ports) , UART0, UART1 and UART2. All three UART controllers are independent and fully featured (configurable parity bit, baud rate etc.).
When Bluetooth stack is enabled in ESP-IDF, the default behavior is to connect to previously connected Bluetooth device. We can reset (erase) all the bonded devices data to
In this post we will try implement the second iteration solution that we discussed in previous post. Read the previous post for setup instructions. In first iteration we did not had
In this post we will try implement the first iteration solution that we discussed in previous post. Read the previous post for setup instructions. In first iteration we
The standard ESP32 module (ESP-WROOM-32) present in the market has 512KB SRAM. For most the applications this RAM is more than sufficient. In fact it is nearly 4
We have already seen how to connect arduino uno to NodeMCU (ESP8266) here . In this blog we connect Arduino UNO with ESP32. When connecting UNO with nodemcu we