-
arduino上传数据到ONENET云平台
arduino上传数据到ONENET云平台,arduino通过wifi模块连接到网络,然后再连接onent云平台上传数据,这是通过EDP协议。
- 2023-05-20 09:40:02下载
- 积分:1
-
arduino 读取hdc1080
arduino读取hdc1080传感器采集的温度和湿度数据,并在串口上显示
- 2023-03-30 15:15:02下载
- 积分:1
-
TX_RX
用于可见光通信的发射和接受端的程序,使用曼彻斯特编码(Program for transmitting and receiving ends for visible light communication, using Manchester coding)
- 2018-07-25 15:37:53下载
- 积分:1
-
行跟踪机器人arduino代码
此代码用于直线跟踪机器人。在这个机器人中,有7个传感器来跟踪黑线。微控制器是arduino mega 2560。在这段代码中,我们可以通过射频模块与计算机进行通信。
- 2022-03-24 16:53:42下载
- 积分:1
-
gsm
arduino的io控制输入输出#include #include #include "RC522.h"#include "DS1302.h"#include #define GSMSerial Serial1#define ID "768E4DA5"uint8_t CE_PIN = 4;uint8_t IO_PIN = 3;uint8_t SCLK_PIN = 2;char buf[50];//4 bytes Serial number of card, the 5 bytes is verfiy bytesunsigned char serNum[5];unsigned char state_pre=1;/* 创建 DS1302 对象 */DS1302 rtc(CE_PIN, IO_PIN, SCLK_PIN);void print_time() { /* 从 DS1302 获取当前时间 */ Time t = rtc.time(); snprintf(buf, sizeof(buf), "%04d-%02d-%02d %02d:%02d:%02d", t.yr, t.mon, t.date, t.hr, t.min, t.sec); /* 输出日期到串口 */ Serial.println(buf); }void setup() { Serial.begin(9600);
- 2023-07-16 15:35:04下载
- 积分:1
-
LCD1602菜单
关于使用Arduino编写LCD1602菜单列程较少,现自己编写一段代码控制LCD1602的菜单代码,方便大家一起学习,一起提升。
- 2023-01-28 16:30:03下载
- 积分:1
-
循迹小车,PDI算法,三种控制方式
说明: 循迹小车,PDI算法,三种控制方式。参考(Tracked car, PID algorithm)
- 2020-06-23 07:40:01下载
- 积分:1
-
labview读取Arduino串口数据保存并以波形显示
labview读取Arduino串口数据保存并以波形显示,LabVIEW read Arduino serial data stored and displayed in the waveform
- 2023-05-16 21:00:03下载
- 积分:1
-
四足机器人打印件+说明书+代码
说明: 通过8个舵机 实现蜘蛛类的的仿生运动,文件包含所有的打印件及嵌入程序,提供arduino源代码,实现10多种运动模式,可以通过蓝牙或者wifi控制。(The bionic movement of spiders is realized by eight steering gears. The file contains all the prints and embedded programs. It provides Arduino source code and realizes more than 10 motion modes. It can be controlled by Bluetooth or wifi.)
- 2020-12-26 10:29:03下载
- 积分:1
-
Si4713_Arduino控制资料
Si417发射机的PCB文件以及数据手册、arduino控制si4713的代码文件。(The PCB file of Si417 transmitter and the code file of data manual and Arduino controlling si4713.)
- 2020-06-21 12:20:02下载
- 积分:1