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

Pages: 1 ... 7 8 [9] 10 11 ... 38
121
Other Calculators / Re: Is this what TI plans for the future?
« on: April 06, 2013, 04:29:09 am »
Then request your CSE that is powerd by four AAAs, and if they don't give it to you sew 'em :P
Looking at the PCB, it seems that the TI-84+CSE was originally intended to support running on AAAs. The PCB still has the same pads at the bottom for accepting power from AAAs, the circuit it connects to is populated, and the battery compartment is tall enough, but it's not quite thick enough. I think that could be solved with a little bit of dremeling. TI added thick plastic (maybe one or two millimeters) between the battery and the PCB which I believe accounts for the difference. There's definitely hardware modding potential there. I think TI should have left in the ability to run it on AAAs as a backup solution.

EDIT: I'm silly. The pads I'm talking about are where the charging bay connectors connect. The size of the battery bay is simply because TI's engineers didn't feel like changing the CAD design. Nevertheless, the modding potential remains.

122
Other Calculators / Re: Is this what TI plans for the future?
« on: April 06, 2013, 12:38:31 am »
It's a mistake. My TI-84 Plus C SE warranty card says it's powered by four AAAs.

123
General Calculator Help / Re: Dapianokid's TIOS discussion
« on: April 05, 2013, 01:08:00 pm »
MSD8X will NOT work on the new TI-84+SEs. They do not have the extra RAM pages.

Attached is USB8X 0.13 and MSD8X 0.96.

124
News / Re: 160x240 CSE scrolling speed test gives promising results
« on: April 03, 2013, 02:44:29 am »
I suspect JPEG image decompression is do-able, although it wouldn't be fast, of course.

125
General Calculator Help / Re: Dapianokid's TIOS discussion
« on: April 03, 2013, 02:11:57 am »
MSD8X requires the extra RAM pages, yes. However, USB8X itself doesn't. MSD8X uses them for buffering data.

126
General Calculator Help / Re: Dapianokid's TIOS discussion
« on: April 02, 2013, 09:20:46 pm »
USB8X is due for a rewrite. It might be something I help BrandonW with over the summer.

127
News / Re: TI-83 Plus moves to TI-84 Plus hardware worldwide !
« on: April 01, 2013, 08:38:02 pm »
I don't think anybody's said this explicitly yet: The TI-84+ series ASICs do not support the 512 K flash chip TI used for the TI-83+. Specifically, the (easily disabled) circuits that are supposed to censor the cryptographic certificate and prevent the boot code from being modified only support mapping 1, 2, 4, and 8 MB flash chips.

128
News / Re: TI-83 Plus moves to TI-84 Plus hardware worldwide !
« on: April 01, 2013, 12:49:53 pm »
Nice photoshoppery, guys. :)
If it is a fake, it's interesting that they bothered to edit out the serial number from the case.

129
News / Re: TI-83 Plus moves to TI-84 Plus hardware worldwide !
« on: March 31, 2013, 09:55:08 pm »
As suggested above, TI probably wants to retain the TI-83 Plus name that has remained the most popular graphing calculator for over a decade. Getting rid of the traditional TI-83 Plus hardware also lets them simplify manufacturing. It also lets them bring the joys (or lack thereof) of USB linking to the TI-83 Plus market. Perhaps TI will drop the TI-84 Plus non-SE, since the non-SE is now the same as the TI-83 Plus. And with any luck, TI will offer the new TI-83 Plus at the same price point as the old TI-83 Plus, a move they really should have made five years ago.

Dropping the B&W screen models seems like a bad idea for one simple reason. When was the last time you changed your calculator's batteries? The TI-84 Plus line is quite power efficient. The fact that students normally don't need to change or recharge their calculator every week is a major plus. Also, teachers giving exams are more likely to be able to provide a spare set of AAAs than a spare lithium-ion battery.

130
News / Re: TI-83 Plus moves to TI-84 Plus hardware worldwide !
« on: March 31, 2013, 09:31:47 pm »
It's about time. We assembly programmers can be grateful about having an excuse to drop support for the old TI-83+ hardware.

131
You can indeed erase the border. I'm not sure how often the OS redraws it, but it actually isn't very often because TI actually did try a tiny bit of optimization. The run indicator will come back, of course, unless the assembly program also turns it off.

132
ASM / Re: [z80] Writing to flash
« on: March 23, 2013, 04:56:50 pm »
The ASIC will only let code on certain flash pages unlock flash. See port 21 for a list of such pages and the page on protected ports for how to unlock flash. Prudence suggests that normally you keep flash locked, although frankly, it's actually hard to issue a write or erase command accidentally, so keeping flash unlocked all the time isn't that dangerous. Nevertheless, you should confine modifying protected ports and writing to flash to be an OS-only thing. But, it would be nice to have functions for overwriting bytes in existing files, so user programs can have the option of leaving blank space in files to be filled later for whatever purpose.

133
News / Re: Overclocking the TI-83+SE / TI-84+/SE Family
« on: March 19, 2013, 02:53:43 am »
Wait, so the ASIC actually divides the clock for cpu speeds 2 and 3 if you replace some 0 ohm resistors?
Uh, no, not 0 ohm. For 20 and MHz mode, you need ca. 2.5 and 2.9 kOhm resistors; the resistance controls the precise frequency.

Any idea if it's possible to do this with a TA1 ASIC?
No, not as of yet. I doubt it though; part of the purpose of the TA1 was to reduce pin count. (Pins are like a penny a piece.)

I once replaced the crystal in my M revision 84+SE with a faster one but the lcd didn't update at all, current draw indicated the calc was working though.
Replacing the crystal would definitely not make your calculator run faster. The 32768 Hz crystal has nothing to do with CPU speed; it's used for timing purposes only. The 48 MHz one also has nothing to do with CPU speed; it's used exclusively with the USB controller.

Why would TI have support for ~25 mhz in the ASIC and not enable it by not populating some resistors?
It may have to do with saving battery power, although with the TI-84+CSE, the CPU plays pretty much no role is overall power usage. (The backlight consumes probably 95% of all power.) They may also have had concerns about whether the flash chip could handle such speeds, although it's probably a moot point with today's chips. The most likely answer is that TI is staffed by intelligent engineers and idiotic, bureaucratic managers who wouldn't give you the time of day unless you paid them ten thousand dollars and signed an NDA.

134
News / Re: Overclocking the TI-83+SE / TI-84+/SE Family
« on: March 19, 2013, 12:11:35 am »
Unfortunately, this is not a discovery that regular users can take advantage of, except on the out-of-production TI-83+SE (and even then, Kerm says it's very hard). The pins on the TI-84+/C/SE aren't connected to unpopulated solder pads like on the TI-83+SE, so users would have to do some very hard SMD soldering directly to the ASIC.

135
I'm retracting my claims about IM 2. I ported the program to my new TI-84+CSE (which has the same ASIC) and it AAARGHs!s.

Pages: 1 ... 7 8 [9] 10 11 ... 38