You can help CodeWalrus stay online by donating here. | New CodeWalrus | Old (dark mode) | Old (light) | Discord server

RPN-Calculator

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

0
b/Hardware publicado por u/DarkestEx February 03, 2017, 10:16:54 PM
Hello everyone!

For many weeks I have been working on a custom and completely hand-built calculator.

So let's start with some eye-candy first ;D

[spoiler=More Images ;)]




[/spoiler]

The Software is still in the works and nowhere near done.
For the CPU I am using an STM ARM CPU which is overclocked to 96 MHz. It also has USB, an SD Card, a Serial / IO port, a 2200mAh LiPo, a Status LED, a Nokia 5110 LCD and a 3x4 keypad.

I hope you like it :)
Inicia sesión o crea una cuenta para dejar un comentario
u/Snektron February 03, 2017, 10:48:23 PM
Looks pretty impressive :o nice job
u/Dream of Omnimaga February 05, 2017, 04:52:03 PM
This looks absolutely fantastic and actually professional (old school too lol). Nicely done and I'm glad it's coming to frution. How far from being done is the software? What's functional in it so far?


Does the calculator produce some heat by the way? You could maybe add some holes on the back of the case near the sides for ventilation (although I'm unsure if it would require adding protection against dust).
u/DarkestEx February 05, 2017, 06:16:30 PM
Quote from: Snektron on February 03, 2017, 10:48:23 PM
Looks pretty impressive :o nice job
Quote from: DJ Omnimaga on February 05, 2017, 04:52:03 PM
This looks absolutely fantastic and actually professional (old school too lol). Nicely done and I'm glad it's coming to frution. How far from being done is the software? What's functional in it so far?
Thanks a lot ;D
The Software is in a very early stage. I might actually start from scratch again, so that the Software might be used in a future community calculator. If so, I would make it open source from the very beginning on. The Software would still be monochrome Screen only, however, I don't see a huge need for a color screen to be honest.
So far there is a simple four function calc that works well, but has no interesting features except for the Keyboard entry which is working really well and seems to be fairily intuitive.
I forgot to mention that I will be porting Claw to it when that one is ready :)

Quote from: DJ Omnimaga on February 05, 2017, 04:52:03 PM
Does the calculator produce some heat by the way? You could maybe add some holes on the back of the case near the sides for ventilation (although I'm unsure if it would require adding protection against dust).
Actually I don't think it produces any heat really. The only suspect is the screen which is exposed to the outside anyways and can cool off easily and the battery charger, which can cool off after the charge. The CPU is not getting warm.
Thanks for suggesting, anyways. :)
u/garvalf February 13, 2017, 08:28:08 AM
that's very cool and very professional looking! Good luck with the software.
u/DarkestEx February 17, 2017, 03:46:30 PM
Quote from: garvalf on February 13, 2017, 08:28:08 AM
that's very cool and very professional looking! Good luck with the software.
Thanks! I am actually progressing with said software quite well :)
u/Dream of Omnimaga February 17, 2017, 05:28:23 PM
Glad to see it's progressing. What does still need to be done?
u/DarkestEx February 27, 2017, 06:00:29 PM
I have added most functions that CW-members suggested to me.
Currently, all basic scientific calculator functionality is present:
[spoiler=List of implemented (maths) commands]  SOP_ADD,
  SOP_SUB,
  SOP_MUL,
  SOP_DIV,
  SOP_MOD,
  SOP_INC,
  SOP_DEC,
  SOP_POW,
  SOP_EE,
  SOP_SQ,
  SOP_SQRT,
  SOP_LOG10,
  SOP_LN,
  SOP_LOG,
  SOP_FAC,
  SOP_ABS,
  SOP_NEG,
  SOP_SGN,
  SOP_INV,
  SOP_SIN,
  SOP_COS,
  SOP_TAN,
  SOP_ASIN,
  SOP_ACOS,
  SOP_ATAN,
  SOP_SINH,
  SOP_COSH,
  SOP_TANH,
  SOP_ASINH,
  SOP_ACOSH,
  SOP_ATANH,
  SOP_PI,
  SOP_E,
  SOP_TAU,
  SOP_DUP,
  SOP_CPY,
  SOP_POP,
  SOP_SWP,
  SOP_RAND,
  SOP_ROUND,
  SOP_IROUND,
  SOP_FLOOR,
  SOP_CEIL,
  SOP_FPART,
  SOP_MIN,
  SOP_MAX,
  SOP_DEG,
  SOP_RAD,
  SOP_FLAGS[/spoiler]

I will make a Video soon :)
Also, I am working on a snake game that will run on said calculator.
u/WholeWheatBagels February 27, 2017, 06:08:49 PM
How are symbols and stuff entered if there is only the simple numpad?
u/Snektron February 27, 2017, 09:52:13 PM
Cool! Will you also add graphing functionality?
u/DarkestEx February 27, 2017, 10:10:31 PM
Quote from: Snektron on February 27, 2017, 09:52:13 PM
Cool! Will you also add graphing functionality?
Thanks :)
I am indeed planning to add graphing functionality. But none of the complex algorithms though.

Quote from: WholeWheatBagels on February 27, 2017, 06:08:49 PM
How are symbols and stuff entered if there is only the simple numpad?
That's actually one of my favorite parts. All the menus are very conveniantly organized. Have a look at the video below :)

u/Yuki February 27, 2017, 10:14:29 PM
That's a pretty cool thing here :D
u/Dream of Omnimaga February 27, 2017, 11:50:53 PM
OMG... if the screen was black with slightly larger res+terminal green fonts, this would totally look like one of those devices from early 80's sci-fi movies. I like it so far as it is, though, and I like the backlit screen. Good job so far :)
u/DarkestEx April 01, 2017, 08:29:59 PM
During march the software has improved a lot. I am also going to make it portable to other platforms eventually.
u/DarkestEx April 30, 2017, 10:25:38 AM
The RPN-Calculator is making progress. I am currently working on a port of GNUMP (which allows huge numbers and accurate fractions) and in the meantime I have improved time keeping and started working on the settings menu.
I can't wait to release a new video or at least some pictures soon.
Eventually, if there is interest, I will also write a building tutorial if anyone would like to build one of these on their own ;)

The primary new software features are a better operating system kernel and pixel graphics :)
Last Edit: April 30, 2017, 10:31:46 AM by DarkestEx
Start a Discussion

b/Hardware

Building a robot, some old-school handheld or other piece of hardware? This is the section to showcase it.

56
Topics
Explore Board
Website statistics


MyCalcs | Ticalc.org | Cemetech | Omnimaga | TI-Basic Developer | MaxCoderz | TI-Story | Casiocalc.org | Casiopeia | The Museum of HP Calculators | HPCalc.org | CnCalc.org | Music 2000 Community | TI Education | Casio Education | HP Calcs | NumWorks | SwissMicros | Sharp Calculators
Powered by EzPortal