Hi all..
I need some suggestions for my project. This is my first time building an Arduino project, although I have done some searching on the internet, still, hope that can know is there other better/smart ways to solve the problem as you guys have more experiences.
So, what I am doing currently is to send a text message from web page to Arduino for display, but I am kinda confusing with the flow of the data.
From what I understand is,
if(want to display current message)
Arduino(current message) -> display
else if (want to display new message)
Web page(fill in new message) -> data pass through API to Arduino -> Arduino(new message become current message -> display
So, my question is
1. What is the smart approach to doing this? (Arduino Yun seems like a good choice, but is there any other cheaper board to choose? I have UNO, mega and wifi shield.)
2. Is my understanding of the flow correct? Do I miss something in the flow?
Thanks for reading such a long para. Can see that I am kinda lost. Thanks in advance for those who answer!