Search found 955 matches

by stefan.erni
Wed Apr 23, 2025 7:41 am
Forum: Feature Requests
Topic: ESP32 read i2c or i3c in IRQ macro
Replies: 33
Views: 11091

Re: ESP32 read i2c or i3c in IRQ macro

I found the component and I copie the component

I working now

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV10\Components
by stefan.erni
Wed Apr 23, 2025 7:31 am
Forum: Feature Requests
Topic: ESP32 read i2c or i3c in IRQ macro
Replies: 33
Views: 11091

Re: ESP32 read i2c or i3c in IRQ macro

it looks like this will soon working fine.
I just suspect I need a component Notify ?

Component:
2025-04-23_08-22-08.PNG
2025-04-23_08-22-08.PNG (66.99 KiB) Viewed 1651 times
by stefan.erni
Tue Apr 22, 2025 11:07 am
Forum: Feature Requests
Topic: ESP32 read i2c or i3c in IRQ macro
Replies: 33
Views: 11091

Re: ESP32 read i2c or i3c in IRQ macro

Hi Martin

'semaphore' or 'signal' or 'Flag' i have already tried, it works, but the watchdog is causing problems.
sometimes I don't need a delay sometimes I need 10mSec delay.
is there any other way than using a delay'? for example a watchdog reset?
or a setting that only triggers after seconds?
by stefan.erni
Tue Apr 22, 2025 10:18 am
Forum: Feature Requests
Topic: ESP32 read i2c or i3c in IRQ macro
Replies: 33
Views: 11091

Re: ESP32 read i2c or i3c in IRQ macro

Hi Martin Fifo with the LSM6dsv16bx and LSM6DS3 are different. I had to read out the FIFO for a project and it worked. But a lot of effort. I can also post this once, it's about the quaternions. Now I have to read two LSM6dsv16 Accelero and Gyro data. That actually already works. But there are these...
by stefan.erni
Thu Apr 17, 2025 5:24 pm
Forum: Feature Requests
Topic: ESP32 read i2c or i3c in IRQ macro
Replies: 33
Views: 11091

Re: ESP32 read i2c or i3c in IRQ macro

Hi Martin I use the lsm6dsv16bx. at the moment i am using this on an extrem small board with I2C on a QWII connector. Unfortunately I cannot work with an IRQ from the LSM. I can read the FIFO but I can't read it fast enough via the i2c bus and ESP32. I have also checked the pullup from STM32 and ESP...
by stefan.erni
Wed Apr 16, 2025 10:42 am
Forum: Feature Requests
Topic: ESP32 read i2c or i3c in IRQ macro
Replies: 33
Views: 11091

Re: ESP32 read i2c or i3c in IRQ macro

Hi Martin With your help from last time it works to sample at 480Hz and write to disk in a separate task in the second core. Perfect! But there are a few errors in the data. I will call these needles. I have sampled the LSM6 in IRQ with the STM32 and there the values are perfect (but I can't save to...
by stefan.erni
Tue Apr 15, 2025 1:48 pm
Forum: Feature Requests
Topic: ESP32 read i2c or i3c in IRQ macro
Replies: 33
Views: 11091

ESP32 read i2c or i3c in IRQ macro

Hi Ben Sampling data is simple: create an IRQ with the correct timer setup. Read data in the IRQ-macro and collect it in a large buffer. When the buffer is full, save to disk or send with USB/Bluetooth in one block to the App-Developer. And even a little better if there are two large buffers then yo...
by stefan.erni
Tue Apr 15, 2025 8:16 am
Forum: Feature Requests
Topic: STM32F469I-DISCO board SD-Card Pin not available
Replies: 14
Views: 9554

Re: STM32F469I-DISCO board SD-Card Pin not available

Hi LeighM, Hi Martin

I have tested in software mode but it is much too slow for my application. I can write a wave file, but with a few kByte it takes minutes.
Would it be possible to have a component to use the SD disk in sd-mmc with 4bit like esp32?
by stefan.erni
Mon Apr 14, 2025 12:43 pm
Forum: Feature Requests
Topic: STM32F469I-DISCO board SD-Card Pin not available
Replies: 14
Views: 9554

Re: STM32F469I-DISCO board SD-Card Pin not available

I think that the card with this pin can only be used with SDMMC and not in the SPI bus. With the ESP32 there is this possibility. Could you do the same for the STM32? especially because the software mode is much slower than the SPI hardware as even worse in comparison with the SDMCC SPI is slower (~...
by stefan.erni
Mon Apr 14, 2025 10:39 am
Forum: Feature Requests
Topic: STM32F469I-DISCO board SD-Card Pin not available
Replies: 14
Views: 9554

Re: STM32F469I-DISCO board SD-Card Pin not available

Hi LeighM, Hi Marti Yes it's working in software mode. With the SPI unfortunately not yet. The software mode is usually too slow. I will try it out. It would be an advantage if it works with the SPI Hardware. I will also try it with the hardware from the post, which I will also use https://www.flowc...