All Projects → whyengineer → esp32_snow

whyengineer / esp32_snow

Licence: Apache-2.0 License
esp32 evk

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects
C++
36643 projects - #6 most used programming language
M4
1887 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to esp32 snow

Microwebsrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Stars: ✭ 420 (+467.57%)
Mutual labels:  webserver, esp32
nanoFramework.WebServer
📦 Web server for nanoFramework packed with features: REST api using attributes, multithread requests, parameters in query URL, static files serving.
Stars: ✭ 15 (-79.73%)
Mutual labels:  webserver, esp32
Esp32 Cam Video Recorder
Video Recorder for ESP32-CAM with http server for config and ftp server to download video
Stars: ✭ 169 (+128.38%)
Mutual labels:  esp32, ftp-server
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-27.03%)
Mutual labels:  webserver, esp32
My Ttgo Watch
Firmware for a ttgo-watch2020-v1 smartwatch based on ESP32 from LilyGo.
Stars: ✭ 192 (+159.46%)
Mutual labels:  webserver, esp32
WebServer tng
ESP8266/ESP32 WebServer
Stars: ✭ 65 (-12.16%)
Mutual labels:  webserver, esp32
ESPxWebFlMgr
Manage your ESP8266/ESP32 SPIFFS/LittleFS files with a simple web based interface
Stars: ✭ 33 (-55.41%)
Mutual labels:  webserver, esp32
SnorkTracker
GPS IoT tracker board for scanning gps and environment information and sending this to a MQTT server via GPRS.
Stars: ✭ 38 (-48.65%)
Mutual labels:  webserver, esp32
esp32-cam-micropython
Micropython esp32-cam
Stars: ✭ 59 (-20.27%)
Mutual labels:  esp32
esp-rgb-led-matrix
Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
Stars: ✭ 91 (+22.97%)
Mutual labels:  esp32
SensESP
Universal Signal K sensor framework for the ESP32 platform
Stars: ✭ 83 (+12.16%)
Mutual labels:  esp32
st7789 mpy
Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip
Stars: ✭ 113 (+52.7%)
Mutual labels:  esp32
copyparty
⇆🎉 http file sharing hub (py2/py3)
Stars: ✭ 45 (-39.19%)
Mutual labels:  webserver
firetrap
This project is no longer maintained. Check out the fork (lib)unFTP instead.
Stars: ✭ 15 (-79.73%)
Mutual labels:  ftp-server
interp
Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining
Stars: ✭ 32 (-56.76%)
Mutual labels:  esp32
mpu6050
MPU6050 Arduino Library
Stars: ✭ 141 (+90.54%)
Mutual labels:  mpu6050
Audit-Test-Automation
The Audit Test Automation Package gives you the ability to get an overview about the compliance status of several systems. You can easily create HTML-reports and have a transparent overview over compliance and non-compliance of explicit setttings and configurations in comparison to industry standards and hardening guides.
Stars: ✭ 37 (-50%)
Mutual labels:  webserver
esp32-custom-vision
A simple face recognition using ESP32 Microcontroller with camera, and leveraging cloud-based inference powered by Azure Custom Vision.
Stars: ✭ 43 (-41.89%)
Mutual labels:  esp32
lis3dh-esp-idf
LIS3DH driver for ESP-IDF (ESP32)
Stars: ✭ 27 (-63.51%)
Mutual labels:  esp32
nfc attendance system esp32
NFC Attendance System | 智慧校園NFC考勤系統 | 基於ESP32的智慧校園NFC考勤系統控制器
Stars: ✭ 27 (-63.51%)
Mutual labels:  esp32

WhyEngineer ESP32 SNOW

HardWare:

esp32_snow

  • CPU:Xtensa Dual-core 32-bit LX6 microprocessor(s),up to 600 DMIPS
  • RAM:4MB(external)+520K(internal)
  • ROM:4MB(external)+448(internal)
  • WM8978:mclk from gpio0,48k 32bit 2channel
  • MPU6050:3-Axi accle and 3-Axi gyro
  • BQ24075:Li-ion Charge and power path manage
  • Expand all gpio

SoftWare Component:

  • a based bsp
  • a webserver framework(it's easy to use)
  • a websocket-server
  • mp3 deocde(helix and mad)
  • lightweight http client
  • a simple PI(D) algorithm to fuison accel and gyro to euler and quaternion

ftp-server(about sd card)

ftp_server

Demo:

  • webradio
  • bluetooth audio
  • webcontrol
  • baidu_rest_api_rsa
  • ble gateway
  • 3d show and control

Build:

  1. git clone https://github.com/espressif/esp-idf.git
  2. git checkout release/v3.0
  3. git submodule init
  4. git submoudle update
  5. git clone https://github.com/whyengineer/esp32_snow.git
  6. cd esp32_snow/example
  7. chose a demo and compile,if failed you can try rm the build dir and build again.

Todo List:

  • a perfect project config(use make menuconfig)
  • apple home assistant
  • such as qplay protocol
  • other funning things.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].