Git Product home page Git Product logo

tinkerit's People

Watchers

 avatar

tinkerit's Issues

Cantarino - hang on Arduino NG

http://tinkerit.googlecode.com/files/speech_daisybell.pde hangs on Arduino NG 
with a fixed tone

Reported by gomako on Cantarino group.

Original issue reported on code.google.com by [email protected] on 26 Jul 2009 at 8:58

DmxSimple on Attiny

What steps will reproduce the problem?
1. Install High-Low Tech Attiny support for Arduino
2. Upload test code on Attiny85 @8MHz (1MHz doesn't compile because of ASM 
constraints)

What is the expected output? What do you see instead?
No valid DMX output on the selected port. The goal is to use DmxSimple on an 
Attiny to minify the project.

What version of the product are you using? On what operating system?
Attiny85 @8MHz with usbasp (also tried with Arduino as ISP)

Please provide any additional information below.
Thank you for the help! :)

Original issue reported on code.google.com by [email protected] on 3 Mar 2013 at 10:40

DmxSimple: Not easy to change output pin

Request from Tom Igoe: Support a configurable output pin in DmxSimple.
Current version is hardwired to pin 3, and needs advanced skills and
library hacking to change.

Original issue reported on code.google.com by [email protected] on 28 May 2009 at 1:22

DmxSimple: Support other clock frequencies

DmxSimple currently supports 16MHz clocked ATmega168 and ATmega8.

Add support for 8MHz (Lilypad, some Pros), possibly 20MHz (maximum rate),
ideally for any F_OSC value that is a multiple of 250kHz.

Original issue reported on code.google.com by [email protected] on 11 Feb 2009 at 9:06

Dmx Delay

What steps will reproduce the problem?
1. load the SerialToDMX sketch
2. Create a Pd Patch which sends Serial data through the object [comport 2 
9600] 
3. Try to send 16 serial messages every 70 ms in order to control 4 RGB lamps

(see attached patch)


What is the expected output? 
changing the light synchronously with the variation of the values in the Pd 
patch.

What do you see instead?
the lights change with a noticeable delay.

Please see attached Pd patch.
When I stop the data flow the light shouldn't change anymore.

What version of the product are you using? On what operating system?
OS: OSX 10.10.4
Pd-extended
thinker kit DMX master shield COM/T040060
Light source 4 x LA86LED 
(http://www.amazon.co.uk/Lightahead®-DMX512-Colorful-Lighting-Projector/dp/B00U
VYK366)


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Aug 2015 at 3:43

Attachments:

DMX shield - DmxSimple compiling issue with Arduino 1.0

What steps will reproduce the problem?
1. When you use the DmxSimple library with Arduino 1.0, you get compiling 
errors => cannot find "wiring.h"

I'm using a Tinker.it DMX shield v.2 with a Arduino UNO R3.

It seams that with Arduino 1.0, the header file is renamed to Arduino.h.

You can solve it by edition the file "DmxSimple.cpp"
=> change line 12: #include "wiring.h"
to: #include "Arduino.h"

This solves the compiling erros.

Thanks to share your experiances!

Regards,
Kris

Original issue reported on code.google.com by [email protected] on 7 Dec 2011 at 11:25

Bug in AS3 Example : SocketError #1023 when optional arguments to connect() not set

There is a bug in the AS3 example.

The following will not work:


var s:SerialPort = new SerialPort("127.0.0.1", 5334);
s.connect();

This will causes a Flash Socket error #1023

If you look at the connect function:

        public function connect( host:String = null, port:int = 0 ):void
        {           
            _socket.connect( host, port );
            trace( "connecting" );
        }

You see that host and string are optional values, and are thus set to their 
defaults of null and zero.

This, the connection is:

_socket.connect(null, 0);

which of course, causes a SocketError.

I have attached an updated version of the class which should fix the issue (I 
havent tested it yet).

Original issue reported on code.google.com by mikechambers on 29 Jul 2010 at 5:14

Bad pin change in TrueRandom

While reading the source code of TrueRandom, I have read:
  // Release Analog0, apply internal pullup
  DDRC &= ~_BV(0);
  PORTC |= _BV(1);

Well, I believe you meant "PORTC |= _BV(0)", isn't?

Laurent Debacker

Original issue reported on code.google.com by [email protected] on 9 Sep 2010 at 3:46

Arduino DUE and TinkerIt DMX shield

What steps will reproduce the problem?
1. compiling
2.
3.

What is the expected output? What do you see instead?
Arduino: 1.5.8 (Windows 8), Board: "Arduino Due (Programming Port)"

Using library DmxSimple in folder: 
C:\Users\Radu\Documents\Arduino\libraries\DmxSimple (legacy)



C:\Program Files 
(x86)\Arduino/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/arm-none-eabi-g+
+ -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib 
-fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti 
-fno-exceptions -Dprintf=iprintf -mcpu=cortex-m3 -DF_CPU=84000000L 
-DARDUINO=158 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -D__SAM3X8E__ -mthumb 
-DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER="Unknown" 
-DUSB_PRODUCT="Arduino Due" -IC:\Program Files 
(x86)\Arduino\hardware\arduino\sam\system/libsam -IC:\Program Files 
(x86)\Arduino\hardware\arduino\sam\system/CMSIS/CMSIS/Include/ -IC:\Program 
Files (x86)\Arduino\hardware\arduino\sam\system/CMSIS/Device/ATMEL/ 
-IC:\Program Files (x86)\Arduino\hardware\arduino\sam\cores\arduino 
-IC:\Program Files (x86)\Arduino\hardware\arduino\sam\variants\arduino_due_x 
-IC:\Users\Radu\Documents\Arduino\libraries\DmxSimple 
C:\Users\Radu\AppData\Local\Temp\build2751906436968518235.tmp\smarthome.cpp -o 
C:\Users\Radu\AppData\Local\Temp\build2751906436968518235.tmp\smarthome.cpp.o 

