Skip to content

hxmn/orange_pi_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrangePi Experiments

This project is aimed to help laboratory staff controlling equipment with Orange PI single-board computer.

Technologies are used to create this project:

  • WebSockets with Tornado server. It's fastest way to send commands from browser to server and display current state.
  • Bootstrap/jQuery for simple UI creation.
  • pysmbus for working with i2c in python.