after the module test, make sure the ESP8266 is working properly and start connecting with Arduino to upload the data detected by the DHT11 temperature and humidity sensor to the monitoring platform. Prior to understand the platform has Yeelink and thingspeak, the principle should be the same, I choose Thingspeak here, we can try Yeelink, welcome to provide learning to share.
put the results first. Welcome visit: https://thingspeak.com/channels/29665
Translated from: http://ricardo-dias.com/2010/11/20/arduino-wakes-my-pc/I've always dreamed of controlling something in my room through the Internet. Watch IPTV on the computer, turn on/off the lights, remote control peer download ... To do this, I need a server – my old desktop can do it. Of course, I didn't mean to hang it all day/week/month ... ^^I need to find a way to revive it whenever I want to. So I think I can use an
Author: huaqing visionary lecturer
Before we use Arduino to achieve the lighting, flashing lights, serial lighting and the combination with the upper computer lighting. This time we will implement a UDP server to accept the command to implement the lighting, and to use the Intel Edison Development Board to achieve the lighting.
First, the implementation of UDP lighting
A UDP server is a normal way for network traffic to take. Use UDP protocol to achi
DIY: Using Arduino to make smart home system
Intelligent production
Geek Fan · 2015-04-29 20:37
(Click on the public number above to quickly follow us)
Smart Home System is simply a combination of automation control system, computer network system and network communication technology in one of the networked intelligent home control system.
This article shows the smart Home system can be indoor and outdoor temperature, weather changes and door an
This example uses the 'lilypad 'link mpu6050 module, 'arduino uno' as the USB download device, the specific connection method please move: http://www.cnblogs.com/hangxin1940/archive/2013/04/06/3002709.html
# How to connect lilypad to mpu6050! [Lilypad] (http://images.cnblogs.com/cnblogs_com/hangxin1940/467679/o_700px-6_dof_mpu6050.png "Lilypad ")
The pins corresponding to Lilypad and mpu6050:
* + *-> * VCC *
*-> * Gnd *
* A4 *-> * SDA *
* A5 *-> * SC
"The introduction of Arduino is very simple" free application to send a book!Event Address: Http://dwz.cn/HKnOAactivity mode:Reply:Share the various "supernatural" events that you encounter in using Arduino (when you're doing projects with the Arduino board, you have all kinds of fun things to do, or problems you've encountered during the project)Activity time: 2
Before writing a post about the Arduino timing, the Arduino library has external interrupt function, but the function of the internal interrupt is not mentioned, this article intends to use the Arduino timing interrupt to write a blink program.The code is as follows.1 /*******************************************************************************2 ***3 *project
KB, download number: 3)Download attachments to albums2013-5-12 14:22 UploadClick Next, install Complete: image 5.png (271.17 KB, download number: 4)Download attachments to albums2013-5-12 14:22 Uploadafter successful installation, see in Hardware Device Manager: image 3.png (294.51 KB, download number: 3)Download attachments to albums2013-5-12 14:22 Upload describes the installation function, the downloader can be used normally. ★ ★ Sell online usbasp is usually 10P interface (Atmel Blue vers
The answer is yes.
There are 26 pins on the Raspberry Pi Board, these gpio (general purpose I/O) including SPI, I²c, serial UART, 3V3 and 5V power supply.
Domestic forum There is an article "RASPBMC Setting Infrared receiver" describes how to install the RASPBMC operating system for Raspberry Pi, install the infrared receiver for remote control.
The following figure defines the 26 pin pins for the Raspberry Pi
Raspberry Pi is much more expensive than an ordinary
\setupapi.dev.log.Here the bread with the driver installation of the log, if you just installed and failed so should be at the bottom, if you are not, then use ctrl+f shortcut key, keyword input MDMCPQ should be able to find, and then find the following line,At this point we have solved the first step, that is to find the required files,So we'll find no mdmcpq.inf_amd64_neutral_ under the C:\Windows\System32\DriverStore\FileRepository. B53453733BD795BC (may be different later, depends on your l
Using the wire library of the Arduino Nano makes it easy to set up and read the converted data to the ADS1100./** Arduino reads ADS1100 i²c 16bit diff ADC*/ /*SDA ==> Analog 4 PC4 SCL ==> analog 5 PC5 set register:stby 0 0 SC DR1 DR0 PGA1 PG A0 Default 1 0 0 0 1 1 0 0 0x8c I want 1 0 0 0 1 1 0 0 IGN 0 0 con 8SPS GAIN 1 STBY, only for single mode to start conversion SC 1= single, 0=continuous dr1:0
calibration of analog signals
This example shows you a technique for calibrating a sensor: Read the sensor value for 5 seconds at startup, then look for its maximum and minimum value. The maximum and minimum values after calibration will be useful in the map function.
complete the hardware device required for this example
Arduino Board or Genuino board
LED Analog signal sensor (photoresistors on OK)
10kω Resistor
220
I. Physical mapTwo. Example codeNote: code from Foreigner http://www.4tronix.co.uk/arduino/Stepper-Motors.phpFunction: Control motor positive and negative turnThis Arduino example demonstrates bidirectional operation of A//28byj-48, using a ULN2003 interface board to drive th e stepper.//The 28byj-48 motor was a 4-phase, 8-beat motor, geared down by//a factor of 68. One bipolar winding is on motor pins 1 3
Arduino Open Source Library u8glib2 research icon display-----------------on the use of DRAWXBM drawxbmp functionBecause of whim, recently want to do a snake game, the hand has Arduino and our own development of Newbit OLED Shield, hardware completely satisfied, so in the online search, found a lot of people in use U8glib, now has a second version of U8GLIB2, The first version has stopped maintenance, but t
+-0.08 °C.
Encapsulation: To-92, metal can, SOIC-8, to-220. The lm35d used in this article is the to-92 encapsulation.
Circuit connection
The lm35d is powered by 5 V voltage on the Arduino uno board, and the signal output end is connected to the A0 pin.
Simple voltage reading and conversion
The conversion is implemented using the Arduino ADC function. The relationship between the voltage and the ad sample
case, any addressable device is considered as a slave device.
II2, or I2C, is used in arduino. > Host program example
# Include Wire. h gt; // declare the I2C library file # define LED 13 byte x = 0; // variable x determines the LED light-off // initialize void setup () {Wire. begin (); // Add the i2c bus as the host pinMode (LED, OUTPUT); // set the number Port 13 to the OUTPUT} // The main program void loop () {Wire. beginTransmission (4); // sen
Espcomm_send_command:didn ' t receive command Responseespcomm_send_command (flash_download_begin) failed I now have two boards that have this problem, and I've been trying to solve this problem for a long time. There is no similar problem at all in domestic articles. Constantly try online solutions, mainly because their English level is too poor to view foreign documents, quite labored. 4 o'clock in the morning I get up and start to make, finally in my constant try, I finally solved the problem,
If you are using a compact Windows system, you may encounter the problem of "system cannot find the specified file" When installing the Arduino driver, as shown in the following figure:
This is because the compact window system deletes some of the less commonly used driver information, and the workaround is as follows:
1. First Open C:windowsinfsetupapi.dev.log
This file contains information about Plug and Play devices and driver instal
Protocol parser V1.0 parsed data format: protocol header-Instruction length-control instruction-checksum "control instruction" format: Device Type-device number- Port number */#include ProtocolParser.cpp source code is as follows:
/* Protocolparser the implementation of the functions of the class * * #include "ProtocolParser.h"//#include In order to verify the correctness of the code, there are two ways, one is to import it into the Arduino IDE, for
Laser Tube Transmitting module Laser receiving module
Experimental Results
BOM List
Arduino Uno * *
Laser Tube Transmitting Module * *
Laser Receiving Module * *
Bread Plate
Jumper several
Wiring
Arduino Uno
Pin
5V
GND
Arduino Uno
Open Source Code
int LED = 13; Defines the LED pin as 13 (i.e. the LED light on the board) int laser
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.