Arduino Demo

Post any examples or modules that you want to share here
micoze
Posts: 4
Joined: Mon Jan 20, 2014 3:27 am

Re: Arduino Demo

Post by micoze »

Hi MyCo,
Non it's not used by an other program.
I would like to turn On and Off the LED or El panel by creating automation in FL studio .
So when the music play I can select witch LED or EL panel will light On and Off ... similar to Illuminate costume...If you know what I mean!
micoze
Posts: 4
Joined: Mon Jan 20, 2014 3:27 am

Re: Arduino Demo

Post by micoze »

Hi MyCo ,


I Think is the connection with the wifi xbee to Arduino
sketch taking forever to upload.




This is the verbose output during Upload.

Binary sketch size: 3,414 bytes (of a 32,256 byte maximum)
C:\Program Files (x86)\Arduino\hardware/tools/avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P\\.\COM4 -b115200 -D -Uflash:w:C:\Users\Michael\AppData\Local\Temp\build7964972437460103386.tmp\Code_for_Flowstone_controler_04012014.cpp.hex:i

avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "C:\Program Files (x86)\Arduino\hardware/tools/avr/etc/avrdude.conf"

Using Port : \\.\COM4
Using Programmer : arduino
Overriding Baud Rate : 115200



And This one is when I hold Shift

Binary sketch size: 3,414 bytes (of a 32,256 byte maximum)
C:\Program Files (x86)\Arduino\hardware/tools/avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -cstk500v2 -Pusb -Uflash:w:C:\Users\Michael\AppData\Local\Temp\build7964972437460103386.tmp\Code_for_Flowstone_controler_04012014.cpp.hex:i

avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "C:\Program Files (x86)\Arduino\hardware/tools/avr/etc/avrdude.conf"

Using Port : usb
Using Programmer : stk500v2
avrdude: usbdev_open(): did not find any USB device "usb"
micoze
Posts: 4
Joined: Mon Jan 20, 2014 3:27 am

Re: Arduino Demo

Post by micoze »

Hi I have made a video so you can understand a little bit better.
http://youtu.be/25kkLQIl2mU
Please help.
Quentin
Posts: 37
Joined: Sat Jul 14, 2012 5:35 am

Re: Arduino Demo

Post by Quentin »

This is a very nice demo, thanks
I am struggling with memory leaks for flowstone .exe's which use data through the COM port.. I generated a .exe from your example, connected to an uno, and it's memory consumption also grows quite quickly, like my own programs.. I wonder if other users have the same experience/ any insight into this.
Thanks,
Quentin
Post Reply