BlackBox114's starred repositories

run

润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新**人的核心宗教,核心信念。

HowToLiveLonger

程序员延寿指南 | A programmer's guide to live longer

SummaryOfLoanSuspension

全国各省市停贷通知汇总

Language:HTMLStargazers:20363Issues:328Issues:0

emqx

The most scalable open-source MQTT broker for IoT, IIoT, and connected vehicles

Language:ErlangLicense:NOASSERTIONStargazers:13462Issues:391Issues:3906

bisheng

Bisheng is an open LLM devops platform for next generation AI applications.

Language:PythonLicense:Apache-2.0Stargazers:7818Issues:699Issues:118

yao

:rocket: A performance app engine to create web services and applications in minutes.Suitable for AI, IoT, Industrial Internet, Connected Vehicles, DevOps, Energy, Finance and many other use-cases.

Language:GoLicense:Apache-2.0Stargazers:7001Issues:108Issues:201

WatchX

Open-source smart watch, based on LittlevGL Embedded GUI Library

Language:CLicense:GPL-3.0Stargazers:792Issues:37Issues:15

StepperDriver

Arduino library for A4988, DRV8825, DRV8834, DRV8880 and generic two-pin (DIR/STEP) stepper motor drivers

Language:C++License:MITStargazers:531Issues:46Issues:102

NWatch

N|Watch - DIY Digital Wristwatch

Language:EagleLicense:GPL-3.0Stargazers:328Issues:34Issues:6

EncryptMinerProxy

基于Netty(Java技术栈高性能框架)+C技术开发的高性能矿池加密代理,支持多币种加密抽水(ETH/ETC/BTC/BCH/LTC/ERG/DOGE/XMR/ZEC/BSV/XEC/DASH/DCR/KDA/BTG/ZEN/CKB/HNS/TON等),客户端服务端模式,支持加密混淆,支持自定义抽水地址和比例,支持Web界面管理。

sEMG_DeepLearning

sEMG-based gesture recognition using deep learnig

Language:Jupyter NotebookStargazers:312Issues:7Issues:5

MD_MAX72XX

LED Matrix Library

Language:C++License:LGPL-2.1Stargazers:295Issues:23Issues:48

VarSpeedServo

Arduino library for servos that extends the standard servo.h library with the ability to set speed, and wait for position to complete

Language:C++License:LGPL-2.1Stargazers:285Issues:36Issues:36

E-ink-esp32-arduino-weather-time-note

You can get time\weather\temperature-inside\humility-inside\pressure-inside\IAQ-inside\QQ-note\computer-info on this device.

EveIDE_LIGHT

A lightweight IDE that supports verilog simulation and RISC-V code compilation

Language:JavaScriptLicense:LGPL-2.1Stargazers:52Issues:2Issues:0

PromisePriorityChain

Promise Priority Chain (优先级以及异步逻辑嵌套问题抽象解决方案)

Language:Objective-CLicense:MITStargazers:47Issues:1Issues:0

Arduboy2ESP

An ESP8266 port of the Arduboy2 library, with instructions on how to build your own console, without soldering, for around USD $5.

Language:C++License:NOASSERTIONStargazers:46Issues:3Issues:3

gametiny

