Search found 10 matches

by manuel_bayer
Sat Nov 01, 2014 8:15 pm
Forum: Flowcode V6
Topic: Sparkfun (Arduino) Pro Micro
Replies: 1
Views: 2141

Sparkfun (Arduino) Pro Micro

Hello, how can i upload code to my Sparkfun Pro Micro (ATMEGA32u4)? I get this error: "avrdude.exe: butterfly_recv(): programmer is not responding" In the official Arduino IDE I just select the Leonardo Board to upload my sktech on the Pro Micro, but now i made a small rapid project, and i dont want...
by manuel_bayer
Wed Oct 30, 2013 4:17 pm
Forum: Flowcode V6
Topic: i2c lcd problem
Replies: 5
Views: 5772

Re: i2c lcd problem

do you got new information?
by manuel_bayer
Wed Oct 30, 2013 12:33 am
Forum: Flowcode V6
Topic: i2c lcd problem
Replies: 5
Views: 5772

Re: i2c lcd problem

no the Simulation works, but if i transfer the hex file to my atmega328p it doesnt work. the address is set correctly and the wiring is correct too, i tried it with my own c-code and it works fine, but the flowcode generated hexfile does not work. is the i2c lcd component not compatible with the sai...
by manuel_bayer
Tue Oct 29, 2013 10:10 pm
Forum: Flowcode V6
Topic: i2c lcd problem
Replies: 5
Views: 5772

i2c lcd problem

hello,
i bought a sainsmart i2c lcd, i used the i2c lcd component in flowcode.
i connected the lcd correctly, but it does not show anything.

can i use any address in flowcode for the lcd?

greets
by manuel_bayer
Tue Oct 22, 2013 12:51 pm
Forum: User Components
Topic: DS1307 - RTC Time Keeper
Replies: 146
Views: 320753

Re: DS1307 - RTC Time Keeper

thanks alot,

in proteus it also returns strange data.
I am sure that everything is connected correctly.
Has anyone else used the component with an avr Chip?
Maybe i have to create my own component...:(
by manuel_bayer
Mon Oct 21, 2013 10:20 pm
Forum: Flowcode V6
Topic: Arduino/C Library Integration
Replies: 2
Views: 4055

Arduino/C Library Integration

Hello, is it possible to integrate my arduino libraries into my arduino flowcode project or to create a component out of my arduino library? I want to integrate the ds1307 library into flowcode for example, if yes, can someone explain me how to do that? I read this article http://matrixmultimedia.co...
by manuel_bayer
Mon Oct 21, 2013 10:12 pm
Forum: User Components
Topic: DS1307 - RTC Time Keeper
Replies: 146
Views: 320753

Re: DS1307 - RTC Time Keeper

hi,

If is set the Time to the RTC for example, and want to read it later form the RTC, it only returns zeros.
Or can i only simulate the Project in Proteus???

Greets!!
by manuel_bayer
Mon Oct 21, 2013 6:48 pm
Forum: User Components
Topic: DS1307 - RTC Time Keeper
Replies: 146
Views: 320753

Re: DS1307 - RTC Time Keeper

it doesnt work with atmega 328p for example?!
by manuel_bayer
Wed Oct 16, 2013 11:39 am
Forum: Flowcode V6
Topic: external interrupt atmega
Replies: 2
Views: 2517

Re: external interrupt atmega

Yes, i know that i have to use pull-up/Down resistors, but i just simulate the project. I dont know how the Standard Keypad in flowcode works behind. If it uses multiplexing, maybe if the column-pins are output-pins and the row-pins are input-pins, could i use an interrupt on the 4 Input pins (row-p...
by manuel_bayer
Wed Oct 16, 2013 2:08 am
Forum: Flowcode V6
Topic: external interrupt atmega
Replies: 2
Views: 2517

external interrupt atmega

hello, i tried to activate the external interrupt int0 on atmega328. its just a button connected to PinD2 (i tried other pins also) that stops the while-loop and calls a macro to turn on a led. it does not work, nothing happens. Why? i tried another way: my aim is to react on a keypad input, i conne...