Arduino Code for RAW sensor value.
- 
					
					
					
					
 I need arduino code to send RAW sensor value, when sensor change his value to send this value to controller. The type of signals have to be V_LEVEL. Normally i will use this with analog sensors. If somebody have this kind of code please share with us. 
 
- 
					
					
					
					
 What kind of data? If you want to send light levels the Serial Protocol support V_LIGHT_LEVEL for raw values. 
 Otherwise... well you can send any number you want via a V_LEVEL as long as you know what to do with it on the controller side.Arduino code on how to send data is part of most examples on this page. 
 
 
					
				 
					
				