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 - lkj

Pages: 1 ... 26 27 [28] 29 30 ... 33
406
Seriously... four years and a half after its introduction, the Nspire series has unbelievably few programs ! ;)
At the end of the 1990s and the beginning of the 2000s, programmability was an integral part of the success of TI's calculators in the marketplace. Nowadays, TI listens to teachers and test regulations - making their machines less powerful, less versatile, and less desirable in the process.

TI doesn't need to make programming easy, teachers will tell their students to buy a calc anyway. At my school, most teachers like the V200 more than the Nspire, but despite that, they've been only buying Nspires for three years now.
Our teacher let us choose wether to buy a V200 or an Nspire, but because we didn't know much about calcs, everyone wanted the cheaper, newer Nspire with more memory and a "better" screen (non-cx). TI's website also implied that it had a color screen, but in reality only the student software has.

407
In France, where I live, CAS functionality is allowed, and the non-CAS Nspire, whose math functionality is roughly equivalent to that of the cheaper, more programmable and highly popular 83+(SE)/84+(SE), is hard to find in stores. People stick to the programmable and once popular TI-68k series... or buy the overpriced CAS Nspires and help the profit margin of TI and distributors.

You say the Nspire series is overpriced, but the 68k calcs have a smaller screen, no colour screen, less memory and are more expensive. Are the 68k really so much better programmable?

408
Other Calculators / Re: How did you attach the rs232 wires?
« on: February 02, 2012, 03:26:51 pm »
I understand your idea and I can implement it, but you can't make every note because there are more notes than different amounts of bytes?

Edit: Are the 2 additional flag bits you mentioned the same as the other bits?

409
Other Calculators / Re: How did you attach the rs232 wires?
« on: February 02, 2012, 09:18:16 am »
I'll try to implement and understand it.
Before I read this I tried it with a program that writes a byte to the port, then waits some milliseconds and repeats this again and again. With the amount of milliseconds to wait I could control the pitch.

410
Other Calculators / Re: How did you attach the rs232 wires?
« on: February 01, 2012, 03:03:24 pm »
So what you hear is how often the current gets interrupted?

411
Other Calculators / Re: How did you attach the rs232 wires?
« on: February 01, 2012, 02:37:31 pm »
Ok, now I have glued the wires to a piece of wood and I'm able to get some noise with C-programs.
But unfortunately I don't know anything about how a speaker works, and because I don't know Lua I don't understand jimbauwens' program... Can someone please explain me how this works?

412
Other Calculators / How did you attach the rs232 wires?
« on: January 30, 2012, 07:28:24 pm »
To all those who succeeded at using the dock connector for sound or rs232: What did you do that the wires don't slip out (don't know if that's the right word)?
Because I'm trying but it doesn't work.

413
TI-Nspire / Re: NGL — TI-Nspire Graphics Library
« on: January 30, 2012, 03:53:15 pm »
Are you sure that the file not being sent isn't just a bug in nspire_emu? Try to connect and send again.

edit: Isn't that the issue you wrote about and fixed here?

414
Calculator C / Re: program to convert bmp into Nspire c-arrays?
« on: January 30, 2012, 08:30:23 am »
Thanks hoffa and compu!

415
Calculator C / program to convert bmp into Nspire c-arrays?
« on: January 30, 2012, 07:52:15 am »
I've been looking for a program which converts .bmp files into c-arrays which are for the nspire (not for the z80 calcs), that means with 4 bits per pixel. But I've only found z80 and 68k programs which even don't work on a recent pc.
So I asked myself if every one who has made games for the nspire has written every sprite by hand?

416
TI-Nspire / Re: BigNumNum Cruncher
« on: January 20, 2012, 07:17:14 pm »
Also, (Not really related) If you have:
Code: [Select]
int a;
int b = 2000000000; // Still within range
int c = 2000000000; // Still within range
a  = (b * c) % 10000000000; // Last 10 digits of the product
Does that work, or will it cause overflow? I am wondering because right now, I am storing numbers as arrays of ints with 4 digits in each int, which is quite inefficient.

Yes, it will overflow, my compiler gives a warning.

Why do you only store 4 digits in one int, and not more?

417
Thanks, it works! :D

418
Other Calculators / Re: Your calc programming history timeline
« on: January 18, 2012, 05:02:22 pm »
Yellow: TI-Nspire

2009: Hangman
2010: Hangman
2010: (some canceled nspire game)
2011: timer
2011/12: texteditor (not yet finished)

Very short and not much released  :'(

Edit: argh, why are all colours so hard to see...

419
TI-Nspire / Re: [Ndless] BigNumNum Cruncher
« on: January 18, 2012, 02:26:14 pm »
The problem is that a power of two can't be odd like in the second picture.
Have you some code?

420
General Calculator Help / Re: X inequations on the Nspire
« on: January 18, 2012, 02:22:01 pm »
Like in the attachment?

Pages: 1 ... 26 27 [28] 29 30 ... 33