All Projects → nimaltd → Esp8266

nimaltd / Esp8266

Esp8266 Atcommand driver for Stm32

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Esp8266

Jled
Non-blocking LED controlling library for Arduino and friends.
Stars: ✭ 197 (+103.09%)
Mutual labels:  stm32, esp8266
MySQL MariaDB Generic
This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, P…
Stars: ✭ 35 (-63.92%)
Mutual labels:  esp8266, stm32
Blog
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
Stars: ✭ 198 (+104.12%)
Mutual labels:  stm32, esp8266
Logic Analyzer
Logic Analyzer, for Arduino, AVR, ESP8266 and STM32 with a very nice working processing interface, you could run it also on any Android device.
Stars: ✭ 203 (+109.28%)
Mutual labels:  stm32, esp8266
Opendps
Give your DPS5005 the upgrade it deserves
Stars: ✭ 655 (+575.26%)
Mutual labels:  stm32, esp8266
Mongoose Os
Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
Stars: ✭ 2,234 (+2203.09%)
Mutual labels:  stm32, esp8266
lwpkt
Lightweight packet protocol structure for multi-device communication focused on RS-485
Stars: ✭ 71 (-26.8%)
Mutual labels:  command, stm32
Tinyframe
A simple library for building and parsing data frames for serial interfaces (like UART / RS232)
Stars: ✭ 151 (+55.67%)
Mutual labels:  stm32, esp8266
SinricPro Generic
Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32, Teensy, SAM DUE with Amazon Alexa or Google Home
Stars: ✭ 18 (-81.44%)
Mutual labels:  esp8266, stm32
esp8266-wifi-cmsis-dap
WIRELESS CMSIS-DAP USB/IP-SWD/JTAG HID adapter firmware for ESP8266 boards
Stars: ✭ 69 (-28.87%)
Mutual labels:  esp8266, stm32
firmware
设备固件库,适用于IntoRobot系列产品
Stars: ✭ 19 (-80.41%)
Mutual labels:  esp8266, stm32
Atc
STM32 LL AT-Command parser
Stars: ✭ 53 (-45.36%)
Mutual labels:  stm32, esp8266
Mqtt via esp01
TCP/UDP Applicaton for UNO/MEGA/STM32 using ESP8266's AT firmware.
Stars: ✭ 23 (-76.29%)
Mutual labels:  stm32, esp8266
Tft espi
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
Stars: ✭ 1,215 (+1152.58%)
Mutual labels:  stm32, esp8266
Systematic Leds
Audio reactive, all in one, room lighting for your computer.
Stars: ✭ 85 (-12.37%)
Mutual labels:  esp8266
Bmac
Building Management and Control system
Stars: ✭ 92 (-5.15%)
Mutual labels:  esp8266
Shellkit
Objective-C framework for running shell scripts.
Stars: ✭ 83 (-14.43%)
Mutual labels:  command
Stm32f429
Keil projects and libraries for STM32F4xx devices
Stars: ✭ 1,244 (+1182.47%)
Mutual labels:  stm32
Esp8266scheduler
ESP8266 Co-operative Multitasking
Stars: ✭ 93 (-4.12%)
Mutual labels:  esp8266
Lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Stars: ✭ 92 (-5.15%)
Mutual labels:  stm32

Esp8266 series library


This is old version. Wait for The new One,I hope use it and enjoy.
I use Stm32f103vc and Keil Compiler and Stm32CubeMX wizard.
Please Do This ...

1) Enable FreeRTOS
2) Config your usart and enable interrupt on CubeMX
3) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
4) Config your WifiConfig.h file.
5) Add Wifi_RxCallBack() on usart interrupt routin.
6) call Wifi_Init(osPriorityNormal) on your app.
7) Config your app on WifiUser.c.
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].