CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - arduino serial

搜索资源列表

  1. _1602_ds1307_dht11_sr04

    0下载:
  2. arduino + 1602 +dht11 + sr04 + ds1307-#include <LiquidCrystal.h> LiquidCrystal lcd(2,3,4,5,6,7) /* 1602 vss to gnd vdd to 5v RS TO PIN2 RW TO GND E TO PIN3 D4 TO PIN4 D5 TO PIN5 D6 TO PIN6 D7 TO PIN7 A TO 5V K TO GN
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1782
    • 提供者:dicklaw
  1. prueba_matlab_arduino

    0下载:
  2. arduino and matlab serial
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1975
    • 提供者:ingpablo
  1. kinect_bot

    1下载:
  2. 用vs还有kinect sdk,输出图像和人体骨骼信息,和arduino间用串口通信传出信息,操纵arduino控制的机器人做出和人一样的动作。-There used vs kinect sdk, the output image and the human skeleton information, and arduino serial communication used between the outgoing message, manipulation arduino controlle
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-18
    • 文件大小:100352
    • 提供者:Teddy
  1. arduino

    0下载:
  2. arduino 测试程序, 很简单,作为入门吧~-arduino serial test procedure is very simple, as the entry bar ~
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4815982
    • 提供者:adousj
  1. SerialRegister

    0下载:
  2. Arduino program that reads the value of an alcohol sensor and outputs the value on three 7-segment displays using serial shift registers.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:951
    • 提供者:Brendan
  1. Serial_pass_through_ESP8266

    0下载:
  2. Nothing interesting. It is Arduino Serial pass through to ESP82-Nothing interesting. It is Arduino Serial pass through to ESP8266
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:799
    • 提供者:gbalog
  1. AnalogReadSerial

    0下载:
  2. Source code for arduino serial comunication example.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:57095
    • 提供者:Plinio Silva
  1. serkomtx

    0下载:
  2. Serial Communication TX using arduino
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1356800
    • 提供者:luthfi
  1. serial

    0下载:
  2. Arduino 串口程序可以展示串口库函数的应用(Arduino serial program, you can display the serial library function)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:28542
    • 提供者:netmcu
  1. Parsing_arduino

    0下载:
  2. Parsing Process from serial communication e.g Bluetooth input to other variables
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:13312
    • 提供者:baru
  1. as3-arduino-connector-master

    1下载:
  2. air 连接串口,可直接添加使用,非常方便(Air connects to the serial port and can be added directly.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:269312
    • 提供者:linrf
  1. Arduino

    0下载:
  2. Dht11 en puerto serial
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:KuroDianKat
  1. 6-asservissement_arduino

    0下载:
  2. ASM exemple for arduino
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:351232
    • 提供者:frlamaire
  1. IIC1602-Arduino

    0下载:
  2. Arduino 的IIC串口显示,文件用IDE打开即可。(The IIC serial port of Arduino shows that the file can be opened with IDE.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:23552
    • 提供者:njustcw
  1. USB to serial universal driver

    0下载:
  2. arduino软件驱动解决办法以及驱动软件下载(Arduino software driver solution)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:184320
    • 提供者:2825402175
  1. serialping

    0下载:
  2. arduino serial ping test your arduino serial ping with this fabulous piece of code
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:266240
    • 提供者:Labrache
  1. processing_read_door_serial-4

    0下载:
  2. 这是一个很有趣的结合arduino端口和processing端的实验。分为两个部分,arduino端将接口和电源口用导线连接;processing端口需要按照实际需要下载mini插件,再修改串口方可使用(方法简单,修改final String portName = Serial.list()[数字串口];中的数字串口为正在使用的arduino接口即可。实现效果为,当arduino导线连接时,processing会播放歌曲;导线断开,歌曲暂停(This is an interesting expe
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:15533056
    • 提供者:初满满
  1. Arduino beta-library-serial-examples

    0下载:
  2. Arduino library for PIC
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:270336
    • 提供者:RegisSAA
  1. SerialData

    0下载:
  2. ARDUINO与esp8266连接测试 ESP8266是3.3V供电的 arduino的D3、D2分别为软串口的RX与TX。 arduino的D3(RX)连接ESP8266的TX。 arduino的D2(TX)连接ESP8266的RX。(ARDUINO and esp8266 connection test ESP8266 is 3.3V power supply The D3 and D2 of Arduino are RX and TX of the soft serial po
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:10240
    • 提供者:Paidadaxing
  1. My_ESP32_BLE.ino

    1下载:
  2. arduino ESP32 模块蓝牙通讯示例 (1)建立蓝牙服务器 (2)广播 (3)扫描周边蓝牙设备 (4)配对管理 (5)建立串口通讯,及数据传输管理(Arduino ESP32 module Bluetooth communication example (1) Establish a Bluetooth server (2) Broadcasting (3) Scanning peripheral Bluetooth devices (4) Pairing manage
  3. 所属分类:其他

    • 发布日期:2021-04-13
    • 文件大小:2048
    • 提供者:港湾
« 12 »
搜珍网 www.dssz.com