Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Keoni29

Pages: 1 ... 125 126 [127] 128 129 ... 168
1891
How do you control your cannon by the way? Using directional buttons or swiping the touchpad like a trackball?
Edit: You know you have a small area at the bottom to move around freely in all directions, don't you?

1892
Yaaaaay!!!

1893
Haven't started yet >.<

1894
Music Showcase / Re: Keoni29's music topic
« on: July 08, 2012, 11:20:19 am »
New music for in my game called "MicroShooter"
http://soundcloud.com/koenvanvliet/bossfight-microshooter

1895
Other / Re: Building a CPU!
« on: July 08, 2012, 08:44:42 am »
Well I kinda have that right now. I got 16 bytes pages and I got a register for selecting the page which allows me to have 8 bit addresses on a 4 bit machine. I can do basic math with the register when I rotate it into the accumulator.

1896
News / Re: TI-Navigator Access Point greatest secret
« on: July 07, 2012, 10:59:42 am »
Maybe factory leftovers? Unsold routers?

1897
Other / Re: Building a CPU!
« on: July 07, 2012, 04:23:09 am »
Hmm I really should pick up this project again. I'm kinda worried about the very limited address space. The address bus is only 8 bits wide so I can address 256 bytes of ram and programs can only be 256 chars long. Well this is my first cpu, so... good nuff. 4 bits cpu is not enough to run decent applications on so... it's used for control applications and or simple mathematical operations. The cpu will run trough 256 bytes in about 0.256 ms @2Mhz

1898
News / Re: TI-Navigator Access Point greatest secret
« on: July 07, 2012, 04:08:52 am »
TI is my greatest hero again. They are even bigger hackers than I am XD XD XD
Edit: I'd be even weirder if every TI-Navigator had a second hand router in them. Each one comes with a different router inside XD

1899
I'm going to solder this up this weekend. I made it on a solderless breadboard first and it works just fine. If there are other people interested in this device: just let me know. I'll release the source code for the subroutines which drive this thing.

1900
Axe / Re: 4 bit sound samples request
« on: June 29, 2012, 05:55:18 pm »
The data is probably signed.

1901
Axe / Re: 4 bit sound samples request
« on: June 28, 2012, 10:39:22 am »
Ok here's what I'm gonna do:
I'm load audio samples in audacity and I convert them as 8 bit raw. I copy the raw hex values and I paste them in sourcecoder. Then I copy the values divided by 16 to an appvar.
Will that work properly? O.O I guess there isn't a 4bit downsampling in Audacity...
Jimbauwen's converter still glitches, so: no it does not work properly :P

1902
TI-Nspire / Re: Nspire audio?
« on: June 28, 2012, 06:07:18 am »
This is the kind of thing I was talking about (I bought one of these myself to eventually try to use with calcs): http://goo.gl/y2CHS
Yeah that's awesome! But you need a converter for that to small usb isn't it? I got one of these: http://www.ebay.co.uk/itm/USB-A-Female-to-A-Female-Converter-Adapter-Connector-/110674703840?pt=UK_Computing_USB_Cables&hash=item19c4b9f5e0
I use it to "combine" usb cables/devices without having to buy an adapter for every kind of device.

1903
TI-Nspire / Re: Nspire audio?
« on: June 27, 2012, 04:11:02 am »
Custom sound device? I made a DAC for the TI84+, so I might be able to design one for the Nspire platform. The main problem is that I know very little about the Nspire and I don't have one, so some of you guys will have to do the coding and provide me with a signal which the control logic must interpret.

Edit: http://ourl.ca/16139/308321

1904
Axe / Re: 4 bit sound samples request
« on: June 26, 2012, 06:20:29 am »
Ok here's what I'm gonna do:
I'm load audio samples in audacity and I convert them as 8 bit raw. I copy the raw hex values and I paste them in sourcecoder. Then I copy the values divided by 16 to an appvar.

1905
Axe / 4 bit sound samples request
« on: June 26, 2012, 02:31:27 am »
Heya, I built a digital to analog converter for my TI84+
I can write values to it easily using a subroutine I wrote. WA(nibble) writes a 4 bit value to the DAC
Now I need some 4 bit samples which I can use with it. Preferably compressed (two nibbles in a byte) and stored in an appvar.
Does anyone know how to accomplish this?

Pages: 1 ... 125 126 [127] 128 129 ... 168