Search found 770 matches

by stefan.erni
Fri Sep 06, 2024 2:45 pm
Forum: General
Topic: ESP32 Interrupt test if correct
Replies: 7
Views: 1150

Re: ESP32 Interrupt test if correct

Hi Martin I will test this soon. I found the fitting command and parameter. timer_pause(timer_group_tgroup_num, timer_idx_ttimer_num) How exactly are these parameters to be used? just like this? timer_pause(timer_group_t0,timer_idx_t0) for Timer group number, 0 and Timer index, 0 for hw_timer[0] 202...
by stefan.erni
Wed Sep 04, 2024 3:31 pm
Forum: General
Topic: ESP32 Interrupt test if correct
Replies: 7
Views: 1150

Re: ESP32 Interrupt test if correct

Hi Ben The interrupt works well and is easy to set. It also works when I use 80Mhz or 200Mhz as ESP32 clock speed. I don't have to change the code. When I use the interrupt for the first time it is perfect! Only when i want to stop the interrupt it does not stop and then the second time i set it it,...
by stefan.erni
Fri Aug 30, 2024 12:55 pm
Forum: General
Topic: ESP32 Interrupt test if correct
Replies: 7
Views: 1150

ESP32 Interrupt test if correct

Hi Ben On ESP32 Wroom I have a problem with the Interrupt I can set the interrupt to 20hz and it works very well. I can test this with the osciloscope and it works perfectly. Only sometimes after a restart it happens that it is too fast and instead of 20Hz it has 25Hz or 50 Hz. If I repeat the comma...
by stefan.erni
Wed Aug 28, 2024 11:19 am
Forum: Feature Requests
Topic: Component for advanced 6-axis IMU ISM330BX and LSM6DSV16BX
Replies: 2
Views: 1551

Re: Component for advanced 6-axis IMU ISM330BX and LSM6DSV16BX

Hi Ben

Perhaps a FiFo to Uart or
FiFo to sc-card would be fast enough with an existing IMU component.

But how do I get this FiFo memory onto the uart or sd-card?
by stefan.erni
Tue Aug 27, 2024 12:24 pm
Forum: General
Topic: is there anyway to fold the long line of code inside Calculation icon
Replies: 4
Views: 1133

Re: is there anyway to fold the long line of code inside Calculation icon

Hi S_VE

I also had to use a long formula. I then made an array P[] with float and added it up like this:
2024-08-27_13-15-36.PNG
2024-08-27_13-15-36.PNG (35.69 KiB) Viewed 1092 times
by stefan.erni
Thu Aug 22, 2024 8:53 am
Forum: Feature Requests
Topic: Component for advanced 6-axis IMU ISM330BX and LSM6DSV16BX
Replies: 2
Views: 1551

Component for advanced 6-axis IMU ISM330BX and LSM6DSV16BX

Hi Ben Would it be possible to create components for new IMU ISM330BX and LSM6DSV16BX. Especially sensor fusion, FiFo and I2C to I3C would be interesting for me. Both IMUs support this. ISM330BX https://www.st.com/en/mems-and-sensors/ism330bx.html https://www.st.com/en/evaluation-tools/steval-mki245...
by stefan.erni
Thu Aug 15, 2024 9:35 am
Forum: Feature Requests
Topic: I3C Component
Replies: 2
Views: 2153

Re: I3C Component

Hi Ben, Hi Brendan For my next project I like to use a LSM6DSV in a faster mode like I3C or SPI LSM6DSV has a i3c and a flowcode component with i2c is already available I could do a test at any time with I3C or spi I would use an ESP32 but if there is a faster processor I could also change. Maybe th...
by stefan.erni
Thu Aug 15, 2024 9:00 am
Forum: Feature Requests
Topic: Switch with more decisions
Replies: 7
Views: 2529

Re: Switch with more decisions

Hi Jorg

You can use the same variable in the switch.
You can also create 2 switch witch 6 position just choose the nummber.
it also has the advantage that the icon is not so wide
regards

Stefan

switch with 20 position
2024-08-15_09-51-36.PNG
2024-08-15_09-51-36.PNG (70.84 KiB) Viewed 2401 times
by stefan.erni
Tue Aug 13, 2024 2:06 pm
Forum: General
Topic: CONVERT SENSORS TO WIRELESS
Replies: 2
Views: 1525

Re: CONVERT SENSORS TO WIRELESS

Hi Basil

If you want to use at commands for the HC12 you have to do something with pin 5. like Set to GND ...

regards

Stefan
by stefan.erni
Fri Aug 09, 2024 2:56 pm
Forum: Feature Requests
Topic: Thermistor component with extern AD-converter
Replies: 6
Views: 3625

Re: Thermistor component with extern AD-converter

Hi Ben I found the problem from the ADS1115, it's just to 32767 possible. Single-ended signal measurements, where VAINN = 0 V and VAINP = 0 V to +FS, only use the positive code range from 0000h to 7FFFh So calculated the value fron NTC resistor It working nice but I need a component which has the re...