gametiny --------------------------------------------------------------------------- I was inspired by the mini game consoles based on the energy efficieng 3V Attiny85 MCU that can run for hours on a CR2032 3V button battery. Attiny Joypad created by Daniel Champagne.. (Electro L.I.B) 2018 GPL V3 is a great platform with the 4 way directional buttons/joystick and another fire button to write games on. The other platform called Attiny Arcade created by webbloggles is also a great mini game console with the simplicity of having only two buttons. Both platforms inspired me to create something taking the best from both worlds. This game board I called gametiny is based on the Attiny Joypad created by Daniel Champagne. I modified it to add a header for USBasp programmer that doubles up as a socket for the OLED plus adding a switch to pull PB3 to ground. This allows the interrupt codes to work for both PB1 and PB3, making it easier to convert games written for the Attiny arcade to work on Attiny joypad. Schematics and games converted to work on gametiny can be found here https://github.com/cheungbx/gametiny Links Original Tiny Joypad design by Daniel Champagne. https://sites.google.com/view/arduino-collectionLinks Original Attiny Arcade keychain kit http://webboggles.com/attiny85-game-kit-assembly-instructions/ I converted these games for the AttinyArcade (originally created by Andy Jackson - Twitter: @andyhighnumber) to work for gametiny. https://github.com/andyhighnumber/Attiny-Arduino-Games Arduino board driver for attiny85 https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json schematics and source codes in https://github.com/cheungbx/gametiny I purchased the parts from these taobao links. 128x64 i2c mono OLED - https://item.taobao.com/item.htm?spm=a1z09.2.0.0.52cd2e8dEH1bEe&id=553116768996&_u=i106a08oda4a USBasp programmer https://detail.tmall.com/item.htm?id=573399213944&spm=a1z09.2.0.0.67002e8dEmFVw9&_u=i106a08o8c9c attiny 85 DIP8 chips https://item.taobao.com/item.htm?spm=a1z09.2.0.0.2e622e8dl6mZNt&id=35831130850&_u=i106a08o4917 buttons and other misc. items - https://item.taobao.com/item.htm?spm=a1z09.2.0.0.52cd2e8dEH1bEe&id=552220368876&_u=i106a08oc0d5 Transistors from HK Shumshuipo - Ip Liu Street electronic shops. *** WARNING *** Inserting the battery or the OLED or the header in the wrong direction may cause permanent damage to the ATTiny85 chip and/or the OLED, and/or the USB port of your computer Beware of different pin layout of OLED from different manfacturers that may swap the positions of VCC and GND, and SCL and SDA. ATtiny85 boards with USB ports are not suitable for this project. The bootloader on such boards uses up almost half of the program memory space with insufficient space for game program. Unless you know how to solder surface mount components (SMD), buy the raw/bare dual in line ATtin85 for this project. and use an IC socket. Programming the ATtiny85 is a bit tricky. Not every Arduino UNO, NANO board will work. Clone Nano/Uno from China may not work. USBasp programmer is preferred. You need to create the cable to connect the Tiny Boy header to the USBasp header as shown in the schematics at the bottom right *** TIPS *** Game buttons are all 6x6 tap-tic buttons. The up/down/left/right buttons can be replaced by a 5-direction mini joystick-like integrated button. Use small PC speakers or buzzers without an internal beeper circuit as sound output, Test out the circuit on a breadboard first before soldering on a circuit board. Use laminated (isolated) wire for connection between points. Use the small soldering tip and apply flux.

Language:C++Stargazers:43Issues:7Issues:0

esp8266_arduboy2

a fork of the esp8266_arduboy2 library with push buttons

Language:C++License:NOASSERTIONStargazers:36Issues:3Issues:2

arduino-pong

:video_game: Implementation of Pong with Arduino Nano and I2C OLED 128x64

ArduBaby

ArduBaby is the half size Arduboy with serial flash that can store 500 games for playing on the road. This Github stores the schematics and example games binary images that you can make the serial flash.

License:GPL-3.0Stargazers:12Issues:4Issues:0
Language:JavaLicense:Apache-2.0Stargazers:10Issues:3Issues:1

UR408_Core

A super tiny 8bit customize ISA core with assembler and emulator written by MYHDL

Language:VerilogLicense:MITStargazers:6Issues:0Issues:0

Arduino_Pong

A pong game using Arduino and an OLED screen

Language:ArduinoStargazers:6Issues:0Issues:0

calculation-problem

+-*/出题器

Language:JavaStargazers:4Issues:0Issues:0

Bedroom_iot

Bedroom iot from scratch,based on lua ,micropython and c

Language:LuaStargazers:4Issues:0Issues:0

PPCF-PaperPuppetControlFramework

Universal control framework about paper puppets. Allows the use of up to 8 servos moving asynchronously (because it uses interrupts). In addition, you can set the speed of a move

Language:C++Stargazers:2Issues:2Issues:0

biribiribeat

A miniature rhythm game for the Arduboy game system

Language:C++License:NOASSERTIONStargazers:2Issues:0Issues:0

mewcam

esp32cam-低成本猫猫监视系统。用于查看无人在家的时候家里的猫在做什么

Language:C++License:MITStargazers:1Issues:1Issues:0

RSLK

UCLA ECE 3 Final Project

Language:C++Stargazers:1Issues:1Issues:0