ChubbRck

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Is it possible to receive serial or softwareSerial on board? #1238
    ChubbRck
    Member

    Ahh, interesting, thank you for the help.

    Unfortunately, there isn’t much documentation on pollserial on the TVOut Google Code site. I used the example to receive pollserial data, but I’m not sure how to send it. I tried sending it through Serial as usual, but it seems to crash the VE Shield. You’ve been a huge help so far and I’m sorry to keep asking questions, but you don’t have any clues to as why this might happen, do you?

    Nick

    in reply to: Possible to disable controllers library? #1215
    ChubbRck
    Member

    Upon further inspection, it seems the wire.h library provided by arduino causes the hackvision to cease video output… hmm… I wonder why, as I thought the library only concerned i2c communication (nunchuck).

    Nick

    in reply to: Can’t upload to board #1214
    ChubbRck
    Member

    Great, thank you – I’m now compiling without errors.

    If it would be helpful to anyone else to know, I also had to change a line in nunchuck.cpp to replace ‘wiring.h’


    #if ARDUINO < 100
    #include “wiring.h”
    #else
    #include “wiring_private.h”
    #endif

    Nick

    in reply to: Can’t upload to board #1212
    ChubbRck
    Member

    Thanks for the quick reply,

    Just to clarify, do I paste that code inside Controllers.h? Or each of the .h files specifically? (e.g. nunchuck.h, etc..) or do I edit the .cpp files?

    I tried pasting in each .h file but still get an error about requiring wiring.h – any thoughts would be helpful, thanks so much again –

    Nick

    in reply to: Can’t upload to board #1210
    ChubbRck
    Member

    Hi Michael,

    Thanks for your continued help, it’s really appreciated!

    I was actually able to upload to the board eventually using some trial and error and your tips.

    I was wondering if your new Arduino 1.0 libraries were out yet? I’d be happy to use Arduino 0022 except I’m pairing the Hackvision with a Heart Rate Monitor that requires 1.0.

    Thanks again!

    Nick

    in reply to: Can’t upload to board #1260
    ChubbRck
    Member

    Update:

    I was able to re-upload the hackvision firmware. The problem was I did not have the right board selected, (‘Duemalinova or Nano’… etc.) – from this, I also deduce that we are supposed to be using Arduino 0022 as this option does not exist in Arduino 1.0.

    I’m still having trouble with the breakout example and the TVOut library, so help is still appreciated. I’m wanting to write a game for Hackvision from scratch and am wondering the best template to start from.

    Nick

Viewing 6 posts - 1 through 6 (of 6 total)