Page 1 of 1

flame sensor

PostPosted: Mon Apr 27, 2015 4:45 am
by junseen
hi all, i am using simple flame sensor module which is working with Atmega-32A microcontroller. Does anyone have the sample code? It is very urgent can someone help me.Thanks a lot.

Re: flame sensor

PostPosted: Mon Apr 27, 2015 9:42 am
by ober
What type of flame sensor? If it is basic, it should be digital only. I am sure there are plenty of sample code reading digital input such as reading push button. But your controller seem to be rare model.

Re: flame sensor

PostPosted: Tue Apr 28, 2015 12:41 am
by junseen
It is SN-Flame-MOD which available in Cytron
https://docs.google.com/document/d/1FvO ... csh9k/edit
Does the code have some similarity with Arduino code?

Re: flame sensor

PostPosted: Tue Apr 28, 2015 10:23 am
by ober
Yup, if you look at the Getting Started Guide, the sensor comes with Analog and Digital output, so it is up to you to use either analog or digital. Digital is simple, like reading push button.