When I click the serial monitor in the Arduino software, I do get readings that scroll down for both Ambient and Proximity,
but I have two Questions:
1. Any idea as to why the scrolling readings stop after a couple seconds... It seems to vary how long it takes from attempt to attempt. If I close the Serial monitor and reopen it, it feeds me new sensor data.
I have read through the code a couple times and nothing is jumping out at me a the obvious cause. My guess involves the delays.
2. Does anybody have tips/advice for converting the numbers to mm or decimal inches (for example is Proximity = 9106 the same as 9.106mm?)
This is how I have it wired in case I have made a mistake:
Using and UNO and Arduion 022... haven't updated to 1.0 yet.
Vin= 5V from Arduino
Gnd= Arduino Ground
SDA= Analog pin 4
SCL= Analog pin 5
3.3V= 3.3V from Arduino (unsure about this connection)
Thanks for any advice. I will go back and re-read datasheets

