Search found 1055 matches

by stefan.erni
Fri Feb 20, 2026 2:37 pm
Forum: Feature Requests
Topic: Web Developer with BLE
Replies: 10
Views: 521

Re: Web Developer with BLE

Hi Steve Perfect! This filter is working. This is the HTML code on Edge working I can receive nonstop text from the ESP32 via BLE 2026-02-20_15-12-17.PNG A small note: with the filter filters: [ { namePrefix: "Flow" } ] I can connect but it's not working And.... It's not working in the HTM...
by stefan.erni
Fri Feb 20, 2026 1:57 pm
Forum: Feature Requests
Topic: Web Developer with BLE
Replies: 10
Views: 521

Re: Web Developer with BLE

Hi Steve

if I press the Button for "RequestDevice" nothing happens
by stefan.erni
Thu Feb 19, 2026 3:23 pm
Forum: Feature Requests
Topic: Web Developer with BLE
Replies: 10
Views: 521

Re: Web Developer with BLE

ok I can see component and the filter now

I have an ESP32 sending a string all second.

I can receive the string in my Iphone.

Is filter like this?

name of device:
2026-02-19_16-18-13.PNG
2026-02-19_16-18-13.PNG (14.26 KiB) Viewed 306 times
Filter?
2026-02-19_16-19-07.PNG
2026-02-19_16-19-07.PNG (22.65 KiB) Viewed 306 times
by stefan.erni
Thu Feb 19, 2026 2:13 pm
Forum: Feature Requests
Topic: Web Developer with BLE
Replies: 10
Views: 521

Re: Web Developer with BLE

Hi Steve

I copied the components.

I've already tried that program,
but I can't select which BLE I want to connect .

Is that the component?
by stefan.erni
Thu Feb 19, 2026 10:25 am
Forum: Feature Requests
Topic: Web Developer with BLE
Replies: 10
Views: 521

Web Developer with BLE

Hi Steve

ESP32 BLE and App Developer work very well together.
Already done in the forum.
viewtopic.php?t=3468

One more small request:
It doesn't work with the Web Developer yet.
Would it be possible to add this as a feature?
by stefan.erni
Tue Feb 17, 2026 10:59 am
Forum: Feature Requests
Topic: Appdeveloper: use a short key?
Replies: 2
Views: 265

Re: Appdeveloper: use a short key?

Hi Ben Perfect! I add key mapping and use the switch with call macro if click (OnButtonClick). This works very well. Only the switch doesn't have such a good 3D effect. :) short key and switch works nice together. 2026-02-17_11-44-56.PNG switch and led: 2026-02-17_11-44-25.PNG KeyMappingsDemo3.fcpcd
by stefan.erni
Mon Feb 16, 2026 2:06 pm
Forum: Feature Requests
Topic: Appdeveloper: use a short key?
Replies: 2
Views: 265

Appdeveloper: use a short key?

Hi Steve

Is it possible to have a shortcut key for an existing switch in Appdeveloper?
For example, “space” to start recording.
2026-02-16_15-01-59.PNG
2026-02-16_15-01-59.PNG (4.46 KiB) Viewed 265 times
by stefan.erni
Fri Feb 06, 2026 1:48 pm
Forum: Projects - Embedded
Topic: 2x 74HC595 via SPI interface, driving 8x 7-segment display
Replies: 4
Views: 970

Re: 2x 74HC595 via SPI interface, driving 8x 7-segment display

Hi Andreas I need a common anode/cathode for each digit? Yes, you need a common anode for each digit. Note that each digit only lights up briefly, for example 1 msec, and then remains dark for 7 msec (with 8 digits). you just can't see it with the eye so fast. You have to do this with the esp32. If ...
by stefan.erni
Fri Feb 06, 2026 1:31 pm
Forum: Feature Requests
Topic: Chart with more options
Replies: 7
Views: 1271

Re: Chart with more options

Hi Steve

Set the style or better yet, copy the style.
I understand and that works well. Perfect!

But I can't find any new axis properties for 25 Newton

Practical for copying style from one chart to two others:
2026-02-06_14-12-36.PNG
2026-02-06_14-12-36.PNG (71.67 KiB) Viewed 1165 times
by stefan.erni
Thu Feb 05, 2026 1:54 pm
Forum: Feature Requests
Topic: Chart with more options
Replies: 7
Views: 1271

Re: Chart with more options

Hi Steve I found one option again .... go to style, select custom colour 2026-02-05_14-00-10.PNG go to plot Area, then move opacity to the left, so you can use 2 chart on the same place to use more than 5 color for the series. 2026-02-05_14-12-19.PNG There was still a small problem. During the simul...