stm8_fun VS stm32-ws2812b

Compare stm8_fun vs stm32-ws2812b and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
stm8_fun stm32-ws2812b
4 1
2 9
- -
0.0 0.0
almost 3 years ago almost 2 years ago
C C
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

stm8_fun

Posts with mentions or reviews of stm8_fun. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-17.

stm32-ws2812b

Posts with mentions or reviews of stm32-ws2812b. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing stm8_fun and stm32-ws2812b you can also consider the following projects:

stm32-bootloader - Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.

Modbus-STM32-HAL-FreeRTOS - Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS

IronOS - Open Source Soldering Iron firmware

stm32-usart-uart-dma-rx-tx - STM32 examples for USART using DMA for efficient RX and TX transmission

esp8266-rgb-led-strip - This software is able to power an ESP8266 driven RGB LED strip. It integrates with HomeKit natively (no bridge needed)

nf-interpreter - :gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards

STM32F746-CMSIS-Minimal-UART-DMA-Driver-Demo - Minimal DMA-based UART driver for STM32F746

NeoPixelBus - An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.

LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)

openwifi - open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software

ESP8266_PWM - This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins. It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy