Coder Social home page Coder Social logo

cnc4less's Projects

esp32_audio icon esp32_audio

Sample code for reading audio samples from the ESP32 ADC using I2S

esp32_audio_spectrum icon esp32_audio_spectrum

this repository is intend to show a guide to use adc sample audio digital signal, and past FFT to frequent domain.

esp32_isr_servo icon esp32_isr_servo

This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.3

esp32_mcp23x17_freertos icon esp32_mcp23x17_freertos

A small sample program to create FreeRTOS tasks on an ESP32 (Arduino Framework using PlatformIO) using the Adafruit MCP23017 Arduino Library. The programm creates RTOS tasks to keep Pins on an MCP23017 I/O Expander to a defined state for a certain amount of time.

esp32_mgo_tec icon esp32_mgo_tec

This is Arduino core for the ESP32 library Package by mgo-tec.

esp32_net_restart icon esp32_net_restart

Drive an output pin high when internet in not available to reset the router

esp32_new_timerinterrupt icon esp32_new_timerinterrupt

This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board. 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. These hardware timers, 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.

esp32_pca9555_isr icon esp32_pca9555_isr

this project just simply shows how to drive I2C interrupt function(based on esp32 platform with IC pca9555).

esp32timerinterrupt icon esp32timerinterrupt

This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. 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.

esp32wifimanager icon esp32wifimanager

A wifi manager for passwords, multi network fail over, AP mode fail over and reconnection.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.