Slashdot Mirror


HP Releases Hackable ARM-Based Calculator

mikeselectricstuff writes "HP's 20b business consultant calculator isn't the sort of thing that would normally interest the average Slashdotter, but HP has released a Devkit for it, including schematics and source for a sample application, and they appear to be actively encouraging people to re-purpose it. Maybe the engineers thought a business calculator was just too boring for their hardware? The calculator is based on an Atmel ARM chip, and it has a bootloader and JTAG interface to allow user applications to be written and downloaded, turning a boring calculator into anything you can do within the constraints of the hardware."

11 of 124 comments (clear)

  1. HP calculators by chrysalis · · Score: 3, Interesting

    HP calculators have always been hackable. The 48 S/SX/G/GX calculators had a large and active scene. I spent countless hours coding on it. The Saturn processor was very nice to code on.

    --
    {{.sig}}
  2. Password-Pad by Anonymous Coward · · Score: 4, Interesting

    Might be nice to use it as an password-pad
    and still have an RPN calculator at the same time.

  3. Why? by WillKemp · · Score: 1, Interesting

    I can't see the point of it really. 20 years ago it would have been fantastic. 10 years ago it would have been newsworthy. 5 years ago it might have been vaguely interesting. But now everyone's got laptops and smartphones, what's a fancy calculator going to do that they can't?

    1. Re:Why? by Tacvek · · Score: 3, Interesting

      Any Windows mobile phone can easily be programmed for using the SDK. This does require Visual Studio or some ticks to use the free platform SDK, but most windows developers will already have Visual Studio.

      Once one has the Windows Mobile SDK, one can compile and install applications with absolutely no difficulty. (Almost no providers choose to required signed apps on Windows Mobile phones, and even when they do, the end user can disable that with slight difficulty.)

      --
      Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
    2. Re:Why? by Jeffrey+Baker · · Score: 4, Interesting

      You must have an iPhone. On every other platform (Windows Mobile, Palm, S60, and BlackBerry) you can easily write and deploy your own code.

    3. Re:Why? by cplusplus · · Score: 2, Interesting

      It took me about 6 minutes to create a "Hello World" app and deploy it to my Windows Mobile Smartphone, then run it. And it doesn't take a lot of money, either. Go google "Dev Studio Express" and you can find a lite version of Microsoft's Developer Studio, and you can also download the different Windows Mobile SDKs if you look around.

      --
      "False hope is why we'll never run out of natural resources!" - Lewis Black
    4. Re:Why? by blind+biker · · Score: 3, Interesting

      i did enjoy working as an assembler programmer back in the days of the first home computers

      That's exactly the kind of enjoyment I had in mind. Just to be able to get one pixel on that LCD screen to blink would provide me with some fun. Call me nostalgic, I don't mind; coding close to the HW has always been my passion, ever since the 80's.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    5. Re:Why? by TheRaven64 · · Score: 2, Interesting

      It's pretty common now in the UK. When I was at school, you were allowed programmable graphical calculators as long as you reset them and wiped their memory. I wrote a little app for mine and showed it to the teacher that simulated wiping the memory (same UI in every way - it even included a version of the program list and a few other things that simply showed no programs (I had no way of backing it up, so I lost it when I really did reset mine for an exam). Between things like this, and the fact that most include a backup battery so they don't lose data when you pull out the batteries, it's often easier to just have the school provide calculators. Although, to be honest, it would be better if they'd focus instead on designing exams where they aren't testing the sort of thing where taking in notes would give you an advantage.

      --
      I am TheRaven on Soylent News
  4. Embedded Hardware by lm317t · · Score: 4, Interesting

    The L series is a typical AT91SAM7 32bit chip that should work with the usual openocd toolset. It does not look like HP is using an RTOS like FreeRTOS which, among other things, has a udp/tcp/ip stack that I like to use on the AT91SAM7X series which contain an embedded MAC (no apple fanbois, thats a Medium Access Controller). The code is using IAR compilers :( so you can't just dive in to using the Gnu arm toolchain without some serious homework 1st creating a makefile and tweeking various files.

    The engineers did populate the connectors for the JTAG and provide unpopulated pads for ADC, PWM, SPI, and basic digital I/O, so I would say that anyone looking to get started in embedded electronics could start here, they'd just be locked into using IAR. Also a display is awesome for providing a UI, something most embedded dev kits lack!

    Thanks HP, it really is nice that you guys considered the hacker community as customers.

    --
    EOF
  5. Re:More Companies Should Do This by Registered+Coward+v2 · · Score: 3, Interesting

    Of course most customers will use this as is. I'm thankful that HP isn't so paranoid of what their niche customers might do. The right of people to tweak products to suit their needs is a right that needs to be preserved.

    Considering HP has made available the code to a number of their calculators to allow emulators to run on various platforms, such as WinCE and PalmOS; they're pretty good at taking care of their customers and trusting them.

    Their calculator division, at least, has always truck me as a group run by engineers and people who understand technology as well as how to make it into useful tools.

    I still have my HP-45; and it still runs. The only problem I ever had was trying to use it on a submarine when we rigged for red.

    --
    I'm a consultant - I convert gibberish into cash-flow.
  6. HP Hardware Engineering by DeathOverlord3 · · Score: 2, Interesting

    To me, the most interesting aspect of the dev kit is that the HP calculator group did not even have the engineering resources available internally to draw that simple little schematic and instead outsourced the hardware design to the Taiwanese design and manufacturing house Inventec. Pretty sad that HP - once a premier engineering company - does not even design their own hardware anymore. I also like how they created the pdf version of the schematic with a trial version of some pdf writer.