Post Reply 
HP Calc with good IR transmitter
03-27-2023, 09:07 PM
Post: #1
HP Calc with good IR transmitter
Which of the HP calculators would I be best to get if I want it to be as cheap as possible but having a decent IR comms port? I say decent, as the HP 50g's IR wasn't as good as others.
Find all posts by this user
Quote this message in a reply
03-27-2023, 09:29 PM (This post was last modified: 03-27-2023 09:29 PM by brouhaha.)
Post: #2
RE: HP Calc with good IR transmitter
(03-27-2023 09:07 PM)matalog Wrote:  Which of the HP calculators would I be best to get if I want it to be as cheap as possible but having a decent IR comms port? I say decent, as the HP 50g's IR wasn't as good as others.

Decent for what? Probably none of them.

All of them are deliberately designed to have very short range. They're intended for use with an 82240 printer up close, or a second calculator up close and directly head-to-head.
Find all posts by this user
Quote this message in a reply
03-27-2023, 09:52 PM (This post was last modified: 03-27-2023 09:54 PM by Allen.)
Post: #3
RE: HP Calc with good IR transmitter
(03-27-2023 09:07 PM)matalog Wrote:  ...as cheap as possible but having a decent IR comms port?...
I think the cheapest IR port available is likely the 17BII (original gold bezel from the 1990s and early 2000s). Average strike price now with shipping is usually under $25 USD. (post covid inflation adjusted numbers). Can't do much with it other than print.

The HP 48G/G+/GX has the ability to control the IR output with a little more fidelity. I used to turn on (and off) the CRT TV in a high school class room at a rage of ~7m using my HP 48G and the brilliant Remote program. The teacher thought the TV was broken because it would only ring from the CRT and never actually display anything. Smile

If I recall correctly, only the receiver element was handicapped to prevent cheating on tests.. the transmitter seemed to function at a decent range, depending on what you were doing.

17bii | 32s | 32sii | 41c | 41cv | 41cx | 42s | 48g | 48g+ | 48gx | 50g | 30b

Find all posts by this user
Quote this message in a reply
03-27-2023, 10:03 PM
Post: #4
RE: HP Calc with good IR transmitter
I don't mind too much about the range, I could work 5or 10 cm away from receiver for the project I am working on.

I just need to have control of the IR LED, to modulate it once every 3 milliseconds, say.

Could I do that with a 50g?
Find all posts by this user
Quote this message in a reply
03-27-2023, 10:09 PM (This post was last modified: 03-27-2023 10:13 PM by Allen.)
Post: #5
RE: HP Calc with good IR transmitter
(03-27-2023 10:03 PM)matalog Wrote:  Could I do that with a 50g?

If you want to reverse engineer Bjorn's code and port it in assembly language to a new platform? Maybe?

Much depends on the gain (optical, coding and otherwise, along with error correction) at the RX end, along with considerations for ambient noise you may want to consider (sunlight for example?) and free space pathloss, etc..

Calculating range for communications systems often involves an estimated link budget, not just transmitter specifications.

17bii | 32s | 32sii | 41c | 41cv | 41cx | 42s | 48g | 48g+ | 48gx | 50g | 30b

Find all posts by this user
Quote this message in a reply
03-27-2023, 10:36 PM (This post was last modified: 03-27-2023 10:36 PM by brouhaha.)
Post: #6
RE: HP Calc with good IR transmitter
(03-27-2023 10:03 PM)matalog Wrote:  I just need to have control of the IR LED, to modulate it once every 3 milliseconds, say.
Could I do that with a 50g?

That might be workable, but note that your software modulation will essentially be on-off keying (OOK) of a 32.768 kHz carrier, or an IRDA serial stream. The 48 did that in hardware; in the 49 and 50 it might be hardware, ARM code, or some combination of both, as part of the ARM code "operating system" of those models.

How precise does your 3ms interval need to be? It's difficult to get precision timing on the 49 and 50.

Allen mentioned the original 17BII. That uses Saturn, and the hardware can only do OOK of the 32.768 kHz carrier. To use that for your own OOK modulation, you'd have to write Saturn assembly, and poke it in and execute it via the memory viewer. The 28S might be better as you can call Saturn assembly from user RPL, like the 48/49/50.

If you're willing to write ARM assembly (or C compiled to ARM code), it's possible that the Swissmicros DM-42 might be able to do what you need, but it isn't cheap.
Find all posts by this user
Quote this message in a reply
03-28-2023, 06:49 AM
Post: #7
RE: HP Calc with good IR transmitter
The timing can use anything between 2 and 4 milliseconds delay between each modulation.

I have a 49 and a 50g, which would be better?
Find all posts by this user
Quote this message in a reply
03-28-2023, 01:59 PM
Post: #8
RE: HP Calc with good IR transmitter
(03-28-2023 06:49 AM)matalog Wrote:  I have a 49 and a 50g, which would be better?

I don't think there would be much difference.
Find all posts by this user
Quote this message in a reply
03-29-2023, 08:37 PM
Post: #9
HP 95LX palmtop has powerful IR transmitter
The clamshell palmtop model HP 95LX is provided with a robust infrared transmitter. In the past, I had a free program for using this device as a TV remote control and it worked from across a 20 foot room.

Follow-on models (100LX and 200LX) changed to a considerably lower power IR transmitter, although those models could also operate serially at considerably higher speeds.
Find all posts by this user
Quote this message in a reply
03-31-2023, 01:02 PM
Post: #10
RE: HP Calc with good IR transmitter
Just curious...
Why the requirement to use a calculator?

-J

[35/45/55/80/70/65/67/67T/97/97S/91/92/21/22/27/25C/29C/19C/10/
31E/32E/33C/34C/37E/38C/41CX/71B/28S/19BII/12C/15C/33S/35S/32SII/
48GX/50G/Prime/DM42]
Find all posts by this user
Quote this message in a reply
Post Reply 




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