搜索资源列表
simen-twister-a589852
- Initial Repository creation 20100214: initial push - code is lash-up of Compact Flash project. Most functions incomplete. Goals: * Support GCode from Skeinforge right out of the box * Use novel ultra-ultra-simple mechanical scheme using o
serial_control_LED
- Arduino讲座用串口通信发送数据控制LED点亮-Arduino Lecture serial communication to send data control LED light
Serial_cin
- 用于和arduino单片机进行串口通信。 输入数字改变PWM值或IO口等。 也可以进行实时数据传输。 测试代码。-Used for serial communication with arduino microcontroller. Enter a number to change the PWM value or IO port. Real-time data transmission. The test code.
US-100-example-for-Arduino
- arduino单片机对us-100超声波的串口读取程序-Arduino single-chip microcomputer to us- 100 ultrasonic serial port to read program
Arduino-Serial
- 基于Arduino的串口显示程序例程,可以利用编译工具显示程序变量。-Based on the Arduino serial display routines, can use the compiler tools display program variables.
arduino-dial--
- 基于Arduino单片机为基础的通过串口,控制GSM模块实现两个按键拨打和挂断电话的功能-Arduino-based microcontroller-based through the serial port control GSM module implements two buttons to dial and hang up the phone functionality
Arduino-communication-and-LabView
- Arduino的和LabView的通过串行PC机与下位机控制。其中包括具体的程序和Arduino的电路连接,与LabVIEW编程。-Arduino and LabView for control via serial communication PC and the next crew. Which include specific procedures and Arduino circuit connections, and the LabView programming.
arduino串口wifi调试
- Arduino串口wifi模块的实用程序(Arduino serial WiFi module utility)
Arduino MPU6050
- Arduino MPU6050串口输出角度(波特率9600 卡尔曼滤波)(Arduino MPU6050 serial output angle (baud rate 9600, Calman filter))
b1
- 通过ATmel公司的mega328p芯片作为核心,使用4段移位数码管,通过usb连接电脑串口。用arduino的串口侦查器发送命令实现: 1.显示任何4位数(含小数)。 2.对改数进行末位加一(不进位)。 3.对改数进行乘十,当到达无小数点时自动变成除十,当小到无法显示自动变成乘十。 4.循环左移和循环右移(小数点位置不变)。(Through ATmel company's mega328p chip as the core, the use of 4 segment digital t
morseCodeTest-170730c
- 实现自动发送莫尔斯电码,通过串口输入要发送的字母语句,将转化为对应的莫尔斯电码,并通过串口输出由‘-’‘.’主成的转化后的电码,在PIN12、PIN13出输出高低电平。(Automatically send Morse code, through the serial port to send the letter input statement, will be transformed into the corresponding Morse code, and through the ser
rtttl_player
- Basic program that plays nokia ring tone songs (RTTTL) from the serial interface on arduino.
SerialCommand
- 一种非常实用的arduino 串口通信库,拿来与大家一起分享 希望跟大家一起交流讨论(serialCommand A very practical arduino serial communication library to share with you I hope to discuss with you)
微型气象站
- 平台为arduino uno r3,采集温湿度,气压、海拔、土壤湿度信息在5110屏幕上显示,并通过nrf24l01传到另外一个arduino采集板上,然后通过串口传给pc机。传感器有ds18b20,dht11,土壤湿度传感器,bmp085,显示屏为5110,一对nrf24l01。library文件夹下为所需的各种库。(The platform for Arduino uno R3, collecting temperature and humidity, air pressure, altit
Temp 2
- //温度test #include <dht.h> dht DHT11; #define PIN_DHT11 10 void setup() { Serial.begin(9600); } void loop() { DHT11.read(PIN_DHT11); Serial.print("Humidity (%): "); Serial.println((f
nodemcu_rfid
- Student walk through attendance system : RFID tag is being captured from a long range 125KHz RFID reader using NodeMCU (an ESP8266 based development board). The captured tag is being uploaded into the database server via WiFi internet connection. C
Arduino和CSharp通讯
- LED 串口控制 Arduino和CSharp通讯 通信协议,单片机 Arduino开发板通信(LED serial port control Arduino and CSharp communication and communication protocol, MCU Arduino development board communication)
123
- 实现串口交互,实现应用层软件接口调试基础(Realizing serial interface interaction)
采集前端资料(包含arduino测量说明)
- 对心电采集模块AD8232进行arduino单片机源代码开发,之后数据串口传输到PC;PC使用Processing进行串口数据图形实时绘制心电波形(ECG acquisition module AD8232 for Arduino microcontroller source code development, and then the data serial port transmission to PC; PC using Processing serial port data graphi
STM32duino-bootloader-master
- STM32 刷入Arduino的BootLoader。实现免串口下载(STM32 brushes in Arduino's bootloader. Realize serial port free download)