Author Topic: General Discussion  (Read 77383 times)

0 Members and 3 Guests are viewing this topic.

_player1537

  • Guest
Re: Let's build our own calculator!
« Reply #135 on: August 06, 2010, 03:17:06 pm »
Maybe read how the Gameboy SP did it *shrug*  My pocket PC also handles it quite nicely.  I agree though about it being manual, and not controlled by the OS (it crashes, and leaves your light on D:)

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Let's build our own calculator!
« Reply #136 on: August 06, 2010, 03:18:26 pm »
Interesting idea - not sure how to implement though. Maybe a regular backlight? Or LED bars?
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Let's build our own calculator!
« Reply #137 on: August 06, 2010, 03:18:56 pm »
Maybe read how the Gameboy SP did it *shrug*  My pocket PC also handles it quite nicely.  I agree though about it being manual, and not controlled by the OS (it crashes, and leaves your light on D:)

oh, true, that would be terrifying
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Let's build our own calculator!
« Reply #138 on: August 06, 2010, 03:23:26 pm »
since i'm assuming we don't want to use the same keyboard layout as the TI84 series, and QWERTY is out of the question thanks to the people who run the SAT's, will there be any compatibility issues between KnightOS' key recognition and a different keyboard? or is this a simple fix by wiring the correct buttons to the correct ports?


_player1537

  • Guest
Re: Let's build our own calculator!
« Reply #139 on: August 06, 2010, 03:25:02 pm »
It wouldn't be too terribly hard (either one imo)  You might have to port a few programs to the new one if you go by software instead of hardware.

Offline matthias1992

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 408
  • Rating: +33/-5
    • View Profile
Re: Let's build our own calculator!
« Reply #140 on: August 06, 2010, 03:31:35 pm »
I definetely like the backlight idea, I am unsure about having the backlight powered by the "regular" batteries because the'll be drained quickly. i think you'd better put the switch on the side but that is a worry for later. Which brings me to a next (random) feature I'd like to see, battery status!

I just glanced over the eZ80 documentation and I think it is absolutely perfect. I would personally like to pick up >20Mhz, possibly the 50mhz. Since the most expensive 50Mhz eZ80 is $18.4 and the cheapest: $8.6. The golden midway is $12.6

This is all very afforable! I think of all components the screen, case and proccesor are going to be the most expensive. I estimate/like to see the eZ80 version going for sale at about $70 or maybe less if we manafacture in china :P

Off course this is all just specualting.
Here is the eZ80 (multiple versions):http://search.digikey.com/scripts/DkSearch/dksus.dll?Selection&c=39&f=356&ptm=6200&site=us&lang=en
and documentation:http://www.zilog.com/docs/ez80/ps0066.pdf

edit:
Interesting idea - not sure how to implement though. Maybe a regular backlight? Or LED bars?
Some LCD's already have a backlight integrated. I'd definetely take one of these as they tend to be fast as well, and switching the backlight is quite easy (just a signal/flag).
« Last Edit: August 06, 2010, 03:34:46 pm by matthias1992 »
MASM xxxxxxxxxx aborted | SADce ====:::::: 40% -Halted until further notice| XAOS =====::::: 50% -Units done| SKYBOX2D engine ========== 100% -Pre-alpha done. Need to  document it and extend |

~Those who dream by day are cognizant of much more than those who dream by night only. -Sir Edgar Allen Poe-

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Let's build our own calculator!
« Reply #141 on: August 06, 2010, 03:32:37 pm »
I'm thinking that if we're really making something radically different than TI, we could be able to write a new kernel. KnightOS is based around TI's hardware, and it might not be the best choice. I'm sure whatever we make would have a completely different memory layout, plus the added power of an eZ80 could make a better OS possible. Not to bash Sircmpwn or anything, but I think we can do much better when not limited to the TI-83+ hardware.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline matthias1992

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 408
  • Rating: +33/-5
    • View Profile
