meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
code:micropython_modul_flame_sensor [2026/05/14 11:26] โ€“ vamsancode:micropython_modul_flame_sensor [2026/05/14 11:28] (current) โ€“ vamsan
Line 38: Line 38:
     # Wait 200 milliseconds before the next sample     # Wait 200 milliseconds before the next sample
     time.sleep(1)     time.sleep(1)
 +</code>
  
 +**Output example**
  
 +<code>
 +ADC Value: 62495 | Voltage: 3.15V | Status: Safe / No Flame
 +ADC Value:  2880 | Voltage: 0.15V | Status: FLAME DETECTED! ๐Ÿ”ฅ
 +ADC Value: 63231 | Voltage: 3.18V | Status: Safe / No Flame
 +ADC Value: 62815 | Voltage: 3.16V | Status: Safe / No Flame
 +ADC Value:  2624 | Voltage: 0.13V | Status: FLAME DETECTED! ๐Ÿ”ฅ
 +ADC Value:  2528 | Voltage: 0.13V | Status: FLAME DETECTED! ๐Ÿ”ฅ
 +ADC Value:  2912 | Voltage: 0.15V | Status: FLAME DETECTED! ๐Ÿ”ฅ
 +ADC Value:  3760 | Voltage: 0.19V | Status: FLAME DETECTED! ๐Ÿ”ฅ
 +ADC Value: 63247 | Voltage: 3.18V | Status: Safe / No Flame
 +ADC Value: 63279 | Voltage: 3.19V | Status: Safe / No Flame
 </code> </code>