- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 ESP8266 FreeRTOS驱动
/* * ili9163b_soft.c * * Created on: 2020年2月14日 * Author: chen */ #include <stdio.h> #include <stdint.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "e...
2020-02-18 20:53:41
1090
原创 Phicomm DC1斐讯插座固件编译NONOS SDK MQTT实现远程控制电量采集
1、芯海 CSE7766 单相多功能计量芯片 波特率4800bps 8 1 none none u8 over=0; u16 over_counter=0; u8 data20=0; void dc1_uart_data_handler(u8* data,u16 data_len){ u8 i = 0; u32 coefficient = 0; u32 period = 0; u16...
2020-02-18 20:36:50
1011
原创 1、LicheeL-Pi入门 源代码下载
1、下载kernel源代码 git clone https://github.com/Lichee-Pi/linux.git v3s 2、下载uboot源代码 git clone https://github.com/Lichee-Pi/u-boot.git -b v3s-current 3、编译
2020-01-16 22:56:17
446
原创 NODEMCU 固件编译
系统:Ubuntu sudo apt-get update sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-pip python-setuptools python-serial 系统软件安装: echo "install esp-open-sdk depanden...
2020-01-16 22:48:46
635
原创 关于lcd 1602显示屏 使用iic 息屏的坑 nodemcu
最近这个1602课时头也疼死我了 。其中遇到一个惊天大坑 主要是没写一条指令背光总是关闭;看了时序也是正确的 主要是P3原理图上并没有标出 让我写了一遍遍代码总是那个样子, 最后运用了for循环吧0x00-0xff的每个指令写入法发现p3口原来连接背光灯气死人 id = 0 sda = 4 scl =3 local conn_e=0x0c local conn_n_e=0x08 i
2017-02-11 21:05:52
3267
斐讯DC1插座固件无需更改模块直接烧录支持电量识别MQTT
2020-02-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人