Toggle navigation
首頁
問答
文章
話題
專家
專區
新版SDK專區 (WM_IOT_SDK)
Arduino專區
Bug反馈專區
更多專區...
返回主站
提問
會員
中心
登錄
注冊
中文简体
中文繁体
English
русский язык
arduino
W80X
WiFi
Coming soon to cinema screens :)
發布於 2024-01-09 20:21:01
Scan WiFi
Connect WiFi
External interrupt (boot button)
2
條評論
默認排序
按發布時間排序
關於作者
AnatolSher
Lover of the ocean, yachts and Arduino
文章
8
回答
25
被采納
11
關注TA
發私信
相關文章
1
W800 開發套件鴻蒙系統教程
2
HLK-V40 TTS 文字轉語音 SDK開源資料
3
W806 上適配AtomThreads 輕量級RTOS
4
提問的技巧(讓自己問題引起關注方法)
5
聯盛德(Winnermicro)招聘信息
6
Simple way to control servo
7
W800 HTTPS連接失敗的調試方法
8
SquareLine Studio 導出ui 圖片資源和固件分離解決方案
9
W80X系列通過藍牙,串口或者mqtt等其他網絡協議進行OTA升級的方法
熱門文章
1
聯盛德系列產品資料下載匯總
2
W80X LVGL 驅屏方案資料匯總
3
使用CDS 創建W806 單機調試工程步驟
4
W801的SDIO驅動與FATFS優化
5
W80X系列芯片接入阿裡雲物聯網平臺產品級教程
6
W800-KIT-藍牙-溫濕度傳感器(cht8305c)-RGB燈-demo
7
W800 開發套件鴻蒙系統教程
8
【W806】保姆級入門
9
用Makefile新建W801工程
10
【直播預告】聯盛德重磅發布新產品、新方案
熱門問題
1
W801 spi_init函數中的spi_set_endian()不起作用,應該如何修改SPI傳輸的大小端
2
W80X Arduino環境啥時候可以支持LVGL驅動LCD屏?
3
外擴8M的PSRAM,請問能用__attribute__((at(0x30000000)))這樣定義變量嗎?
4
w806 wdg無法自動複位和喂狗
5
求官方出W806的PSRAM的hal庫demo
6
W806 做OTA升級如何做
7
W806的SDK中, 沒有pwm cap模式的例子
8
W80x的GPIO速度很慢問題
9
求w801出個工程模板,用SDK demo開發太惡心了!
10
使用W801開始時遇到的3個問題,解決了但是不知道具體原因,希望後續更新下SDK
熱門標簽
W801
W800
w806
WiFi
W80X
BLE
串口
SDK
SPI
藍牙
MQTT
ADC
flash
UART
藍牙、w801
DMA
CKLink
PSRAM
GPIO
低功耗
CDK
中斷
I2C
I2S
arduino
AT指令
SDIO
OTA
LVGL
下載
demo
LSPI
編譯錯誤
功耗
RTC
freertos
tcp
W806串口
printf
socket
HTTP
速度
庫函數
生產燒錄問題
.img
BUG
udp
ONESHOT
以太網
下載報錯
等待解答
問
如何使用qemu搭建w801模擬器
問
w806如何關閉uart的讀寫中斷
問
codec 需要如何修改才能支持24khz播放
問
W801 BLE手機刪除配對, 無法再次進行配對
問
SDK的ADC DEMO和寄存器手冊說明不一樣
問
W806串口2接收到16個字節,進中斷回調被滯後?
問
w801經典藍牙如何提速?
問
W800 數據收發(lightblue無法接收到數據)
問
藍牙掃描例程報分配內存錯誤?
問
W600 i2s master 接收配置問題
推薦專家
Sxy
2個答案 1次被采納
聯盛德商務對接
2個答案 0次被采納
AnatolSher
25個答案 11次被采納
yun
2個答案 0次被采納
abcd
83個答案 33次被采納
發布
問題
回到
頂部
Good job!
Hello friends!
Our team continues to work on creating a new Arduino core based on W80X_SDK_v1.00.10.
Quite a lot of things still need to be done. We often receive questions from different countries - when will our result be published? We answer - we don’t know :)
But, going to meet the DIY (Do it Yourself) community, we decided to provide an intermediate version that you can already use for your designs. In this version, you will have to combine the Arduino connection style and the approaches of the bearded guys, gaining access to the SDK functions :)
1) Take this addon for Arduino IDE:
core_w80x.zip
Unpack and place in your Arduino sketchbook in the hardware folder. Maybe like this:
For Windows users the file is required:
build800.zip
Unpack and place in your toolchain folder. Maybe like this:
You must also install the w80x-duino main package
After completing these operations, you can select a board.
The examples folder contains what we were able to do and test.
Do experiments and write here if you get errors :)