Kirjeldus
Electronic Brick
Yes! We can build electronics projects just as easy as piling bricks. Arduino and community have made the programming much easier than ever before. How about some elixir on hardware part? Maybe it is not yet convenient to make complex interfaces, but we can at least start from the most commonly used modules.
By using electronic bricks, you may connect Arduino compatible boards easily with various digital, analog and I2C/Uart interfaces. These the breadboard-less firm connection are prepared to extensive modules like poteniometers, sensors, relays, servos…even buttons, just plug and play.
Each terminal module has buckled port with VCC, GND and Output, which has corresponding port on the sensing board, with a plain 2.54mm dual-female cable you may start playing already. Buckled brick cables are like cement for bricks, make the connections easier, secure and more professional looking.
Overview
This MQ-2 sensor brick includes a MQ-2 Gas sensor. Gas Sensor(MQ2) module is useful for detecting gas leakage ( home and industry). It is useful for gas leakage detecting(in home and industry). It can detect LPG, i-butane, methane, alcohol, Hydrogen, somke and so on. Based on its fast response time. measurements can be taken as soon as possible.
Connect the + pin to 5v and – pin to GND, S pin will output the analog value which is concentration-related. It can be used with Iteaduino directly with a 3PIN cable.
Programming
Connect the module with Iteaduino using A0. Use the program below to gain the voltage. You can see the voltage will go higher if the concentration of the gas increments.
1
2
3
4
5
6
7
8
9
10
11
|
void setup( { Serial.begin( 9600 ); } void loop() { float vol; int sensorValue = analogRead(A0); vol=( float )sensorValue/ 1024 * 5.0 ; Serial.println(vol, 1 ); } |
Specification
Brick Type | Sensor Brick |
---|---|
Brick Interface | 3PIN |
Brick Power Supply | 5V |
Board Size | 37 × 21 × 1.6mm |
Weight | 28.00g |
Model | IM120710024 |
Documents
Electronic Brick
Yes! We can build electronics projects just as easy as piling bricks. Arduino and community have made the programming much easier than ever before. How about some elixir on hardware part? Maybe it is not yet convenient to make complex interfaces, but we can at least start from the most commonly used modules.
By using electronic bricks, you may connect Arduino compatible boards easily with various digital, analog and I2C/Uart interfaces. These the breadboard-less firm connection are prepared to extensive modules like poteniometers, sensors, relays, servos…even buttons, just plug and play.
Each terminal module has buckled port with VCC, GND and Output, which has corresponding port on the sensing board, with a plain 2.54mm dual-female cable you may start playing already. Buckled brick cables are like cement for bricks, make the connections easier, secure and more professional looking.
Overview
This MQ-2 sensor brick includes a MQ-2 Gas sensor. Gas Sensor(MQ2) module is useful for detecting gas leakage ( home and industry). It is useful for gas leakage detecting(in home and industry). It can detect LPG, i-butane, methane, alcohol, Hydrogen, somke and so on. Based on its fast response time. measurements can be taken as soon as possible.
Connect the + pin to 5v and – pin to GND, S pin will output the analog value which is concentration-related. It can be used with Iteaduino directly with a 3PIN cable.
Programming
Connect the module with Iteaduino using A0. Use the program below to gain the voltage. You can see the voltage will go higher if the concentration of the gas increments.
1
2
3
4
5
6
7
8
9
10
11
|
void setup( { Serial.begin( 9600 ); } void loop() { float vol; int sensorValue = analogRead(A0); vol=( float )sensorValue/ 1024 * 5.0 ; Serial.println(vol, 1 ); } |
Specification
Brick Type | Sensor Brick |
---|---|
Brick Interface | 3PIN |
Brick Power Supply | 5V |
Board Size | 37 × 21 × 1.6mm |
Weight | 28.00g |
Model | IM120710024 |
Arvustused
Tooteülevaateid veel ei ole.