I'm less puzzled about how the hardware works (which seems fairly simple) than how the software would work. In particular, how big a hit the processor takes to service the USB. Seems like it would need to be interrupt driven not to miss anything.
Paul
Search found 446 matches
- Sat Aug 29, 2009 6:35 pm
- Forum: Development
- Topic: v-usb boot loaders mega168 compatible
- Replies: 4
- Views: 18417
- Fri Aug 28, 2009 9:19 pm
- Forum: Exhibition
- Topic: GLCD Fun
- Replies: 17
- Views: 49274
Re: GLCD Fun
bperrybap,
This totally rocks. How did I miss this for four days.
I'm ordering my display right now.
You're absolutely correct about ease of use two - your breadboard is amazingly tidy.
Paul
This totally rocks. How did I miss this for four days.
I'm ordering my display right now.
You're absolutely correct about ease of use two - your breadboard is amazingly tidy.
Paul
- Fri Aug 28, 2009 6:31 am
- Forum: 8x8 LED board
- Topic: dim rows
- Replies: 1
- Views: 10908
Re: dim rows
The first thing to check the resistor that controls the current on the LED's - it's really the only resistor on the board I think, so should be easy to find. One resistor controls one chip, which controls two rows of LED's - so there's a smoking gun pointing at the resistor.
Check the value on the ...
Check the value on the ...
- Wed Aug 12, 2009 9:25 am
- Forum: Development
- Topic: v-usb boot loaders mega168 compatible
- Replies: 4
- Views: 18417
Re: v-usb boot loaders mega168 compatible
I'm not following this suggestion.
I know in theory that it is possible to put the USB function into the Atmega chip, at the cost of some ram and a performance hit of some kind.
Has someone done this with Atmega 328's? I've seen some done with other Atmel chips - that I think had some hardware on ...
I know in theory that it is possible to put the USB function into the Atmega chip, at the cost of some ram and a performance hit of some kind.
Has someone done this with Atmega 328's? I've seen some done with other Atmel chips - that I think had some hardware on ...
- Thu Jul 23, 2009 4:43 pm
- Forum: 8x8 LED board
- Topic: repetition problem with a sequence script
- Replies: 5
- Views: 22395
Re: repetition problem with a sequence script
OK - One theory that's worth investigating is that you are seeing the data flowing through the chip when it updates.
Try this code. After digging through the datasheet of the new chip - I'm still a little confused but convinced it doesn't work the same way as old chips.
The new code just pulses ...
Try this code. After digging through the datasheet of the new chip - I'm still a little confused but convinced it doesn't work the same way as old chips.
The new code just pulses ...
- Thu Jul 23, 2009 4:16 pm
- Forum: Hardware
- Topic: Interfacing a Serial LCD Kit with a Computer via COM port?
- Replies: 2
- Views: 8118
Re: Interfacing a Serial LCD Kit with a Computer via COM port?
vapour,
COM ports have inverted serial, my board can't handle that. You can find boards that that will work which use the same chip but are slightly different in layout at wulfden.org .
Paul
COM ports have inverted serial, my board can't handle that. You can find boards that that will work which use the same chip but are slightly different in layout at wulfden.org .
Paul
- Tue Jul 21, 2009 7:59 pm
- Forum: 8x8 LED board
- Topic: repetition problem with a sequence script
- Replies: 5
- Views: 22395
Re: repetition problem with a sequence script
jones,
i guess i got a question again.
Between every Frame all LEDs light up.
Of cours only 1 millisecond and very very slight,
but if you look exactly, you see it.
Can i fix it too?
I'm kind of baffled by this one.
Did you try increasing the frame delay and watching for the flash?
In theory ...
i guess i got a question again.
Between every Frame all LEDs light up.
Of cours only 1 millisecond and very very slight,
but if you look exactly, you see it.
Can i fix it too?
I'm kind of baffled by this one.
Did you try increasing the frame delay and watching for the flash?
In theory ...
- Tue Jul 21, 2009 6:01 pm
- Forum: 8x8 LED board
- Topic: repetition problem with a sequence script
- Replies: 5
- Views: 22395
Re: repetition problem with a sequence script
I think the problem is
You're reading past the end of your array I think - thus the "crazy data".
Try this instead and see if it works
Code: Select all
totalFrames = sizeof(show);
Try this instead and see if it works
Code: Select all
totalFrames = sizeof(show) / 2 ; // divide by two to get number of ints (sizeof reports in bytes)
- Sun Jul 19, 2009 10:31 pm
- Forum: Development
- Topic: BUB Board Static Protection
- Replies: 3
- Views: 16411
Re: BUB Board Static Protection
the question is what to do about the logic select header. If you cut around that it could work.
I hadn't thought of providing this with the kits but I could look into seeing how much it would be. The problem with that kind of heatshrink is that you have to buy a bit of it to get a decent price ...
I hadn't thought of providing this with the kits but I could look into seeing how much it would be. The problem with that kind of heatshrink is that you have to buy a bit of it to get a decent price ...
- Sun Jul 12, 2009 9:45 pm
- Forum: Development
- Topic: BBB pin overlay card for non Arduino users
- Replies: 19
- Views: 64008
Re: BBB pin overlay card for non Arduino users
bperrybap,
I'll be happy to turn pdf files on, but I'm out of town for a week at a wild open-source hardware conference. I don't have the passwords I need to get to the file that needs to be modified so it will have to wait till next Monday.
You could also email it to me as an attachment and I'll ...
I'll be happy to turn pdf files on, but I'm out of town for a week at a wild open-source hardware conference. I don't have the passwords I need to get to the file that needs to be modified so it will have to wait till next Monday.
You could also email it to me as an attachment and I'll ...
- Sat Jul 11, 2009 2:15 am
- Forum: Software
- Topic: Frequency to Voltage Conversion
- Replies: 7
- Views: 25285
Re: Frequency to Voltage Conversion
There's a VCO in the LM358 datasheet. Also some in Op Amp Cookbook. These solutions tend to be integrated into chips these days though. Punch in Frequency to Voltage Converter in digikey search engine and see what comes up - Here's the category
http://search.digikey.com/scripts/DkSearch/dksus.dll ...
http://search.digikey.com/scripts/DkSearch/dksus.dll ...
- Fri Jul 10, 2009 12:26 pm
- Forum: Development
- Topic: BUB board
- Replies: 6
- Views: 21232
Re: BUB board
I'm really interested if it can be done on both the software side and hardware side without lots of fuss.
Maybe I can just make a super-BUB or an addon kit with the cable and six pin header.
Are all the signals it needs available, on present board?
Maybe send me a link, schematic or image and I ...
Maybe I can just make a super-BUB or an addon kit with the cable and six pin header.
Are all the signals it needs available, on present board?
Maybe send me a link, schematic or image and I ...
- Thu Jul 09, 2009 7:29 pm
- Forum: Development
- Topic: BUB board
- Replies: 6
- Views: 21232
Re: BUB board
I had read about that setting with MPROG but it seemed to me that the BUB's we tested have all worked for both rx & tx "off the line". I wonder if I'm seeing a serial port echo or something. We develop on mostly macs so maybe it's some quirk with the way windows handles the serial port (or a mac ...
- Mon Jul 06, 2009 9:32 pm
- Forum: Hardware
- Topic: TTL serial lcd board as ttl<->rs232?
- Replies: 2
- Views: 8528
Re: TTL serial lcd board as ttl<->rs232?
dear thebishhop,
Sorry the LCD won't work (it's looking for a TTL INPUT) as a converter. It will take TTL orders from the IPOD though.
You could use either our P4 board for RS232 connection or USB-BUB for USB for connecting to the IPOD board however.
Paul
Sorry the LCD won't work (it's looking for a TTL INPUT) as a converter. It will take TTL orders from the IPOD though.
You could use either our P4 board for RS232 connection or USB-BUB for USB for connecting to the IPOD board however.
Paul
- Sun Jul 05, 2009 12:35 pm
- Forum: Development
- Topic: BBB pin overlay card for non Arduino users
- Replies: 19
- Views: 64008
Re: BBB pin overlay card for non Arduino users
I think a pdf would be most universal.
It's not that much work if people want to type it again to make their own.
I guess my second choice would be some kind of image file, such as a gif, in high enough res to look good small.
Thanks for doing this, AVR fans everywhere salute you,
Paul
It's not that much work if people want to type it again to make their own.
I guess my second choice would be some kind of image file, such as a gif, in high enough res to look good small.
Thanks for doing this, AVR fans everywhere salute you,
Paul
- Sat Jul 04, 2009 11:48 am
- Forum: Development
- Topic: BBB pin overlay card for non Arduino users
- Replies: 19
- Views: 64008
Re: BBB pin overlay card for non Arduino users
Maybe just forward me the file. I'll put it up on the site and people can just print or photocopy them on label stock or something similar for no-cost, no-fuss solution.
Paul
Paul
- Mon Jun 29, 2009 9:23 pm
- Forum: Exhibition
- Topic: Finished the MIDI addition to my SX-150 using BBB
- Replies: 1
- Views: 11774
Re: Finished the MIDI addition to my SX-150 using BBB
Hey - amazing mod of budget synth, with a budget controller. Great video too.
Here's my one sentence plug.
Fat, crunchy and not too slick sound, perfect for reality based low rez techno.
Let's burn a board and make a kit.
PB
Here's my one sentence plug.
Fat, crunchy and not too slick sound, perfect for reality based low rez techno.
Let's burn a board and make a kit.
PB
- Mon Jun 29, 2009 10:32 am
- Forum: Software
- Topic: Manchester Encoding
- Replies: 1
- Views: 12887
Re: Manchester Encoding
Maybe search for
"avr manchester encoding"
Here's one hit I got
http://www.frozeneskimo.com/electronics ... g/#more-63
Hopefully the translation won't be too painful - and you may get lucky and it will run out of the box.
Paul
"avr manchester encoding"
Here's one hit I got
http://www.frozeneskimo.com/electronics ... g/#more-63
Hopefully the translation won't be too painful - and you may get lucky and it will run out of the box.
Paul
- Wed Jun 24, 2009 10:44 pm
- Forum: Software
- Topic: Writing to Pins 0 and 1
- Replies: 4
- Views: 16400
Re: Writing to Pins 0 and 1
BobW,
Hey glad you got it going and I'm glad that the chip uploads with no fuss - I've developed a few things working with pins 0 & 1 and it's not such a big deal, but usually you do have to pull out wires to low impedance loads - I guess the base transistors were large enough so they weren't an ...
Hey glad you got it going and I'm glad that the chip uploads with no fuss - I've developed a few things working with pins 0 & 1 and it's not such a big deal, but usually you do have to pull out wires to low impedance loads - I guess the base transistors were large enough so they weren't an ...
- Tue Jun 23, 2009 6:31 pm
- Forum: Modern Device Policies
- Topic: Pointer to k107 is out of date
- Replies: 2
- Views: 16350
Re: Pointer to k107 is out of date
Hopefully I fix the links to my store slightly faster.
pb
pb