Search found 4 matches

by theoneandonly2002
Sat Jun 21, 2014 7:07 am
Forum: General Programming
Topic: Flowcode v4: Software PWM. Atmega8 8 LEDs Problem
Replies: 4
Views: 4370

Re: Flowcode v4: Software PWM. Atmega8 8 LEDs Problem

Hi, thanks for this. It still shows the same problem. 4 Leds work. 5 or more no chance. Only flickering But I checked the timing and it seems that my microcontroller is a little bit to slow. When I do a delay of 200ms between the LEDs to get from dark to bright it takes around 1 second. I set the fu...
by theoneandonly2002
Fri Jun 20, 2014 6:43 pm
Forum: General Programming
Topic: Flowcode v4: Software PWM. Atmega8 8 LEDs Problem
Replies: 4
Views: 4370

Flowcode v4: Software PWM. Atmega8 8 LEDs Problem

Hi,

I need to controll the brightness of 8 LEDs individual using my atmega8.
I tried to build something, but it only works for 4 Leds.
If I use more, then the LEDs are just flickering.

Is there any other solution in flowcode to solve this Problem?

Thanks very much
by theoneandonly2002
Sat Feb 22, 2014 8:28 am
Forum: General Programming
Topic: Can you work with WS2812 LEDs in Flowcode v4 AVR
Replies: 8
Views: 11023

Re: Can you work with WS2812 LEDs in Flowcode v4 AVR

It all depends on what oscillator your AVR will run. You can always write your own delay functions. I just made a flowcode program using ASM to drive a WS2812 LED from a PIC microcontroller (16F876) running at 5MIPS/20MHz. I didn't need a nanosecond delay function because the PIC runs just fast eno...
by theoneandonly2002
Wed Feb 05, 2014 5:39 pm
Forum: General Programming
Topic: Can you work with WS2812 LEDs in Flowcode v4 AVR
Replies: 8
Views: 11023

Can you work with WS2812 LEDs in Flowcode v4 AVR

Hi, I have seen this software and it looks pretty simple. I have the cahnce to get a used version of flowcode v4 AVR on ebay and I am thinking to buy it. I would like to program a microcontroller and driving some ws2812 LEDs. I havent found anything, if flowcode is able to work with WS2812 LEDs. I j...