AutoConnect
ESP8266_RTOS_SDK
AutoConnect | ESP8266_RTOS_SDK | |
---|---|---|
8 | 8 | |
921 | 3,375 | |
1.1% | 0.8% | |
0.0 | 3.8 | |
7 months ago | about 2 months ago | |
C++ | C | |
MIT License | Apache License 2.0 |
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.
AutoConnect
-
Bluetooth or WiFi for apps?
And for Wifi management on ESP32, this awesome repo that "does it all": https://hieromon.github.io/AutoConnect/ -- this repo creates its own access point you can connect to with your phone to pop-up a "captive portal" (like you see at hotels or airports) to enter your own Wifi credentials -- this is only done once -- after that, the ESP32 will connect to the last known good Wifi network. If you don't want that, just use the built-in Wifi functions to create a local Wifi hotspot to connect to. Then creating web pages on the ESP32 is easy -- you can use the "PageBuilder" JSON syntax, or host regular HTML/JS/CSS files on the SPIFF/LittleFS partition and server those in response to incoming requests.
-
How do I connect an esp8266 to wifi without WPS
Or if you don't want to have a hardcoded ssid and password in your program, you can use the AutoConnect library
- Is there an example in the RTOS SDK that lets you enter the wifi name and pass from another device? (instead of hardcoding?)
-
Need reliable WiFi Connection on esp32
I want the device to be portable, so I want the esp32 to automatically reconnect to Wi-Fi every time I switch it off and back on. I have used this library, and it serves the exact purpose of what I want to do in my project : https://github.com/Hieromon/AutoConnect
- How do I decide on the board and iot platform?
-
sensor powered by usb or battery
I want to save power on a battery powered sensor but I also want to have AutoConnect set up to set up and configure the wifi. Since having the wi-fi running it can take up a lot of energy I would like to make sure that none of the battery is used during the programming set up. I was thinking that the AutoConnect would only run when it detects that it is plugged into a 5v usb port. I also want a switch so that the usb can power either the sensor (lower power) or the wifi configuration (high power) parts of the program. How would I best accomplish this?
-
My Diy Wordclock with an Esp32 and WS2812b. It features an Webserver for settings and updates, smooth Dimming, which always calculates the best Brightness, Time over WiFi(Ntp), an dynamic WiFi configuration so you don't need to Hardcode your WiFi credentials and much more.
It is this one right: https://github.com/Hieromon/AutoConnect ?
- How to connect esp8266 to WiFi, and set the password using iphone?
ESP8266_RTOS_SDK
-
SmartConfig / ESPTouch Not Working - Any Alternatives?
I was using the ESP8266 RTOS SDK (https://github.com/espressif/ESP8266_RTOS_SDK) and using the smartconfig example (https://github.com/espressif/ESP8266_RTOS_SDK/tree/master/examples/wifi/smart_config) with my iOS app. On the mobile side, I was using the EspressifTouchSDK 1.1.0 (https://github.com/EspressifApp/EsptouchForIOS). Basic need was to transfer WiFi SSID - Password to the Esp from the mobile and smartconfig achieved this fast & easy without hassle.
-
A Database Without Dynamic Memory Allocation
Imagine my disappointment after working on a statically allocated HTTP server stack to discover that even `esp_log.h` does several malloc() calls [1] per log output line... thankfully that was only on the ESP8266_RTOS_SDK, and esp-idf isn't quite as bad.
[1] https://github.com/espressif/ESP8266_RTOS_SDK/blob/89a3f254b...
-
Is there an example in the RTOS SDK that lets you enter the wifi name and pass from another device? (instead of hardcoding?)
Maybe this is what they are referring to: https://github.com/espressif/ESP8266_RTOS_SDK/tree/d47d527e0502595700db7b8c468a691c537f6d0b/examples/wifi/smart_config
-
TikTok streaming software is an illegal fork of OBS
Don't all legal documents do? I am not a lawyer of any sort (tho have worked with typing things for a firm) and I tried my best, using an example from this
- Communication between multiple esp8266's - what are my options other than mqtt?
-
How to send Arduino serial monitor data to a webpage using esp8266?
1) The first one is the ESP8266 rtos sdk ( https://github.com/espressif/ESP8266_RTOS_SDK ) I wouldnt recommend this approach for you, as you already work with an Arduino libraries. So with the bare esp8266 rtos sdk you have to do more to achieve your goal.
- Control Wemos D1 mini using Raspberry Pi(RTOS SDK)
-
HomeKit (esp-homekit-sda)
Some general ESP8266 RTOS examples here: https://github.com/espressif/ESP8266_RTOS_SDK/tree/master/examples
What are some alternatives?
ESPHome-Arduino-Port-Expander - An Arduino Port Expander for ESPHome with added Arduino Mega 2560 support
Arduino - ESP8266 core for Arduino
ESP32-A2DP - A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
esp-homekit-sdk
IoTaWatt - IoTaWatt Open WiFi Electric Energy Monitor
arduinoWebSockets - arduinoWebSockets
ESPresense - An ESP32 based node for gathering indoor positioning and transmitting to mqtt
esp-homekit-arduino-sdk - Arduino wrapper for ESP-IDF HomeKit library
ezTime - ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
esp-homekit-demo - Demo of Apple HomeKit accessory server library
knock-esp32 - ESP32 WiFi provisioning over BLE
bfi - Simple brainfuck interpreter