Front Page |  Radio | Media | Forum | Wiki | Links |
![]() |
Dedicated to
experimental electro-acoustic and electronic music |
![]() |
|
Search found 29 matches |
Forum index » Search |
Page 1 of 2 [29 Posts] | Goto page: 1, 2 Next |
Author | Message |
---|---|
![]() |
|
yogi Replies: 34 Views: 36881 |
![]() Forum: DIY Hardware and Software » Arduino |
Don't you also want pots to fiddle with the code ? I got into modular because I was developing simple functions to get them talking together before I discover there was a complete universe doing th ... |
|
![]() |
|
yogi Replies: 34 Views: 36881 |
![]() Forum: DIY Hardware and Software » Arduino |
Hi Yogi thx for your nice comments Not sure I understand your question : why not use the CV out from MB to CV in on Talko ? PS I just made this patch by messing arround: using the CV out from the ... |
|
![]() |
|
yogi Replies: 34 Views: 36881 |
![]() Forum: DIY Hardware and Software » Arduino |
Wow, only just found this. Very cool, really like the "Pitch Fun" track. This project is what I've been wanting for a while.
Been gathering speech chips for a long time: SPO, TI Voice Mo ... |
|
![]() |
|
yogi Replies: 10 Views: 13743 |
![]() Forum: DIY Hardware and Software |
This is very cool, have wanted to build a DB synth for a long time but finding a card has put me off, and it looks like the China source has dried up now. Thanks for finding a good alternative ![]() ... |
|
![]() |
|
yogi Replies: 13 Views: 9013 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
PHOBos' first photo is just beautiful, wish my boards looked so good. But most times I'm happy if they JUST work ![]() Most the time, mine look like a cross between the last two postings, but mostly it ... |
|
![]() |
|
yogi Replies: 35 Views: 25614 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
![]() Just trying to share, IMO, a really great pr ... |
|
![]() |
|
yogi Replies: 35 Views: 25614 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
A "little" ? ![]() ![]() |
|
![]() |
|
yogi Replies: 35 Views: 25614 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
Hey Guys, just a heads up: There is a MidiBox project for AY Chips, http://www.midibox.org/dokuwiki/doku.php?id=midibox_ay_ym_v2
I totally understand the the fun of 'working out your own project' but ... |
|
![]() |
|
yogi Replies: 39 Views: 58431 |
![]() Forum: DIY Hardware and Software » Developers' Corner |
Hi rogerlatur
You may like to check out a couple pages that show usage of vtactols and JFETs to add a measure of CV control: http://www.musicfromouterspace.com/forums.html?CATPARTNO=WSG001&PROJARG ... |
|
![]() |
|
yogi Replies: 2 Views: 5382 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Hi, MuBase. Another Papilio owner! I too have a 500K but I haven't been to active with it yet. You may know of Gadget Factory's RetroCade, though it's targeted towards the new Papilo Pro, Jack has men ... | |
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Most excellent!'![]() |
|
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Good to hear you resolved the problem with RP11. Will keep this in mind.
...Heck, I wish they had a version (or a selectable mode using pin 3) that would access 16 bits per transfer instead of 8 bi ... |
|
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
After reading Wikipedia; really only the quad mode would be a help. Both are half duplex modes, so dual mode runs at about the same speed as generic SPI full duplex and Quad mode offers about double t ... | |
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Each SPI SRAM transaction needs 40 clocks, so at 10 megabits per second, this is 4 microseconds. In my case, since I use two in parallel, I get one 16 bit word transfer every 4 microseconds or 250, ... |
|
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Very interesting idea. Could be very useful to hold L & R sample data and not have to worry about interleaving the data in one buffer.
On the board I've been building, I added another dip fo ... |
|
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
That's great to hear! I remember reading about trying dif settings for the Clk edge and the idle state for a intermittent EEPROM problem, but seeing how your code seemed to work with the '256. Well I ... | |
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Well the board's mostly done but waiting for the '1024s to show up. In the interim, I'll be adding some ifdefs for the PLL setup and remapping the SPI pins; I've built it based on the RoninSynth setup ... | |
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Just went through the 'loop' routine, seems simple enough. During the WRMR sequence, MISO stays HiZ. During the RDMR sequence, MISO should be HiZ for the first 8 clocks, then Hi/Lows for the last 8 c ... | |
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
I haven't dug too deep into your code, mainly because it worked with the '256 and you made adjustments to the adr length. So I'm thinking you could have s slight difference between the two chips. I fo ... | |
![]() |
|
yogi Replies: 44 Views: 53041 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Thank you. Beatuiful timing; 2/3rds of the way with a dsPIC board build and have some 'LC1024s in the FedEx pipeline | |
![]() |
|
yogi Replies: 51 Views: 58559 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Very insightful. The few threads I read, had differing reports on the noise floor for the DAC, some were experiencing high levels while others found no problems. I can see that noise can easily be int ... | |
![]() |
|
yogi Replies: 51 Views: 58559 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
I will at least post the complete SRAM diagnostic. It will be designed to write random data to all 32768 bytes, then re-seed the random generator and read it all back to check that it is stored accur ... | |
![]() |
|
yogi Replies: 51 Views: 58559 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
OH, Very Cool! So Very glad I could help!! ![]() I know what you'r talking about; just to go through this issue I had the DataSheet, The DMA section and the SPI section of the FRM all open, and jumping ... |
|
![]() |
|
yogi Replies: 51 Views: 58559 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
Well the missing interrupt enable is now in the code and I've edited the post above to include it as well. Still doesn't work. I added that later so that I could toggle an LED in the ISR.
Yea, the ... |
|
![]() |
|
yogi Replies: 51 Views: 58559 |
![]() Forum: DIY Hardware and Software » Microcontrollers and Programmable Logic |
You know, I was reading FRM sec 38 most of today. So I have just enough knowledge to spell DMA ![]() Going through your code, I'm not seeing DMA0IE being set. just a thought EDIT- For one byte, not sur ... |
|
Page 1 of 2 [29 Posts] | Goto page: 1, 2 Next |
Forum index » Search |