IR Infrared Obstacle Avoidance Sensor 2-180cm (DIY) [S246]



https://www.youtube.com/watch?v=iIR1fbxM9uo


*GitHub https://github.com/rdiot/rdiot-s246.git

* Specs

Features:

1.Many kinds of welding methods,vertical and horizontal,expand the scope of application.

2.With precision potentiometer to adjust the range of infrared 38KHz detection.

3.The sensor detects the band enable port,which is convenient for the signal line as the bus line.

4.On power enable the port of the high level of the sensor,the sensor can detect the output signal.

5.Detection range can be up to 1.2 meters.

6.The software is enhanced,and the infrared ray interference of the infrared remote control equipment can be avoided.

7.Using EEPROM to record the work of each module, the probability of interference with each other is down to 1%.

8.Signal low level output.

9.Pin SIP head,application of bread board or through hole project.

10.Board set the jumper JP,short circuit when the output signal has a latch function,or dynamic output.

 

Specifications:

1.Power requirements:5 VDC

2.Communication:digital high/low output

3.Working temperature:32 to 158 degrees F (0 to +70 degrees)

4.Size:2.4cm * 2.8cm

 

Applications:

1.Warehouse door switch (latch set)

2.Security alarm system

3.Automatic production line transportation belt object count

4.Robot control

 

Package Included:

1 * 38KHz IR Infrared Obstacle Avoidance Sensor Switch


* Contents

- Connect

EN ----- X

SIG ----- D2

VCC ----- 5V

GND ----- GND


- Key Code

int T = 2; // INPUT PIN

 

void setup()

{

 Serial.begin(115200); 

 Serial.println("Arduino Examples - IR Sensor");

 Serial.println(" http://docs.whiteat.com/?p=1142");

 pinMode(T, INPUT);

}

 

void loop()

{

 if (LOW == digitalRead(T))

 {

 Serial.println("IR Detected"); //detected

 }

 else

 {

 Serial.print("."); 

 }

 delay(100);

}

Posted by RDIoT
|

SKT NUGU AI Speaker Ordering Pizza [B186.1]

 

 

 

https://www.youtube.com/watch?v=2RET1Blj8OQ


 

 


* Specs

Model NU100

Size 94 mm(W) * 94 mm(L) * 219.8mm(H)

Weight 1030 grams

Audio 15 watt, 2.5 inch woofer and 2.0 inch tweeter

Wi-Fi Connectivity Wi-Fi 2.4GHz 802.11b/g/n, 5GHz 802.11a/n 


* Contents

SK Telecom has unveiled an artificially-intelligent speaker that is able to recognize a user’s voice commands to play music, order products over the Internet and launch home devices such as TVs and air purifiers.

Named Nugu, meaning “who” in Korean, the cylindrical voice-enabled wireless speaker is based on artificial intelligence and deep learning so it could evolve over time. For now, it can only process Korean for sentences, or natural language, but can understand foreign words, according to the company. 

'7) IoT_AI > AI Speaker' 카테고리의 다른 글

Google Home AI Speaker [B187]  (0) 2018.03.22
SKT NUGU AI Speaker [B186]  (0) 2016.11.28
Posted by RDIoT
|

SKT NUGU AI Speaker [B186]




https://www.youtube.com/watch?v=oJN7mxMg1E4


* Specs

Model NU100

Size 94 mm(W) * 94 mm(L) * 219.8mm(H)

Weight 1030 grams

Audio 15 watt, 2.5 inch woofer and 2.0 inch tweeter

Wi-Fi Connectivity Wi-Fi 2.4GHz 802.11b/g/n, 5GHz 802.11a/n 


* Contents

SK Telecom has unveiled an artificially-intelligent speaker that is able to recognize a user’s voice commands to play music, order products over the Internet and launch home devices such as TVs and air purifiers.

Named Nugu, meaning “who” in Korean, the cylindrical voice-enabled wireless speaker is based on artificial intelligence and deep learning so it could evolve over time. For now, it can only process Korean for sentences, or natural language, but can understand foreign words, according to the company. 

'7) IoT_AI > AI Speaker' 카테고리의 다른 글

Google Home AI Speaker [B187]  (0) 2018.03.22
SKT NUGU AI Speaker Ordering Pizza [B186.1]  (0) 2016.12.10
Posted by RDIoT
|