Re: Let's build our own calculator!
« Reply #142 on: August 06, 2010, 03:35:29 pm »
I'm thinking that if we're really making something radically different than TI, we could be able to write a new kernel. KnightOS is based around TI's hardware, and it might not be the best choice. I'm sure whatever we make would have a completely different memory layout, plus the added power of an eZ80 could make a better OS possible. Not to bash Sircmpwn or anything, but I think we can do much better when not limited to the TI-83+ hardware.
I couldn't agree with you more. We could however use KOS as a reference...
MASM xxxxxxxxxx aborted | SADce ====:::::: 40% -Halted until further notice| XAOS =====::::: 50% -Units done| SKYBOX2D engine ========== 100% -Pre-alpha done. Need to  document it and extend |

~Those who dream by day are cognizant of much more than those who dream by night only. -Sir Edgar Allen Poe-

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Let's build our own calculator!
« Reply #143 on: August 06, 2010, 03:37:33 pm »
@calc84maniac: I don't know.... I think it really isn't too hard to port such an OS. Who would write a new OS though?
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline matthias1992

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 408
  • Rating: +33/-5
    • View Profile
Re: Let's build our own calculator!
« Reply #144 on: August 06, 2010, 03:42:29 pm »
Me! If I wasn't already writing one for a Spartan 3e FPGA...
plus I am not a z80 hero, but if asked I'd definetely take on the challenge.
« Last Edit: August 06, 2010, 03:42:53 pm by matthias1992 »
MASM xxxxxxxxxx aborted | SADce ====:::::: 40% -Halted until further notice| XAOS =====::::: 50% -Units done| SKYBOX2D engine ========== 100% -Pre-alpha done. Need to  document it and extend |

~Those who dream by day are cognizant of much more than those who dream by night only. -Sir Edgar Allen Poe-

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Let's build our own calculator!
« Reply #145 on: August 06, 2010, 03:46:25 pm »
I'm sure someone will. If not someone, then a group of people can do it or something.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Let's build our own calculator!
« Reply #146 on: August 06, 2010, 03:49:42 pm »
My suggestion is to ask SirCmpwn what he thinks. If he thinks his OS will work, then we'll use it. Otherwise, we definitely need a smart person/smart group
to design a new OS. OS designing is a lot harder than it looks, especially for the kernel part, so beware. :)
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Let's build our own calculator!
« Reply #147 on: August 06, 2010, 03:50:28 pm »
I would be happy to participate.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline matthias1992

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 408
  • Rating: +33/-5
    • View Profile
Re: Let's build our own calculator!
« Reply #148 on: August 06, 2010, 04:06:31 pm »
Me too but once again I am not that good at z80 assembly. There is no lack of will only lack of know-how.
MASM xxxxxxxxxx aborted | SADce ====:::::: 40% -Halted until further notice| XAOS =====::::: 50% -Units done| SKYBOX2D engine ========== 100% -Pre-alpha done. Need to  document it and extend |

~Those who dream by day are cognizant of much more than those who dream by night only. -Sir Edgar Allen Poe-

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Let's build our own calculator!
« Reply #149 on: August 06, 2010, 04:23:03 pm »
I would be happy to participate.

Great! :) Hopefully you know how to design kernels and such... ;)

For anyone, everyone in general:

OTARM will be using BeagleBoard xM, which looks like this:


Side view:


Drooling? ;) Interesting, isn't it? Of course, you won't see every single feature in the final one, but expect to see most interesting stuff. ;)
Cost: $179 (http://search.digikey.com/scripts/DkSearch/dksus.dll?PName?Name=296-25798-ND&Site=US&Lang=EN)

OTZ80 will also need a dev kit for a base to work on.
You can see them here: http://digikey.com/PTM/PTMPartList.page?site=us&lang=en&ptm=6200&WT.z_ptm_structured=Buy%20Now%20Button

Kits range around $99 to $400. (Chip is MUCH cheaper though. Dev kits are always expensive, and they don't represent the final product's price.)
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)