CHAPTER INTRODUCTION The atomization module is composed of a drive module and an atomizer, which is used to atomize and humidify the water. It can be controlled by MCU or buttons. V is connected to 3~5V voltage input, G is connected to GND, and S is the signal pin.
CHAPTER OPERATING INSTRUCTIONS There are two control modes for this module: automatic control by pressing a button, and MCU programming control. Button Control: Press the button to turn on the module. Press it again to turn the module off. MCU Programming: Simulate a button is pressed. The button outputs high level in normal state, and low when pressed;...
CHAPTER SEVEN TEST CODE atomization //Set the pin of the atomization module setup() { pinMode(atomization, OUTPUT);//set the pin to output digitalWrite(atomization, HIGH);//set the pin to high loop() { //Turn on the atomization module, equivalent to pressing a button digitalWrite(atomization, LOW); delay(200);...
CHAPTER EIGHT CODE EXPLANATION Code Explanation pinMode(atomization, OUT- Set the pin to output. PUT) digitalWrite(atomization, Set the output voltage of the pin to HIGH/LOW HIGH) delay(1000) Pause the execution of the program for a period of time, called a delay. The unit is milliseconds.
CHAPTER NINE TEST RESULT 9.1 Atomizer Face the front of the atomizer up, and put it gently on the surface of the water. Note that the front should be not covered by water. Upload the code to the board and wire up. After that, put the atomizer on the water surface and it starts to work and repeats: it sprays mist for 3 seconds and stops for 1 second.
WiKi 9.2 Cotton Rod How to install the cotton rod for humidifying to the atomizer: Put the atomizer in the plastic shell. Pay attention that its connection wire should be placed in the groove of the plastic shell. Chapter 9. Test Result...
Page 25
WiKi Cover the other half of the shell. 9.2. Cotton Rod...
Page 26
WiKi Insert the cotton rod into the middle of the plastic shell. Chapter 9. Test Result...
Page 27
WiKi The installation is complete. Note: The cotton rod takes time to absorb water. If it is not full of water, the atomizater may be burned out after powering on. To avoid this condition, please insert the rod into the water first, and then upload the code after the water is fully absorbed in it.
Page 28
WiKi second. Since water absorption rate of the cotton rod is slow, after a long time of work, the atomizer may stop working for 2~3 seconds after each period of atomizing. Until the rod absorbs enough water, it works again.
Need help?
Do you have a question about the WiKi KS6082 and is the answer not in the manual?
Questions and answers