Search found 10 matches

by goblin
Wed Mar 09, 2011 9:21 pm
Forum: Programming Tips & Tricks
Topic: SAMSUNG remote control decoder
Replies: 28
Views: 46367

Re: SAMSUNG remote control decoder

goblin wrote:thanks dude
i will dive into it this week. let you know if i have any questions
hello again dude
something went wrong during importing to an AVR chip.
would you be so kind to send the c code. and i will try to solve the missing variable
regards
by goblin
Sun Feb 06, 2011 8:36 pm
Forum: Programming Tips & Tricks
Topic: SAMSUNG remote control decoder
Replies: 28
Views: 46367

Re: SAMSUNG remote control decoder

thanks dude
i will dive into it this week. let you know if i have any questions
by goblin
Sat Feb 05, 2011 1:34 pm
Forum: Programming Tips & Tricks
Topic: SAMSUNG remote control decoder
Replies: 28
Views: 46367

Re: SAMSUNG remote control decoder

Hello Spanish Dude,
it has been a while, but did you find your Samsung IR transmitter.
regards
by goblin
Sat Feb 05, 2011 1:31 pm
Forum: Bugs / Application Errors
Topic: ATTINY 261 vs ATTINY26
Replies: 2
Views: 7719

ATTINY 261 vs ATTINY26

hello,
currently i am facing a declaration error for the ADCSR of the Tiny 261.
i don't have it with the " old" Tiny26.
" ' ADCSR' undeclared ( for all used 'FCD_ADCx_SampleADC) "
any idea how to solve this
thanks
by goblin
Wed Feb 02, 2011 3:38 pm
Forum: Components (Other)
Topic: pwm ATTiny 85
Replies: 2
Views: 8434

Re: pwm ATTiny 85

it works, Thanks
by goblin
Tue Feb 01, 2011 8:57 pm
Forum: Components (Other)
Topic: pwm ATTiny 85
Replies: 2
Views: 8434

pwm ATTiny 85

hello Lads, it seems i have an issue with using a PWM on a Tiny 45/85. i think the main problem is an undeclared TCCR1A and B. see below. \test ref.c: In function 'FCD_PWM0_Enable': \MYFLOW~1\test ref.c:344: error: 'TCCR1B' undeclared (first use in this function) \MYFLOW~1\test ref.c:344: error: (Ea...
by goblin
Tue Feb 01, 2011 4:14 pm
Forum: General / Misc
Topic: Flowcode V3
Replies: 2
Views: 7478

Re: Flowcode V3

Thanks,
by goblin
Mon Jan 31, 2011 8:41 pm
Forum: General / Misc
Topic: Flowcode V3
Replies: 2
Views: 7478

Flowcode V3

i have currently installed Flowcode AVR Version 3.3.5.45.
is this the latest version before release V4. if not where and how can i obtain the last version
by goblin
Fri Feb 05, 2010 6:36 pm
Forum: Programming Tips & Tricks
Topic: SAMSUNG remote control decoder
Replies: 28
Views: 46367

Re: SAMSUNG remote control decoder

Thanks Spanish Dude,
Did you by any change also made a Samsung IR transmitter. Since my Samsung stereo does not have a alarm clock function it would be nice to control it via IR, a RTC and a micro.
But your code is a start.
by goblin
Thu Feb 04, 2010 8:05 am
Forum: Flowcode V2 & V3
Topic: Flowcode_AVR connection point compiler error
Replies: 2
Views: 23153

Re: Flowcode_AVR connection point compiler error

"c:1116: error: label at end of compound statement" I have a similar problem (bug) but have problems in placing this c code block I really thought programming in flowcode was simple and does NOT involve any C code. But that seems to be on the wish list. The flow-code i have wrote is small but the co...