-
Arduino实现基于GSM控制LED点阵屏
LEDD为程序目录,将目录放 我的文档/Arduino 下,再打开ide,就能在ide看到这几个程序,方便调用。默认烧入为LEDD_B2这个程序,可以连接好线,弄好sd卡,接上移动电源发短信测试*文件夹内各程序说明:LED_test,led模块从sd读取字模测试RTX_test,无串口线串口工具测试gsm模块,此测试时gsm模块tmcu、rmcu接nano a0、a1脚SD_test,sd卡测试程序SIM_test,官方发短信打电话例程精简版,默认10086SIM_test2,提取短信内容测试,接到短信自动提取内容LEDD,整体程序优化前,此测试时gsm模块tmcu、rmcu接nano a0、a1脚LEDD_B2,优化后程序===============================song.dzk为宋体点阵字库,请放sd卡根目录==============================*接线说明:led屏 d~lat 接nano 2~9led屏 5v、gnd 接nano 5v、gndsd模块cs接pin10sd模块5v、gnd、miso、mosi、sck接icsp对应脚gsm模块5v、gnd接sd模块另一排中5v、gndgsm模块接tx rx,注意需要在烧写更新程序时得取下这个========================*补充NANO ICSP接口(usb接口在下方时):RST SCK MISOGND MOSI 5V版权:用图来源屏http://detail.b2b.cn/product/700227960.htmlhttp://www.1024sj.com/product/show-3198780.html点阵http://detail.tmall.com/item.htm?spm=a230r.
- 2023-08-09 05:30:04下载
- 积分:1
-
六足步行序列使用 32 通道驱动程序使用 IK
六足步行序列使用 32 通道驱动程序使用 IK
- 2022-10-05 04:35:02下载
- 积分: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
-
Arduino_STM32-master
Arduino_STM32-master
- 2019-06-26 04:24:41下载
- 积分:1
-
spacegame
it is the new game for windows is very spesial
- 2017-11-02 18:37:13下载
- 积分:1
-
arduino examples blink程序
arduino软件examples里面的blink程序,通过程序掌握arduino程序基本框架,从最简单的程序入门,且不需要外加元器件,利用uno板子自身的器件就可以完成。
- 2022-03-20 17:53:46下载
- 积分:1
-
基于energia的MSP430F5529的入门资料
从入门到精通。40+例程。
- 2022-04-25 05:55:20下载
- 积分:1
-
OneWire
DS18B20 温度传感器相关库文件,还需要DallasTemperature库文件配套使用。(DS18B20 temperature sensor related library files, also need Dallas Temperature library files supporting use.)
- 2021-04-17 14:58:52下载
- 积分:1
-
BAM Example
bit angle modulation example 1
- 2017-12-31 23:47:49下载
- 积分:1
-
HoodLoader2-master
说明: Arduino Uno Hood Loader 2 input conversion
- 2019-06-18 14:37:16下载
- 积分:1