Atomizador de água - Grove
  •  Atomizador de água - Grove
  •  Atomizador de água - Grove
  •  Atomizador de água - Grove
  •  Atomizador de água - Grove
  •  Atomizador de água - Grove

Atomizador de água - Grove

:SEN15005
12,30 €
preço com IVA incluído

Um humidificador de tamanho reduzido!

Quantidade
Sem Stock


DESCRIÇÃO EM PORTUGUÊS BREVEMENTE DISPONÍVEL

Se tiver alguma dúvida neste produto não hesite em contactar-nos.

*Atenção: as imagens são meramente ilustrativas.

DESCRIÇÃO EM PORTUGUÊS BREVEMENTE DISPONÍVEL

Se tiver alguma dúvida neste produto não hesite em contactar-nos.

*Atenção: as imagens são meramente ilustrativas.

 

Grove - Water Atomization is a perfect module for you to develop an atomizer or an atomizer module in your applications easily. With just a few simple steps, you can prototype an atomizer. It has Grove interface which makes it easy to be integrated into plenty of applications. A humidifier is a basic device it can be built with, you can develop more advanced and interesting projects with digital scent technology and any other situations in which atomization required.

 

  

Features:

  1. Heated with ultrasound.

  2. Easy to prototype.

  3. Well applied to vast projects.

  4. For various interesting, smart and fashionable applications.

 

Application ideas:

  1. Humidifier.

  2. Scent emitter in different situations.

  3. For smart-house applications.

 

Specification:

 

Operating voltage

5.0V(DC)
ripple(at Max power) ≤100 mV
Max power 2W
peak output voltage 65±5V
Operating frequency 105±5kHz
Chip ETA1617、NE555

 

Documents:

Please visit our wiki page for more info about this product. It will be appreciated if you can help us improve the documents, add more demo code or tutorials. For technical support, please post your questions to our forum.

 

1.Copy code below to Arduino IDE editor.

/*
  Demo code for grove  atomization.
  Touch to start atomizing.
  Last modified by he
by xiaohe
 */
// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin 13 as an output.
  pinMode(A5, OUTPUT);// Set A5 as OUTPUT
  pinMode(5, INPUT); // Use digital pin 5 as output port
}
 
// the loop function runs over and over again forever
void loop() {
  int D2Sig = digitalRead(5);// read pin 5 signal
  if (D2Sig == 1)
  {
    /* code */
    digitalWrite(A5, HIGH);   // atomize
    delay(10000);              // wait for 10 seconds
    digitalWrite(A5, LOW);    // atomization stopped
 
  }
}
SEN15005

Também poderá gostar