Hi Bob,
Try the historic chart and hopefully that will do what you need.
Search found 2052 matches
- Sat Jan 17, 2026 10:06 am
- Forum: App Developer
- Topic: Scrolling line chart
- Replies: 5
- Views: 125
- Fri Jan 16, 2026 2:27 pm
- Forum: General
- Topic: MQTT broker blacklisted by Norton
- Replies: 8
- Views: 344
Re: MQTT broker blacklisted by Norton
Hi Bob,
Maybe try a software channel for the I2C and see if that's any better. Also what pins are you using the ESP32 has some pins which are input only.
Maybe try a software channel for the I2C and see if that's any better. Also what pins are you using the ESP32 has some pins which are input only.
- Fri Jan 16, 2026 11:25 am
- Forum: Feature Requests
- Topic: Power saving mode
- Replies: 3
- Views: 189
Re: Power saving mode
Hello,
You could try calling these using a C icon.
Some information on it here.
https://deepbluembedded.com/stm32-stop- ... op1-stop2/
You could try calling these using a C icon.
Code: Select all
HAL_SuspendTick();
HAL_PWREx_EnterSTOP0Mode(PWR_SLEEPENTRY_WFI);https://deepbluembedded.com/stm32-stop- ... op1-stop2/
- Fri Jan 16, 2026 11:14 am
- Forum: General
- Topic: GLCD Display Manager Overhaul
- Replies: 13
- Views: 4308
Re: GLCD Display Manager Overhaul
Right now working on the WS2812B, note I have tested using an ESP32S3 and 6 LEDs with a rainbow effect to ensure no corruption in the output. The code should hopefully now allow an arbitrary number of LEDs and also hopefully work on any ESP32 but let me know if you come across any issues. I pass the...
- Fri Jan 16, 2026 10:15 am
- Forum: General
- Topic: GLCD Display Manager Overhaul
- Replies: 13
- Views: 4308
Re: GLCD Display Manager Overhaul
Ok it looks like the WS2812B is now working, but only if you only have up to 2 of the LEDs connected. Any more and there is a gap in the transmission that is long enough to break the data chain.
I'm on it and will hopefully be able to solve this soon.
I'm on it and will hopefully be able to solve this soon.
- Fri Jan 16, 2026 9:56 am
- Forum: General
- Topic: ESP toolchain installation
- Replies: 3
- Views: 130
Re: ESP toolchain installation
Hi Bob, It could potentially be a fake or less then legit version of the chip. FTDI had a problem a while back where they actively blocked fake chips from auto installing using the drivers on Windows update. Could be a similar issue. Likely once a legit chip is detected and the official driver has b...
- Fri Jan 16, 2026 9:51 am
- Forum: General
- Topic: MQTT broker blacklisted by Norton
- Replies: 8
- Views: 344
Re: MQTT broker blacklisted by Norton
Hi Bob,
Reddit suggested this one.
https://flespi.com/mqtt-broker
Here's the thread.
https://www.reddit.com/r/esp32/comments ... tt_to_use/
Googling this and Google AI has suggested some ways to resolve the Norton block.
norton blocking broker.hivemq.com
Reddit suggested this one.
https://flespi.com/mqtt-broker
Here's the thread.
https://www.reddit.com/r/esp32/comments ... tt_to_use/
Googling this and Google AI has suggested some ways to resolve the Norton block.
norton blocking broker.hivemq.com
- Thu Jan 15, 2026 3:24 pm
- Forum: App Developer
- Topic: Information on App developer projects
- Replies: 8
- Views: 376
Re: Information on App developer projects
Hi Bob, I can see the in house display was developed by a "Fisher price" programmer and absolutely useless. I feel your pain, mine is terrible too. Worst still the company that created these abominations likely got paid a small fortune for it! I have a MQTT server running on a RPI locally ...
- Thu Jan 15, 2026 2:31 pm
- Forum: App Developer
- Topic: Information on App developer projects
- Replies: 8
- Views: 376
Re: Information on App developer projects
Hi Bob, Aha Martin beat me to it ;) The PC app and Web app are not interdependent, they are either or. The PC app has access to the file system and so can stream data to a file fairly easily as it becomes available. The web app does not have access to the file system for security and so you would ne...
- Thu Jan 15, 2026 2:24 pm
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 27
- Views: 2929
Re: FC11 ESP32-S3 BLE error
Hi Stefan,
The component as it is atm is here, just copy it into your "C:\ProgramData\MatrixTSL\FlowcodeV11\Components" folder and it should appear in WebDeveloper under Helper.
Here's a quick demo project from Steve.
The component as it is atm is here, just copy it into your "C:\ProgramData\MatrixTSL\FlowcodeV11\Components" folder and it should appear in WebDeveloper under Helper.
Here's a quick demo project from Steve.