Skip to content

Browser Oscilloscope using esp8266 as signal source and transferring data via websockets to browser for display.

Notifications You must be signed in to change notification settings

AlecGMcNamara/Browser-oscilloscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser-oscilloscope

The idea is to use the ESP8266 as the oscilloscope source and transfer data via web sockets over WiFi. This will isolate the laptop from any possible damage!

The main questions are:

  1. Is web socket protocol fast and rebust enough?
  2. Are the browser drawing tools (Canvas) fast enough?
  3. Could it display ESP8266 variables too for debuging?
  4. Could be a useful traning tool?

At this stage I think yes for all questions and no real problems. 100ms between websockets messages and screen updates looks good.

Plenty of testing still to do.

About

Browser Oscilloscope using esp8266 as signal source and transferring data via websockets to browser for display.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published