Project Planning, Temp & Humidity Online
hi everyone, i'm new arduino , first post forums!
i'm planning on building small unit report temperature , humidity of remote location online.
my plan use uno , temp/humid sensor testing , move gemma wifi or bluetooth final build , use openhab reporting interface.
i know won't built overnight , expect learn lot trying avoid pitfalls of buying stuff won't work. i'm asking guidance. there anyway put temp sensor on uno , report out of usb? i'd love guidance on components need pull off. thanks!
i'm planning on building small unit report temperature , humidity of remote location online.
my plan use uno , temp/humid sensor testing , move gemma wifi or bluetooth final build , use openhab reporting interface.
i know won't built overnight , expect learn lot trying avoid pitfalls of buying stuff won't work. i'm asking guidance. there anyway put temp sensor on uno , report out of usb? i'd love guidance on components need pull off. thanks!
quote
so i'm asking guidance. there anyway put temp sensor on uno , report out of usb?yes. trivially easy, actually. code temperature depend on temperature sensor choose. code data out serial port serial.print(thetemperature);.
quote
also i'd love guidance on components need pull off.what level of granularity need temperature? cold hell, nippy, cool, warm, , sweating fool head off require different equipment nearest 0.001 degree f.
how far need send data wirelessly? 10 feet? bluetooth perfect. 10 miles? neither bluetooth or wifi appropriate.
Arduino Forum > Using Arduino > Project Guidance > Project Planning, Temp & Humidity Online
arduino
Comments
Post a Comment