MightyCore
ServoEasing

MightyCore | ServoEasing | |
---|---|---|
5 | 2 | |
661 | 317 | |
1.1% | 0.6% | |
5.0 | 5.7 | |
3 months ago | 3 months ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MightyCore
-
Fast Led Multiple Colour Pallets in a State Machine
I am working on a project using the WSB2812B LED strip, with a ATmega644A using the MCUdude/MightyCore plug in (https://github.com/MCUdude/MightyCore). I am using Fastled 3.3.3 with Ardunio 1.8.13 on Windows 10 and is using code based off "ColourWavesWithPalettes" (https://gist.github.com/kriegsman/8281905786e8b2632aeb).
-
I need a push...ATMEGA1284P
However, what I ended up doing was using MightyCore as my AVR core instead of trying to use it outside of the Arduino IDE.
-
No hardware SPI pins defined (Help Please)
Morning I assumed that you've seen this issue? https://github.com/MCUdude/MightyCore/issues/235
-
I have a graduation project where I need to build an arduino board completely from scratch. We are asked to chose a microcontroller that was never been used on an arduino before just like the “Atmega 1284”. What do you guys think will it be hard, and if you have any advice
https://github.com/JChristensen/mini1284 https://github.com/MCUdude/MightyCore
-
Burning a bootloader to atmega32.
I made a DIY microcontroller featuring atmega32 16-au, and I'm trying to burn a bootloader to it using an Arduino UNO. I'm using MightyCore library and this is the schematic. I upload Arduino as ISP sketch to my Arduino, connect the atmega32, put a 22uF electrolytic capacitor between ground, and reset on Arduino and I get this error:
ServoEasing
-
Can't get multiple servos to work simultaneously using servo easing library
Hi, all. titles not a 100% accurate. i was able to take the threeServos code example off the library's github(https://github.com/ArminJo/ServoEasing/blob/master/examples/ThreeServos/ThreeServos.ino) and butcher it to my purposes. but now i'm not able to change the motor speed, no matter what number i use for the setSpeedForAllServos() function the motors always move at the same speed. but frankly i dont even understand how the code i have here works.
-
It’s getting there! Comment with more details
I have a robot that looks similar to yours and I can stop an issue with your current software. The reason your entire arm is flexing when the servo stops is of course realated the weak first link between the upper part oft the arm and the socket. But an easy way to fix it (get around it) is by utilizing easing. When the servo should go from 0 to 90 degrees, make it go really slowy from 0 to 20 maybe and then reallt fast from 70 to 90 make it go slowly again. Of course you can use cubic easing to get a velocity near zero before the servo stops. A great library that you can use us ServoEasing. https://www.arduino.cc/reference/en/libraries/servoeasing/ GitHub: https://github.com/ArminJo/ServoEasing
What are some alternatives?
MiniCore - Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB
Fast - Fast IO compatible with library making for Arduino.
ATtiny84-TinyCalibrator - OSC Calibrator and High-Voltage Fuse Resetter for 8-Pin ATtinys
Smoothed - An Arduino library that allows smoothing of a sensor input using various methods. Uses a template class to ensure sensor readings in any numerical data type can be handled. This makes it both lightweight and flexible.
MajorCore - An Arduino hardware package for ATmega8515 and ATmega162
TomServo - Sophisticated Servo Power Management for the Discriminating User
mini1284 - A minimal breadboard-friendly design for the ATmega1284P MCU
ATtiny13-TinyUPS - Uninterruptible Power Supply
Marlin - Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
Marlin - Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
