What did the HTML say to the CSS? I like your style. Once again a long hiatus due to the back-to-back orientations. However, MnT runs in our veins and we are once again back on the grind. We have successfully figured on the code for our weighing scale with massive help from example codes by Olkal and Bogde on GitHub as well as ChatGPT. We have shared our edited code in this post as well #payingitforward !
Upon start-up, the function to calibrate the weighing scale is immediately called, and it prints the 5 average readings. Subsequently, the user can either call out the measure function to obtain another 5 average readings or re-calibrate the scale by calling out the calibrate function. An instance where a re-calibration may be needed is when the weighing scale is shifted.
Now, we are currently working on the code for our web page that will receive information from the arduino (such as weight) and automatically display it on our webpage. We will do this through Wifi and have bought the Wifi module ESP8266 ESP-01 on shopee. We will be referencing this article for the connection and coding when it arrives.
Stay tuned for more updates on our web page! As of now, it is ✨minimalistic✨ as we are still getting our bearings with making a web page using code #firsttimers !
Arduino Weighing Scale Code: arduino pet weighing scale code