Tasmota
arduino-esp32
Our great sponsors
Tasmota | arduino-esp32 | |
---|---|---|
113 | 139 | |
17,633 | 8,622 | |
- | 3.6% | |
9.9 | 9.5 | |
about 14 hours ago | 6 days ago | |
C | C | |
GNU General Public License v3.0 only | GNU Lesser General Public License v3.0 only |
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.
Tasmota
-
How do apps discover IoT Devices?
BTW, there is one more way - if your devices are connecting to some kind of central hub, e.g. MQTT broker, they may send a "sticky" (retained) message with discovery info to some known topic - Tasmota is using this way, devices are publishing to tasmota/discovery/id and every time MQTT client connects it gets lastly updated autoconf info.
- Any way to wirelessly control power as a switch?
- sonoff RF Bridge (433MHz) for Tasmota - new vs old version hardware?
- Caffè Italia * 02/05/22
-
Weight sensor w/ nodemcu, HX711, load cells: Help! Can’t calibrate.
Just seeing your edit. WeightRaw is changing, so that is a good sign that everything might be hooked up right. I believe weight is in KG so it won't necessary change unless you put over a KG on the scale. I looked at the code for this and couldn't easily figure out what might be causing the calibration failure. I don't have time to figure out what all is going on there.
-
Waking up to a BBC News technology article on Vampire Devices only to end up irrationally angry at how out of date the costs are and how stupid the advice is.
These are Tuya ones (unfortunately, the specific one on Amazon has been removed now, so can't share a link) reflashed with Tasmota so I can use them natively with Home Assistant rather than bouncing through a third-party cloud service. Bit of logic to manage the transitions from "not using power" to "using power" and convert that into notifications to the various Google Homes.
-
MQTT
If it's a simple thing, the Tasmota firmware might do everything you need without a single line of code.
-
Shameful: Insteon looks dead–just like its users’ smart homes
The lesson here is to never buy a smart home product which can only be controlled/montitored/upgraded via a cloud service provided by the hardware vendor. If the product cannot be controlled and monitored from your home network while unplugged from the internet, then there is some risk that this type of experience can happen again. Tasmota [0] allows a user to erase the vendor provided firmware, of ESP chipset devices, with well maintained open source firmware so that is never reliant on the vendor ever again. This is one example. Perhaps there are others.
-
Smart home not an online home
You can use wifi devices, you just have to be careful about it. Anything that is supported by the Tasmota Project (https://tasmota.github.io/docs/) can be re-flashed with their firmware which doesn't make any calls to the internet and will directly talked to by anything that supports the MQTT protocol (Home Assistant, Hubitat, etc)
-
Water tank level metter with TOF10120 and Sonoff basic
Here's the list https://github.com/arendst/Tasmota/blob/development/BUILDS.md
arduino-esp32
-
Arduino full api support?
Also the Arduino Core is open source, so you can always look at its source code and see how it's built (intended more for OP).
-
little help with esp-01
- Requires installation of EPS32 core. See https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md for details.
-
Using FT232RL only for power won't let ESP32 start
The thing is that the GPIO0 actually controls where the code is loaded from at boot time. If it is low at boot time, the ESP32 tries to load code from the serial port (essentially). For an example, see this ticket: https://github.com/espressif/arduino-esp32/issues/2278
- No function after turning it off and on
-
This LilyGo T-Display Bluetooth defect is deceiving
What I found was that the board would only crash whenever BluetoothSerial.begin("device_name_here") was called while only using a battery. There are others who have posted about having this issue; minus the battery comment. The crazy thing is, I swapped out the board for a new one and the problem just went away. One battery, two identical boards, same code. One crashes. The other doesn't.
- Adafruit Feather ESP32-S3 help on getting started
-
Is it possible to access the S3 USB interface (not the serial one) from Arduino? If so, what does it look like?
For example, if you want to plug the S3 into a PC, you want USB device mode. See the following for examples. https://github.com/espressif/arduino-esp32/tree/master/libraries/USB/examples
- ESP32 Arduino 2.0.3 based on ESP-IDF 4.4.1
-
[ESP32] E (185) psram: PSRAM ID read error: 0xffffffff
I think I just figured it out, and from my understanding the spiffs begin as false, so I had to set it as true.
-
Anyone use the fetch library for https connections?
You don't need WiFiManager or fetch to make HTTPS calls, for what it's worth. Look into WiFiClientSecure and WiFi.
What are some alternatives?
WLED - Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.
esp-homekit-devices - Project to add native Apple HomeKit support to any device with an ESP8266 chip
tuya-iotos-embeded-sdk-wifi-ble-bk7231n - Tuya IoTOS Embeded SDK WiFi & BLE for BK7231N
zigbee2mqtt - Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
esphome - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
ESP-Now - ESP-Now Examples
sonoff-hack - Custom firmware for Sonoff GK-200MP2B camera
platform-espressif32 - Espressif 32: development platform for PlatformIO
TinyGo-On-ESP32 - This tutorial will walk you through how to setup Ubuntu 20.10 with Ubuntu Desktop on a Raspberry Pi 4B, install the Espressif ESP-IDF, install Go and TinyGo and finally flash an app to an Espressif ESP32 Microcontroller.
painlessMesh