Tianxiang Bian
Tianxiang Bian
It is recommended to try other esp8266 AT libraries.
I have forked it for maixduio, look at here. https://github.com/btx000/Adafruit_NeoPixel
https://github.com/sipeed/Maixduino/blob/master/libraries/Maix_Speech_Recognition/src/util/VAD.c#L25
In fact, you can use these functions by calling functions in sdk, only need `#include "fft.h"` or other interfaces provided in sdk. We have recently used Class to encapsulate these...
你好, Longan nano 使用的是GD32VF103CB芯片, arduino显示64k 是程序做了一些限制,可以在这里修改https://github.com/sipeed/Longduino/blob/e7e1d8ad04875813bea83edde82f99c7bb8f61d5/boards.txt#L44 在arduino 及 pio 中 dfu下载是使用dfu-util工具的,要求的驱动程序和GigaDevice DFU Tool是不一样的, 注意要使用zadig替换驱动,详细请参阅https://longan.sipeed.com/zh/get_started/blink.html#usb-dfu-下载
可在此issue下回复认领项目
@xueyu-code 目前还没确定, 这周会确定上位机的开发人员和细节, 到时候 我们讨论下。 我比较偏向webhid这种,你有建议的方法也可以先列在下面, 到时候再讨论。