PJON® (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
-
Updated
Apr 21, 2021 - C++
{{ message }}
PJON® (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
RubberDucky like payloads for DigiSpark Attiny85
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
Exploitation Framework for ATtiny85 Based HID Attacks
Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
snopf USB password token
ATtiny85/45/25 I2C bootloader
Placa Franzininho DIY - Placa compatível com Arduino no formato DIY para oficinas de soldagem
ATTiny85 Pulse Oximeter with Photoplethysmogram (PPG) display
Auto bed level strain gage for 3D printer using resistors 2512 instead of strain gauges.
The super tiny USB Rubber Ducky
Mini OS emulator for Digispark.
An Arduino library to display data on a 8-digit TM1638 seven segment module This library supports several variants. The (8 KEY & 8 LED) variant which has 8 LED's and 8 Push buttons. The (16 KEY QFY) variant which has 16 pushbuttons. The (LKM1638) variant which has 8 bi-colour LED's and 8 Push buttons. Light memory footprint. Tested on ATMega328, ESP-32, attiny85, Stm32 and ESP8266.
Project to sync analog clocks to a few milliseconds.
AVR high-voltage (HV) serial programming for ATtiny
Battery cell monitor and balancer
Fork for the firmware / digispark part of the micronucleus repository
The small and naughty MP3-monster. DIY version.
Add a description, image, and links to the attiny85 topic page so that developers can more easily learn about it.
To associate your repository with the attiny85 topic, visit your repo's landing page and select "manage topics."
I have 10 bit input data like this
const double inputs[110][8] = {
{540,131,48,3,0,0,0,0},
{624,167,63,15,0,0,0,0},
{736,224,96,31,0,0,0,0},...
but after learning output is the same for exemple
0.8215888
0.8215888
0.8215888
...
after i divide for 1024 i have data like this
const double inputs[110][8] = {
{0.52734375,0.1279296875,0.046875,0.0029296875,0,0,0,0},
{0.609375,0.1630859375,