An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: atmega4809

Architeuthis-Flux/breadWare

a jumperless breadboard

Language: C++ - Size: 311 MB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 49 - Forks: 5

dd-jero/3-axis-Gimbal-that-tracks-light

빛을 추적하는 3축 짐벌 구현

Language: C++ - Size: 21.7 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

haesoooo/2024-1_Unicycle_Self_balancing_bot

2024-1 임베디드시스템설계, 외발로 좌우 중심을 잡는 로봇

Language: C++ - Size: 5.74 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

anachrocomputer/AvrMidi2CV

MIDI to Control Voltage converter to run on ATmega4809 AVR microcontroller

Language: C - Size: 39.1 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

anachrocomputer/AvrDds

Some simple AVR programs to explore Direct Digital Synthesis.

Language: C - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

greensponge/ivt490-ATmega4809

Capture data from IVT-490 exhaust air heat pump using an Arduino Uno Wifi Rev2

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pau-lda/sin-gen

C-Program to create Sinus for Atmega4809

Language: C - Size: 107 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

eigenein/livolo-floor-controller

Language: C++ - Size: 4.88 KB - Last synced at: 16 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Astro36/ICE3015-project 📦

Inha Univ. Embedded System Capstone Design Final Project

Language: C++ - Size: 81.6 MB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

leiklier/smartwater-pcb

[STUDIES]: PCB design of an IoT device responsible for datalogging of pollution in rivers. Done in Altium 19.

Size: 209 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

khoih-prog/megaAVR_Slow_PWM 📦

This library enables you to use ISR-based PWM channels on Arduino megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM any GPIO pin. It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now supporting MegaCoreX.

Language: C - Size: 129 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

khoih-prog/megaAVR_PWM 📦

This library enables you to use Hardware-based PWM channels on megaAVR-based boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms.

Language: C++ - Size: 53.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

khoih-prog/megaAVR_TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on an ATmega4809-based board, such as Arduino UNO WiFi Rev2, AVR_NANO_EVERY, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Language: C - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

ClemensAtElektor/Nano_Every_WS2812B

Core-Independent WS2812B Driver for Arduino Nano Every (i.e. ATmega4809)

Language: C++ - Size: 145 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 1

anachrocomputer/avrTest

Some small LED-blinking test programs for the AVR microcontrollers

Language: C - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

arufl/PWMFrequency Fork of TheDIYGuy999/PWMFrequency

Added ATMega4809 compatibility to kiwisincebirth's PWM Frecuency library

Language: C++ - Size: 13.7 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

OrsoEric/2019-10-27-Test-Four-VNH7040-TCB

AT4809 with four VNH7040. Four Timers Type B are used to generate the 20KHz PWM channels

Language: C++ - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OrsoEric/2019-11-08-OrangeBot-AT4809-Encoder-Firmware

This firmware is able to successfully decode four quadrature encoder channels and communicate the count to the Raspberry Pi

Language: C++ - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OrsoEric/2019-11-10-OB-AT4809-Position-PID

Language: C++ - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OrsoEric/2019-11-09-OB-AT4809-PID-Class

Test bench to develop a 16b fixed point PID class for OrangeBot

Language: C++ - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OrsoEric/2019-11-08-OB-At4809-Encoders

Add quad channel quadrature encoder decoding to "OrangeBot" robot

Language: C++ - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OrsoEric/2019-11-02-OrangeBot-Remote-Controls

Language: C++ - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OrsoEric/2019-10-13-AT4809-VNH7040-Motor-Test

Vertical slice of the motor drive electronics for the OrangeBot robot for the PiWars 2020.

Language: C - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0