Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 513 Bytes

File metadata and controls

14 lines (10 loc) · 513 Bytes

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.