C:\Program Files 
(x86)\Arduino/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/arm-none-eabi-g+
+ -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib 
-fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti 
-fno-exceptions -Dprintf=iprintf -mcpu=cortex-m3 -DF_CPU=84000000L 
-DARDUINO=158 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -D__SAM3X8E__ -mthumb 
-DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER="Unknown" 
-DUSB_PRODUCT="Arduino Due" -IC:\Program Files 
(x86)\Arduino\hardware\arduino\sam\system/libsam -IC:\Program Files 
(x86)\Arduino\hardware\arduino\sam\system/CMSIS/CMSIS/Include/ -IC:\Program 
Files (x86)\Arduino\hardware\arduino\sam\system/CMSIS/Device/ATMEL/ 
-IC:\Program Files (x86)\Arduino\hardware\arduino\sam\cores\arduino 
-IC:\Program Files (x86)\Arduino\hardware\arduino\sam\variants\arduino_due_x 
-IC:\Users\Radu\Documents\Arduino\libraries\DmxSimple 
-IC:\Users\Radu\Documents\Arduino\libraries\DmxSimple\utility 
C:\Users\Radu\Documents\Arduino\libraries\DmxSimple\DmxSimple.cpp -o 
C:\Users\Radu\AppData\Local\Temp\build2751906436968518235.tmp\DmxSimple\DmxSimpl
e.cpp.o 

C:\Users\Radu\Documents\Arduino\libraries\DmxSimple\DmxSimple.cpp:6:20: fatal 
error: avr/io.h: No such file or directory
 #include <avr/io.h>
                    ^
compilation terminated.
Error compiling.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Nov 2014 at 11:54

DmxSimple: usePin() change does not work

When previously having called any DmxSimple command and therefore have run 
dmxBegin(), the DmxSimple.usePin() function does not do anything.

This is because r.208 states:

if (dmxStarted && (pin != dmxPin)) { 

while on the previous line:

dmxPin = pin;

the variables are set so to match. This will prevent the if-statement to run.

Original issue reported on code.google.com by [email protected] on 23 Oct 2012 at 10:42

Ethernet2 doesn't compile

1. checkout svn 
2. copy Ethernet2 to /opt/arduino/libraries/Ethernet2
3. load the Ethernet2/chat_server demo
4. compile (verify)

First problem is that the chatserver demo has:
 #include <Ethernet.h>
when it needs
 #include <Ethernet2.h>

but then,
Ethernet2/Server.cpp also needs
 #include "Ethernet2.h"
on line 7

Original issue reported on code.google.com by [email protected] on 11 Feb 2010 at 11:38

Cant send data from Flash right after connect

If you send data from Flash to TinkerProxy in the onConnect handler, then the 
data does not make it to the Arduino.

Im not sure if this is a Flash or TinkerProxy issue.

For example:

private function onConnect(event:Event):void
{
     _socket.writeByte(1);
}

Wont make it to the Arduino.

The workaround is the wait two seconds after connect before you send data.

private function onConnect( event:Event ):void
{
    trace( "onConnect" );

    if(!connectDelayTimer)
    {
        connectDelayTimer = new Timer(2000);
        connectDelayTimer.addEventListener(TimerEvent.TIMER, onConnectDelayTimer);
    }

    connectDelayTimer.start();

}

private function onConnectDelayTimer(event:TimerEvent):void
{
    trace("onConnectDelayTimer");
    connectDelayTimer.stop();
        _socket.writeByte(1);
}

Again, Im not sure if this is a Flash or TinkerProxy issue, but wanted to post 
it here in case it is a TinkerProxy issue, and in case anyone else runs into it.

Btw, I tested this in Adobe AIR, and not in the Flash Player in the browser.

Original issue reported on code.google.com by mikechambers on 1 Aug 2010 at 5:55

Ethernet library ~30second hang/stall bug

You guys did a great job at reducing the size of compiled library! I've
been having problems with both the standard ethernet library and the
Ethernet2 library.

Here's a topic that describes the problem (demo code added).

Can someone please have a look at this issue? We bought a bunch of ethernet
shields for a project, but we can't use them because of this bug..

Any help or suggestions are greatly appreciated!

Thanks,

XNDR


Original issue reported on code.google.com by [email protected] on 30 Mar 2009 at 5:50

DmxSimple: Support serial baud rates > 19200

Provide more interrupt windows where serial receive interrupts can be serviced.

Doing this every 40µs (during the stop period of a DMX channel
transmission) would allow baud rates of up to 125000 baud.

Original issue reported on code.google.com by [email protected] on 28 May 2009 at 1:25

Arduino v.1.0 wiring.h

Compiling default code results in a compile error not being able to find 
wiring.h  Line 11 of DmxSimple.cpp needs to read #include "Arduino.h", not 
#include "wiring.h".  Running Arudino v.1.0 on Linux Mint 15.  Found the answer 
here: http://forum.arduino.cc/index.php/topic,85547.0.html

Original issue reported on code.google.com by [email protected] on 22 Nov 2013 at 8:21

temperature code

What steps will reproduce the problem?
1. upload the scretch

What is the expected output? What do you see instead?
a serial output at about 21000 (21°C), but I get something at 249400
(249,4°C?!)

What version of the product are you using? On what operating system?
Arduino Duemilanove with a ATMEGA 328p-pu

Please provide any additional information below.
Don't know what to add here :)

Original issue reported on code.google.com by [email protected] on 25 Aug 2009 at 3:40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.