Search found 10 matches

by Marko_2001
Tue Dec 15, 2020 11:47 am
Forum: Bug Reports
Topic: WS2812B
Replies: 5
Views: 4619

Re: WS2812B

hi

Just downloaded V9 and it works perfectly, so the bug is only on V8.
by Marko_2001
Mon Dec 14, 2020 3:45 pm
Forum: Bug Reports
Topic: WS2812B
Replies: 5
Views: 4619

Re: WS2812B

Hi Benj

I have put the delay as advised, also noticed there was a component update which I installed, restarted flowcode, and recompiled
but still the same problem.
by Marko_2001
Mon Dec 14, 2020 11:21 am
Forum: Bug Reports
Topic: WS2812B
Replies: 5
Views: 4619

Re: WS2812B

Hi Benj,

Here it is, I know there is no need for the delays between, and in the first loop I changed to setAllLED's color
I was just experimenting trying to solve the issue.
by Marko_2001
Sun Dec 13, 2020 4:46 pm
Forum: Bug Reports
Topic: WS2812B
Replies: 5
Views: 4619

WS2812B

Hi,

WS2812B Lights white at first then starts working normally
I am just making it Blink. I am including a small clip below

https://mega.nz/folder/tM1Hia6a#fHkC1LTFQDlfCk4_NxPPTw
by Marko_2001
Thu Dec 03, 2020 8:44 pm
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 49316

Re: Flowcode 9

Hi Alan, same here also working on the STM32

Not upgrading but I would prefer to buy the V9 then the older version, but as you say the Pro is too expensive :(
by Marko_2001
Thu Dec 03, 2020 8:40 pm
Forum: Flowcode V8
Topic: STM32F407ZG I2c ( software only)
Replies: 2
Views: 1803

Re: STM32F407ZG I2c ( software only)

hi LightM

Yes it Works 100% Thanks very much .
by Marko_2001
Wed Dec 02, 2020 10:00 pm
Forum: Flowcode V8
Topic: STM32F407ZG I2c ( software only)
Replies: 2
Views: 1803

STM32F407ZG I2c ( software only)

Hi,

STM32F407ZG I2c master is only available in software mode, this Chip should have more than 1 i2c channel.
by Marko_2001
Tue Dec 01, 2020 2:19 pm
Forum: Flowcode V8
Topic: STM32F407ZG Uart ( Software Mode)
Replies: 6
Views: 4825

Re: STM32F407ZG Uart ( Software Mode)

Hi LeighM

Yes, I can confirm It works 100%! thanks very much for your help
by Marko_2001
Tue Dec 01, 2020 9:52 am
Forum: Flowcode V8
Topic: STM32F407ZG Uart ( Software Mode)
Replies: 6
Views: 4825

Re: STM32F407ZG Uart ( Software Mode)

Good morning, Thanks for your reply

Here it is Attached
by Marko_2001
Tue Dec 01, 2020 12:20 am
Forum: Flowcode V8
Topic: STM32F407ZG Uart ( Software Mode)
Replies: 6
Views: 4825

STM32F407ZG Uart ( Software Mode)

Hi, Just started playing whit STM32, I need to have a UART in software mode but it seems that there is a bug. I am running a very simple code just init the UART and send a char (53) @ 19200 should translate in ASCII: 5 but the output from the chip is very strange. STM32 is running @ 16MHZ and it wor...