Search found 2250 matches

by BenR
Fri Sep 25, 2026 12:33 pm
Forum: Bug Reports
Topic: Servo MoveToAngle
Replies: 19
Views: 304

Re: Servo MoveToAngle

Thanks Martin, I've been through and merged in your changes as well as added a new SetCalibrationAngle function to allow the angles to be calibrated to a specific motor. Once calibrated it means if you ask for a movement of 10 degrees then you should get 10 degrees.

Iain - If you're range of motion ...
by BenR
Fri Sep 25, 2026 10:30 am
Forum: General
Topic: ESP32 S3 on two different computers same esp-idf
Replies: 3
Views: 96

Re: ESP32 S3 on two different computers same esp-idf

Hello,

Yes that's how I would do it and probably the easiest way. I use a tool called freefilesync which if one of the computers shared the folder to the network could be synced together using the tool. If both computers share the folder then you would be able to sync from either.

I don't think ...
by BenR
Tue Sep 22, 2026 6:53 pm
Forum: Feature Requests
Topic: add usb for stm32
Replies: 6
Views: 807

Re: add usb for stm32

USB HID is currently not supported and likely currently not generating any code, there should be a warning that it's not supported I'll check this. I'm working on support for the CDC serial USB device so that's the one to try currently.

If you need HID then I'll get that one on the list too.
by BenR
Tue Sep 22, 2026 9:53 am
Forum: Tips & Tricks
Topic: Variables Tricks
Replies: 0
Views: 109

Variables Tricks

When creating multiple variables of the same type you can create several at once by adding the names separated by commas in the create a new variable dialogue.


ss1.jpg


The initial value entry will assign the same default value to all of the created variables. It is highly recommended to always ...
by BenR
Mon Sep 21, 2026 12:06 pm
Forum: Feature Requests
Topic: Chip with built-in NPU
Replies: 1
Views: 396

Re: Chip with built-in NPU

Hello,

Do you have any examples of microcontroller chips with this feature?

STM32N6 family looks interesting.
by BenR
Mon Sep 21, 2026 11:27 am
Forum: Projects - Embedded
Topic: Esp32-p4 10.1in MIPI DSI Display Mandelbrot/Julia
Replies: 2
Views: 204

Re: Esp32-p4 10.1in MIPI DSI Display Mandelbrot/Julia

Wow very nice that Martin.

I've had my eye on the P4 for a while, are they easier to get hold of now?

Edit: yes they are on Amazon now :D
by BenR
Mon Sep 21, 2026 11:10 am
Forum: User Components
Topic: Bug Report: GLCD SSD1963 component generates [-Woverflow] warnings and fails on PIC32MX795F512L
Replies: 13
Views: 4091

Re: Bug Report: GLCD SSD1963 component generates [-Woverflow] warnings and fails on PIC32MX795F512L

Hello,

I've taken your initialisation and your data / register commands and put them into a custom version of the SSD1963 component source.

You can add the component to your copy of Flowcode by copying this file here: C:\ProgramData\MatrixTSL\FlowcodeV11\Components

gLCD_SSD1963_Custom.fcpx

The ...
by BenR
Fri Sep 18, 2026 12:38 pm
Forum: Feature Requests
Topic: add usb for stm32
Replies: 6
Views: 807

Re: add usb for stm32

Hello,

Right I have now pushed these changes to the library updates system and they should be live if you do a full database update.

Let me know how you get on and if things are working well I'll roll out the change to the other USB enabled STM32 devices.

edit: I've done some testing and we're ...
by BenR
Wed Sep 16, 2026 2:02 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 30
Views: 14903

Re: ESP32S3 SD-card init problem

Thanks Stefan I'll see if I can resolve this problem.
by BenR
Wed Sep 16, 2026 1:02 pm
Forum: Feature Requests
Topic: add usb for stm32
Replies: 6
Views: 807

Re: add usb for stm32

I've had a go at supporting the CDC component in STM32 for you now. I had already laid the groundwork but I've now filled in the details too.

Which chip are you using and I'll add the USB define to the specific chip definition file so we can test if its working.