Did you ever struggle with an ESP32 board of yours, wishing you had exposed that UART, or seriously lacking the JTAG port access? If so, you should seriously check out [0xjmux]’s ESP-PROG-Adapter ...
書籍 『IoT開発スタートブック─ESP32でクラウドにつなげる電子工作をはじめよう!』 刊行にあわせて著者の下島健彦氏にマイコン 「ESP32」 を使ったIoTデバイスの開発について寄稿いただきました。 近年注目されてるIoTについて、 みずからデバイスを開発し ...
Unbelievable as it may seem, gaming can sometimes pall after a while, even when you have amazing accessories. But if you also enjoy creating gadgets of your own, and have been looking for an ...
RGB LED的三个控制引脚分别连接ESP32开发板的12、14、27号引脚,简图如下: ![image-20210924210712312](http://makerinchina.cn/wp-content/uploads ...
#include "driver/ledc.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #define LED_RED_CH LEDC_CHANNEL_0 #define LED_GREEN_CH LEDC_CHANNEL_1 #define LED_BLUE_CH LEDC_CHANNEL_2 #define ...