上一页 1 ··· 229 230 231 232 233 234 235 236 237 ··· 621 下一页

2022年9月6日

摘要: /* SPI Slave example, sender (uses SPI master driver) This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by 阅读全文
posted @ 2022-09-06 01:06 lydstory 阅读(62) 评论(0) 推荐(0)
摘要: uint8_t cmd[10] = {0x55, 0x00, 0xB0, 0x99, 0x00, 0x00, 0x02, 0x00, 0x08, 0x00}; cmd[9] = getLRCx(&cmd[1], 8); char sendbuf[10]; char recvbuf[10]; memc 阅读全文
posted @ 2022-09-06 00:46 lydstory 阅读(475) 评论(0) 推荐(0)
摘要: uint8_t cmd2[1] = {0x00}; char sendbuf2[1]; char recvbuf2[1]; memcpy(sendbuf2, cmd2, 1); /* spi_transaction_t SPITransaction2; memset(&SPITransaction2 阅读全文
posted @ 2022-09-06 00:32 lydstory 阅读(96) 评论(0) 推荐(0)
摘要: uint8_t cmd[10] = {0x55, 0x00, 0xB0, 0x99, 0x00, 0x00, 0x02, 0x00, 0x08, 0x00}; cmd[9] = getLRCx(&cmd[1], 8); char sendbuf[10]; char recvbuf[10]; memc 阅读全文
posted @ 2022-09-06 00:21 lydstory 阅读(189) 评论(0) 推荐(0)

2022年9月5日

摘要: #define GPIO_MOSI 35 #define GPIO_MISO 37 #define GPIO_SCLK 36 #define RCV_HOST SPI3_HOST #include <stdio.h> #include <string.h> #include "freertos/Fr 阅读全文
posted @ 2022-09-05 23:33 lydstory 阅读(225) 评论(0) 推荐(0)
摘要: ESP-IDF SPI踩坑日记 – 梦程小站 (openthing.cn) 半双工设置 提示以上错误.... 阅读全文
posted @ 2022-09-05 18:32 lydstory 阅读(39) 评论(0) 推荐(0)
摘要: /* SPI Slave example, sender (uses SPI master driver) This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by 阅读全文
posted @ 2022-09-05 18:25 lydstory 阅读(100) 评论(0) 推荐(0)
摘要: /* Load server certificate */ extern const unsigned char servercert_start[] asm("_binary_servercert_pem_start"); extern const unsigned char servercert 阅读全文
posted @ 2022-09-05 17:47 lydstory 阅读(30) 评论(0) 推荐(0)
摘要: esp-idf-ftpServer/ftp.c at main · nopnop2002/esp-idf-ftpServer (github.com) 阅读全文
posted @ 2022-09-05 14:09 lydstory 阅读(124) 评论(0) 推荐(0)
摘要: sp32s2 我要放一个文件进去怎么做 sp32s2 我要放一个文件进去怎么做 sp32s2 我要放一个文件进去怎么做 不是弄到头文件,然后烧到bin里面吗 证书直接打开就是字符串 卖出去的设备通过串口更新肯定不实际啦,写在代码里面也没啥,证书要更新的时候,总会有一个过渡时间,直接ota过去就好了 阅读全文
posted @ 2022-09-05 14:02 lydstory 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 229 230 231 232 233 234 235 236 237 ··· 621 下一页

导航