Forum Replies Created
-
AuthorPosts
-
MichaelKeymaster
I’m sorry, I just don’t know what problem you are having. I didn’t write NewSoftSerial.
This is a forum for the Video Experimenter shield. Are you having problems with a Video Experimenter?
MichaelKeymasterIt is an Arduino library. It is to be used with Arduino.
MichaelKeymasterThe value of dataCaptureStart is simply used to adjust the timing so that you can find the right place to sample the closed captioning pixels. The white pixels represent a bit pattern of two ASCII characters. This article explains how it works:
http://nootropicdesign.com/projectlab/2011/03/20/decoding-closed-captioning/
Just try different values for dataCaptureStart to see if you can find the data. It is very difficult.
MichaelKeymasterIt depends on what type of signal your satellite receiver sends to your TV. PAL or NTSC.
MichaelKeymasterAre you decoding closed caption data from an NTSC broadcast? Are you in the United States or Canada?
MichaelKeymasterYou can increase 2 or 4 or whatever. You just need to try different values so the closed caption info is aligned right. 310 worked for me.
You are in an NTSC country, right? This doesn’t work with PAL.MichaelKeymasterYou need to install NewSoftSerial correctly as a library.
libraries
|
+ NewSoftSerial
|
+- NewSoftSerial.h
+- NewSoftSerial.cppMichaelKeymasterHi ahmad,
There’s no rule about what the value should be. I found 310 to work, but you should try values between 100 and 1000. You could connect a potentiometer to adjust the value, perhaps?
MichaelKeymasterI guess I don’t know why you can’t compile the library. The directory ‘NewSoftSerial’ should be in the directory ‘libraries’ in your Arduino sketchbook. I don’t know which program you are trying to compile….are you including the header file?
#include
MichaelKeymasterAre you sure you installed the library in the correct place and restarted Arduino?
MichaelKeymasterGood to hear. Those tiny solder bridges will get you every time!
November 16, 2012 at 7:36 pm in reply to: 16×32 RGB display is blank with Nootropic RGB backpack #1478MichaelKeymasterSorry to hear that — perhaps there is a bad component. We will contact you by email to work out an exchange.
MichaelKeymasterYou need to install the Digit Shield library. It’s documented on the product page:
http://nootropicdesign.com/digitshield/
Download it and install it in the libraries folder in your sketchbook.
libraries
|
+- DigitShield
|
+- DigitShield.cpp
+- DigitShield.h
+- examples
MichaelKeymasterGlad it works! Enjoy.
MichaelKeymasterBrandyn, you ordered an assembled unit, so it was assembled and tested thoroughly (by me). Using a 9.2V adapter will not cause a problem — you can use up to 12V with no issues.
You probably used an adapter with the wrong polarity. You MUST use an adapter that has a center-positive tip. This is clearly stated in the product information and the polarity is clearly indicated on the board just under the power connector. The regulator is hot because you connected the power backwards.
Please buy or find a 9V DC adapter with a center positive tip and see if the device works.
-
AuthorPosts