We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, am new to arduino (and processing) and was hoping to make a program that will allow processing to pull the time from the PC or NAS and send to arduino. The idea is that the arduino will be able to keep track of the day/time and initiate processes accordingly without needing additional hardware and taking space. Can anyone point me in the right direction?
Answers
Check these prev posts: https://forum.processing.org/two/search?Search=datetime
Or you can start by checking the reference: day(), month(), hour(), etc.
Also check some arduino code: https://forum.processing.org/two/search?Search=arduino
Kf
Hi kfrajer, I didn't realise processing had a function to get the time, thanks!