CodeWalrus

Development => Hardware => Topic started by: DarkestEx on February 03, 2017, 10:16:54 PM

Title: RPN-Calculator
Post by: DarkestEx on 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
(http://i.imgur.com/egSUkFf.gif) (http://i.imgur.com/d5Rsl9L.jpg)
[spoiler=More Images ;)]
(http://i.imgur.com/tsC9Yxb.jpg) (http://i.imgur.com/sn1J2WC.jpg)
(http://i.imgur.com/dQONjIg.jpg) (http://i.imgur.com/KjkqlHM.jpg)
(http://i.imgur.com/J0F1ZvZ.jpg)
(http://i.imgur.com/tYuq2pN.jpg) (http://i.imgur.com/tQAhJKF.jpg)
[/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 :)
Title: Re: RPN-Calculator
Post by: Snektron on February 03, 2017, 10:48:23 PM
Looks pretty impressive :o nice job
Title: Re: RPN-Calculator
Post by: Dream of 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?


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).
Title: Re: RPN-Calculator
Post by: DarkestEx on 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. :)
Title: Re: RPN-Calculator
Post by: garvalf on February 13, 2017, 08:28:08 AM
that's very cool and very professional looking! Good luck with the software.
Title: Re: RPN-Calculator
Post by: DarkestEx on 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 :)
Title: Re: RPN-Calculator
Post by: Dream of Omnimaga on February 17, 2017, 05:28:23 PM
Glad to see it's progressing. What does still need to be done?
Title: Re: RPN-Calculator
Post by: DarkestEx on 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.
Title: Re: RPN-Calculator
Post by: WholeWheatBagels on February 27, 2017, 06:08:49 PM
How are symbols and stuff entered if there is only the simple numpad?
Title: Re: RPN-Calculator
Post by: Snektron on February 27, 2017, 09:52:13 PM
Cool! Will you also add graphing functionality?
Title: Re: RPN-Calculator
Post by: DarkestEx on 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 :)

https://www.youtube.com/watch?v=xD4iRr9QoC8
Title: Re: RPN-Calculator
Post by: Yuki on February 27, 2017, 10:14:29 PM
That's a pretty cool thing here :D
Title: Re: RPN-Calculator
Post by: Dream of Omnimaga on 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 :)
Title: Re: RPN-Calculator
Post by: DarkestEx on 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.
Title: Re: RPN-Calculator
Post by: DarkestEx on 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 :)
Title: Re: RPN-Calculator
Post by: xMarminq_ on April 30, 2017, 03:06:45 PM
Like 22/7+Pi?  ;)
Title: Re: RPN-Calculator
Post by: DarkestEx on April 30, 2017, 03:54:13 PM
Quote from: xMarminq_ on April 30, 2017, 03:06:45 PM
Like 22/7+Pi?  ;)
Haha, not quite ;)
It would be rounded.

But normal fractions with real numbers will be accurate. No more floating point rounding.
Title: Re: RPN-Calculator
Post by: Dream of Omnimaga on April 30, 2017, 08:35:22 PM
Happy to see progress. I can't wait to see the updates in action. Has the design changed since last time?
Title: Re: RPN-Calculator
Post by: DarkestEx on May 08, 2017, 12:39:24 PM
Quote from: DJ Omnimaga on April 30, 2017, 08:35:22 PM
Happy to see progress. I can't wait to see the updates in action. Has the design changed since last time?
The exterior design has not changed and will not change in the future. The user interface has changed in some aspects.

Most changes are under the hood.
I am currently adding WiFi and internet capabilities. There will be a secondary, optional WiFi coprocessor which can be programmed right from the Calculator.
Title: Re: RPN-Calculator
Post by: Dream of Omnimaga on May 24, 2017, 04:24:29 PM
I see. Wi fi support also seems nice ^^