Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realcorebb/bbserver
A Cool and Mini Server.
https://github.com/realcorebb/bbserver
circuitpython orangepi sbc
Last synced: 2 months ago
JSON representation
A Cool and Mini Server.
- Host: GitHub
- URL: https://github.com/realcorebb/bbserver
- Owner: RealCorebb
- Created: 2023-01-10T07:56:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T16:48:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T22:41:52.975Z (2 months ago)
- Topics: circuitpython, orangepi, sbc
- Language: Python
- Homepage:
- Size: 3.83 MB
- Stars: 29
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bbServer
![image](https://github.com/RealCorebb/bbServer/blob/master/IMG/bbServer.JPG?raw=true)
## 又酷又迷你的服务器🖥️RELEASES DATE: 2023/01/19
🐧QQ群(仅供交流):647186542
🐦[Twitter](https://twitter.com/RealCorebb "@RealCorebb") @RealCorebb
▶️视频(Video):[Youtube](https://www.youtube.com/watch?v=yFprzIGSGpM "Youtube")[ Bilibili](https://www.bilibili.com/video/BV1j24y1a7Ut/ " Bilibili")# 禁止搬运到Gitee
# 目录结构:
**Python** bbServer 程序
**3D** 外壳模型、切割文件# 关于程序:
mc.py为主程序
adaoled.py为点亮OLED屏幕的程序
neopixel.py为WS2812 RGB LED的程序# 关于香橙派:
你需要启用I2C和SPI# 关于Adafruit Blinka:
这是能够让很多Linux开发板能运行CircuiPython的库,如果装的是armbian系统能够直接使用,如果是其它系统,它需要识别板子型号,需要/etc/armbian-release 这个文件。通常在/etc文件夹内会有像是:/etc/orangepi-release,把这个文件重命名即可。