the following is a simple sketch to display temperature graph by taking value from serial port from an arduino board with temperature sensor..
however the index.html file as well as the application exported from this sketch do not display anything.
i tried after signing the executable jar file in applet folder , however it did not help , is there anything in the program which is preventing the display.
A Target would be emitting some signal,which will be received at the four sensors.The signal strength at each sensor inversely proportional to the distance of target from sensors.
AIM-Based on the signal received at the four sensors to locate the Target.
I plan to take sample values at the RED dots shown in Image,i.e. Signal strength at each sensor for target placed at that specific red dot.
How to go about it? how to store the Sample values ?
then based on actual field values,to compare them with sample values and locate the target inside one particular square.