028 - ARDUINO
- tiffanybachelet
- Apr 4, 2020
- 1 min read
Updated: May 4, 2020
I wanted to translate the live data from the previous blog into Arduino modules, for example my LCD screen.

Using Tinkercad, I set out to code my LCD to display something when a button was pressed.
When the button is pressed the words "hello world" appear on the LCD screen. The aim is for the LCD screen to display the live data from the website when my product is touched. The next step was changing the button to a touch sensor :
I realised that if I wanted the LCD to display the live data, I would need to buy a wifi module to get the data from the website. Possible next step?
Comments