Перейти к содержимому

Using an Arduino to get a physical world signal on a web app - Julia / Genie

Daniel Malafaia

0:00 / 0:00

Using an Arduino to get a physical world signal on a web app - Julia / Genie

1 143 просмотра · 2 года назад
Daniel Malafaia
382 подписчика
1 143 просмотра · 2 года назад
In this tutorial we will learn how to program an arduino to read analog signals from the ADC and send those through USB to a PC. On the PC we will learn how to get that data using a virtual serial port and plot in using Julia. We will also create a web application using Genie Builder to access the analog data from anywhere. Buy an Arduino (worldwide shipping): https://s.click.aliexpress.com/e/_Dm2... Julia Code (Github): https://github.com/DiracM/JuliaTutori... Timecodes: 00:00 – Introduction 03:37 – Arduino Programming 11:22 – Julia code to communicate with the Arduino 16:28 – Genie Builder program to create a web page with the data