Bruce
August 19, 2023, 8:50am
1
Hey,
I am wondering if there is OMG firmware that will support the M5Stack AtomS3U ESP32S3?
PRODUCT DETAILSDescription AtomS3Uis aU diskformESP32-S3multi-function development board, using Espressif's ESP32S3 main control chip, dual-core Xtensa LX7 processor, main frequency 240MHz, built-in WiFi function. Its interfaces include USB-A...
Price: USD 12.50
The reference docs for M5Stack products. Quick start, get the detailed information or instructions such as IDE,UIFLOW,Arduino. The tutorials for M5Burner, Firmware, Burning, programming. ESP32,M5StickC,StickV, StickT,M5ATOM.
I have tried with this existing firmware “esp32s3-dev-c1-ble” and some of the other M5stack firmware, but it keeps failing during the initialize step.
Thank you.
Not for now, but could be added through a pull request.
Bruce
August 21, 2023, 12:03pm
3
Thanks it would be great if it could be added to OMG.
It does work with Tasmota however I don’t think that Tasmota supports Whitelist of bluetooth devices.
Are you willing to test a potential implementation?
Bruce
August 21, 2023, 10:28pm
5
Yes. I would be happy to help with testing.
Bruce
September 6, 2023, 4:31am
6
Hi @1technophile
Wondering if an implementation of support for ESP32S3 boards is in the near future?
Thanks
Hello,
In progress here:
1technophile:development
← 1technophile:atoms3u
opened 04:04PM - 06 Sep 23 UTC
## Description:
## Checklist:
- [X] The pull request is done against the… latest development branch
- [X] Only one feature/fix was added per PR and the code change compiles without warnings
- [X] I accept the [DCO](https://github.com/1technophile/OpenMQTTGateway/blob/development/docs/participate/development.md#developer-certificate-of-origin).
Do you have platformIO setup?
Bruce
September 6, 2023, 8:52pm
8
Great you are so awesome!
Yes, I have Platform IO.
All set ready to go.
1 Like
Feel free to try this PR in this case
Bruce
September 11, 2023, 5:38am
10
Sorry I am new to Platform IO, how do I test this?
Download the branch and follow this tutorial:
One gateway, many technologies: MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, beacons detection, mi flora / mi jia / LYWSD02/ Mi Scale compatibility, SMS & LORA.
You should see the board environment and be able to upload it
Bruce
September 19, 2023, 7:59am
12
Thank you. The M5Stack AtomS3U is working well. Are there any tests you would like me to do?
I have a couple of questions:
I do not see how to control the LED on/off and adjust colour. Is this possible to do by MQTT command? How?
The ESPS3U is rebooting automatically approx every 24 hours around 4:30 am. What might cause this?
1 Like
Thanks for the feedback
Features that are board related and that should be checked:
trigger button, can you reset the board with a long press
RGB led, alternance between green and blue, blinking orange if no wifi or no mqtt
There are no special command to control the LED, if you want to disable it, you can comment the related definitions in the build.
The development branch has a watchdog that may trigger this reboot, you may test this branch also for stability sake:
https://github.com/1technophile/OpenMQTTGateway/tree/central-queue
Bruce
September 21, 2023, 10:24pm
14
I have completed some testing on the M5 Atom S3U device and here are the results, everything looks ok to me.
That’s great!
Thanks for such a detailed test execution
I’m a newbie to OMG (but familiar with Tasmota and ESPhome). Since this is a newly supported device, can I still use the web-install method?
Thanks
Yes, you can still use the web install method, just choose this:
By an amazing coincidence, my AtomS3U was delivered this morning.
I get “Failed to initialize. Try resetting your device or holding the BOOT button while selecting your serial port” messages when I try to do a web-install
There are two buttons on it and I’ve tried both of them in turn as the BOOT button that I’m supposed to hold down to flash the unit but neither works
Try with the development branch please:
One gateway, many technologies: MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, LoRa, beacons detection, mi flora / mi jia / LYWSD02/ Mi Scale compatibility, SMS & LORA.
The installation appears to have been successful but the logs don’t show anything nor is the console responding. How do I enter WiFi and MQTT credentials?
Added: I figured out I had to power cycle the stick after which it broadcast its SSID and I was able to proceed from there!
All I want at this time is for it to relay BLE advertisements in the manner of my ESPhome BLE Proxy devices. What more do I have to enable on the HA device page for this?
Thanks