Search found 1894 matches

by BenR
Wed Apr 30, 2025 4:18 pm
Forum: General
Topic: Toolchain ESP 5.3!
Replies: 3
Views: 83

Re: Toolchain ESP 5.3!

Hi Jorgen, My guess is the project is hitting something that's no longer supported in the latest version of the compiler. The easiest thing to do would be to disable big chunks of your program and check the program now runs correctly. Then working methodically re-enable segments of the program until...
by BenR
Mon Apr 28, 2025 8:55 pm
Forum: Bug Reports
Topic: ESP FCD helper?
Replies: 10
Views: 186

Re: ESP FCD helper?

Hi Jorgen,

Looks pike the s3 doesn't have pins which allow the spi to be faster. They should be faster anywhere with no penalty for using different pins. One thing that might make a difference is to use the fast pixel queue and give the queue a full row of pixels.
by BenR
Wed Apr 23, 2025 8:07 pm
Forum: General
Topic: Update!
Replies: 2
Views: 226

Re: Update!

Hi Jorgen,

The updates should be fairly minimal. The glcd and other components are largely trying to reduce load times by removing a lot of the complexity in the hidden sub components. The arduino changes are just to add usb ids to allow for better com port auto detect support coming soon.
by BenR
Mon Mar 31, 2025 9:50 am
Forum: General
Topic: BL0080 Supported PICs?
Replies: 21
Views: 7561

Re: BL0080 Supported PICs?

Hello Abhi, Yes as ChipFrier has pointed out I'm afraid the BL0080 will not directly support reprogramming the 18F27K42 device but can be programmed on the board via the ICSP socket and a programming tool such as the PICkit3. As far as Ghost is concerned the ICT should work straight away. The ICD sh...
by BenR
Tue Mar 18, 2025 9:56 am
Forum: Feature Requests
Topic: DSP PID
Replies: 6
Views: 4075

Re: DSP PID

Hello, Thanks for letting us know about the problem. Let me investigate and see if I can work out why the response isn't right when clamping is enabled. Olá, Obrigado por nos informar sobre o problema. Deixe-me investigar e ver se consigo descobrir por que a resposta não está correta quando o clampi...
by BenR
Tue Mar 18, 2025 9:52 am
Forum: Bug Reports
Topic: Compiler error, STM32F4 and USB Serial Component
Replies: 2
Views: 896

Re: Compiler error, STM32F4 and USB Serial Component

Hello,

I'm afraid the USB components aren't currently available on the STM32 range of devices. I can explore adding support for these if that would be useful.
by BenR
Fri Feb 28, 2025 11:57 am
Forum: Tips & Tricks
Topic: STM32F dev board programming via DFU USB bootloader
Replies: 1
Views: 10353

Re: STM32F dev board programming via DFU USB bootloader

Amazing work thanks Leigh hope all is well.

Those files have now been added in much appreciated :D
by BenR
Mon Feb 17, 2025 11:48 am
Forum: General
Topic: MULTIUART
Replies: 4
Views: 3011

Re: MULTIUART

Hello, That's odd, no there's no need to put the SetBaud call inside the loop. You should just have to call it once and then the module should remember the setting, even efter a power cycle. If it's been called repeatedly inside a tight loop then there's potential for the flash block to become worn ...
by BenR
Wed Feb 12, 2025 12:34 pm
Forum: Projects - Embedded
Topic: I2C clock pullled low
Replies: 2
Views: 5481

Re: I2C clock pullled low

Hello,

Can you share your slave code so we can see what you're currently doing. Normally something simple with stuff like this but getting it right is tricky.
by BenR
Sun Feb 09, 2025 10:00 pm
Forum: General
Topic: MULTIUART
Replies: 4
Views: 3011

Re: MULTIUART

Hello, Many thanks for posting and yes I can confirm there are two versions of the board, one with a square chip (v1) which was awful for me to solder and a newer rectangular chip (v2) which is significantly easier. Both are functionally identical and should both work with the Flowcode component. Fi...