Code examples for using sensors plugged into an Arduino Board interacting with HTML page, specifically HTML DOM, using jQuery and Websocket (port : 5205, address : '/dataFlowFromArduino').
— Download Arduino to Web browser Utility here
B_A_HTML_CSS Code examples for beginning with HTML and CSS. Blank page, tags, text, typography, video, audio, grids.
B_B_Arduino_Sensors Codes for Arduino Board. Sending data from Potentiometer, Switch button, LDR/Photocell and ultrasound sensor.
B_C_HTML_CSS_jQuery Starting using jQuery for DOM (Document Objet Model) Manipulation
B_D_HTML_CSS_Arduino Send data from sensor plugged into an Arduino Board to CSS property in Web Browser.