Post Reply 
Re: Arduino HP-25 Simulator
04-02-2022, 10:06 AM (This post was last modified: 04-02-2022 10:07 AM by Maximilian Hohmann.)
Post: #6
RE: Re: Arduino HP-25 Simulator
Hello!

(04-02-2022 03:12 AM)Paul Dale Wrote:  Changing the processor is unlikely to make a difference.

Yes, but an Arduino Due will at least provide plenty of memory to install an arbitrary precision math library which is hard (or even impossible) to fit into the memory of an Arduino Uno.

Be aware that the Arduino Due has 3.3V pins as opposed to the 5V of the Uno. Make sure that your LCD touchscreen complies with that. Some Arduino shields can be set to either 3,3V or 5V by a jumper or solder bridge. The Due board has no protection against overvoltage, if the display shield has 5V on any of it's pins it will destroy the Arduino (I learnt that the hard way...).
If the screen is not compatible, an Arduino Mega board might be an alternative to the Due. It has 5V pins and a lot more memory than the Uno, so fitting a math library like this one https://bellard.org/libbf/ should be no problem.

Regards
Max
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Re: Arduino HP-25 Simulator - teenix - 03-23-2022, 08:00 AM
RE: Re: Arduino HP-25 Simulator - TellyS - 03-23-2022, 03:28 PM
RE: Re: Arduino HP-25 Simulator - TellyS - 04-01-2022, 07:44 PM
RE: Re: Arduino HP-25 Simulator - Maximilian Hohmann - 04-02-2022 10:06 AM
RE: Re: Arduino HP-25 Simulator - TellyS - 04-02-2022, 03:33 PM
RE: Re: Arduino HP-25 Simulator - TellyS - 04-02-2022, 03:29 PM



User(s) browsing this thread: 1 Guest(s)