Connection:
+ to 3V3
OUT to D4
– to GND
Click Sketch-Include Library-Manage Libraries…
Download DHT Sensor Library
Choose board, COM port and library, then Upload code
Result:
Youtube link:
www.diymalls.com
Connection:
+ to 3V3
OUT to D4
– to GND
Click Sketch-Include Library-Manage Libraries…
Download DHT Sensor Library
Choose board, COM port and library, then Upload code
Result:
Youtube link:
Open Disk Utility
Click View-show all devices
Choose the correct disk of the recording module
Click erase
Format: choose ExFAT
Scheme: choose Master Boot Record
Click Erase
It will take a few minutes, when it shows: Operation successful. The disk will show up
Open Application-United disk, copy MP3 song to the disk
Video link:
https://youtu.be/6j-wvpqzwP
What you need:
1PCS Arduino UNO
1PCS Relay Module
3PCS Female to Male Dupont Cable
Connection:
Relay Module Arduino UNO
S D8
+ 5V
– GND
Code:
void setup(){
pinMode(8, OUTPUT);
}
void loop(){
digitalWrite(8,LOW);
delay(2000);
digitalWrite(8,HIGH);
delay(2000);
}
Result:
The red LED on relay will turn on and turn off automatically
Where to buy:
Amazon Link:
https://www.amazon.com/dp/B08R8TMT73
Website Link:
Alibaba Link:
Aliexpress Link:
eBay Link:
Any question please email sales@diymalls.com
What you need:
1PCS Arduino UNO
1PCS Laser Transmitter Sensor
1PCS Laser Receiver Sensor
6P Female to Male Dupont Cable
Connection:
Laser Transmitter Sensor Arduino UNO
S D12
+ 5V
– GND
Laser Receiver Sensor Arduino UNO
S D2
+ 5V
– GND
Code:
int LED = 13;
int LaserSensor = 2;
int SensorReading = HIGH;
int Laser = 12;
void setup() {
pinMode(LED, OUTPUT);
pinMode(Laser, OUTPUT);
pinMode(LaserSensor, INPUT);
}
void loop() {
digitalWrite(Laser, HIGH);
delay(200);
SensorReading = digitalRead(LaserSensor);
if(SensorReading == LOW)
{
digitalWrite(LED, HIGH);
}
else
{
digitalWrite(LED, LOW);
}
}
Result:
When there is an obstacle, the LED will turn on
When there is no obstacle, the LED will turn off
Where to buy:
Amazon Link:
https://www.amazon.com/dp/B07FQ6696X
https://www.amazon.com/dp/B07H95679S
Website Link:
Alibaba Link:
Aliexpress Link:
eBay Link:
Any question please email sales@diymalls.com
Note: Please do not aim at eyes.
What you need:
1PCS Arduino UNO
1PCS Laser Transmitter Sensor
3P Female to Male Dupont Cable
Connection:
Laser Transmitter Sensor Arduino UNO
S D13
+ 5V
– GND
Code:
void setup()
{
pinMode(13,OUTPUT);
}
void loop()
{
digitalWrite(13,HIGH);// Send Laser
delay(1000);// Delay one second
digitalWrite(13,LOW);// Close Laser
delay(1000);// Delay one second
}
Where to buy:
Amazon Link:
https://www.amazon.com/dp/B07FQ6696X
Website Link:
Alibaba Link:
Aliexpress Link:
eBay Link:
Any question please email sales@diymalls.com
Arduino core link
https://github.com/BSFrance/BSFrance-avr
Driver link
https://learn.adafruit.com/adafruit-arduino-ide-setup/windows-driver-installation
Code link
http://gofile.me/6Jtt7/uK0zS013O
Any question please contact via contact@bsfrance.fr
What you need:
1PCS Arduino UNO
1PCS USB Cable
1PCS AS3935 Light Sensor
6P Female to Male Dupont Cable
Connection:
AS3935 Arduino UNO
VCC 5V
GND GND
SCL A5
SDA A4
IRQ D5
First you need use IIC.ino to find the IIC address of the AS3935 sensor
Then you need change IIC address in the AE_AS3935DEMO-.ino, upload the code and open the serial monitor, please choose 9600 baud.
In my case, I changed the Line 11 and Line 66 to 0x03
11 #define AS3935_ADRS 0x03 66 Wire.write(0x03);
Below is the result
Code link
https://github.com/PlayingWithFusion/PWFusion_AS3935_I2C
Manual link
https://tinyurl.com/y5vnlwjd
Video link
https://youtu.be/uQwvpUYsRok
Website Link
http://www.diymalls.com/GY-AS3935-Lightning-Detector-Digital-Sensor
Alibaba Link http://aliurl.cn/axyizl
Aliexpress link http://aliurl.cn/as06xt
Amazon link www.amazon.com/dp/B087358RNT
Any question please email sales@diymalls.com
DIYmall Optical Fingerprint Reader Sensor with Arduino
What you need:
1PCS Arduino UNO R3
1PCS USB Cable
1PCS Fingerprint Sensor
1Set Dupont Cable
Connection:
Code link:
https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library
Video link
https://www.youtube.com/watch?v=QP9Q075vuJ0&t=200s
Website link
http://www.diymalls.com/Optical-Fingerprint-Reader-Sensor?search=fingerprint
amazon link
https://www.amazon.com/dp/B07BQ9VNWR
https://www.amazon.com/dp/B07551XV2T
https://www.amazon.com/dp/B077GKPWMN
Any question please email sales@diymalls.com
Recently, one customer complained:
I bought a U-blox 7 from you and I’m giving it some tests right now and I’m not getting correct readings from it. I’m an application developer and I had to add a compensation element to both latitude and longitude in order to get “correct” readings from it.
GPS data to google data need conversion
Here is the link about how to do it https://drive.google.com/open?id=1MwNTrqJtst3Dpl9qH8Mt3UJhs87ODdf9
1 . Connect the board like this, one micro usb cable to computer, power the SIM7100A board ( pins is supply and GND, you can use DC Power supply to power the board . Power supply voltage:5V-18V, current about 1.0A, you can adjust the current until the PWR LED turn on
2 . Download document link
http://www.diymalls.com/files/FZ2846-US-sim7100A-board-4G.zip
User name and password is diymall
3 . Press the switch until the 2 LEDs turn on (PWR and STA)
4 . Open device manager, then you will see
5 . Right click to install the driver, you need install the driver manually, find the driver file and install it for about 5 times ( you need choose the right system file)
6 . Then the computer will inform you to install the driver, just click and install the driver . After installing, please find the COM port in the device manager
7 . Open SIMCom Wireless Kit software, choose the Simtech Hs-USB AT Port 9001 (here is COM23), click open port, you can input AT commands in the e.g blank place, like AT, ATI
Amazon link https://www.amazon.com/dp/B078BNWB9X