leeebo

Results 41 comments of leeebo

  HELLO IM LIBO I HAVE GOT YOUR LETTER PLEASE WAIT FOR REPLY

ESP32-S3 可以通过 USB 连接一个 4G Cat.1 模组上网,或通过 AP 模式给其它设备上网,示例程序:https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host/usb_cdc_4g_module 所以 ESP-BOX 也能支持 但是硬件上要注意的是 BOX 的 Type-C 接口只能输入 5V,不能输出 5V,所以需要给 4G 模块单独供电

  HELLO IM LIBO I HAVE GOT YOUR LETTER PLEASE WAIT FOR REPLY

The commit https://github.com/hathach/tinyusb/pull/1118 works well for ESP32S2/S3 with dcd_dwc2 driver on Windows10 , but seems not work on Linux (libuvc).

@KC-coder Can't find any issues from your log, it seems `Ready to fly`. Please check if you `connect` to the drone before any operator ![image](https://user-images.githubusercontent.com/16922815/159827347-acb3c1ed-4b6f-44c3-aade-d3d80d06144c.png)

@HuiKeIOT Thanks for your contribution. As `config ADC1_PIN` doesn't work in the firmware (because it is fixed to a pin by default), I will remove the option from Kconfig, so...

@Spring641 上游的 crazyfile 工程在后续的更新中去掉了气压计方案,使用更加适合室内的激光传感器,气压计需要自行加入

@NorthWardTop Thanks for your contribution, there are some break changes in the current ESP-IDF master branch (target v5.0). We currently recommend using other branches like `release/v4.3`. Support for the latest...