Stumbled upon this recently:
https://www.tindie.com/products/theoldn ... aa9a6723c6
Should be possible to use with comms link, ideally a fully integrated wifi modem would be my preference but I might end up trying one of these. Ideas for use would be remote control of peripherals over wifi along with status reports on the Psion - eg super simple text server connected to say a temp and humidity module in the garden, log on with Psion and get a readout of current temp and humidity etc.
Wifi modem
-
- Posts: 301
- Joined: Tue Jan 03, 2023 7:54 pm
Re: Wifi modem
That module looks very similar to the one I used in the recreation of the Psion Organiser. That would do Wifi or Bluetooth.
I had both working but not at the same time. There should be a demo unit floating around somewhere, I think. Or did I get it back? I can't remember.
The latest boards i did were designed to use a Pico W and have datapack read and write hardware so legacy packs could be used. Unfortunately I
soldered a normal Pico on the first unit I made and the datapack writing is proving to be tricky to get working.
There's a video or two here:
https://youtu.be/_GC4zqrhKq8
I don't know if you've seen that before?
Andrew
I had both working but not at the same time. There should be a demo unit floating around somewhere, I think. Or did I get it back? I can't remember.
The latest boards i did were designed to use a Pico W and have datapack read and write hardware so legacy packs could be used. Unfortunately I
soldered a normal Pico on the first unit I made and the datapack writing is proving to be tricky to get working.
There's a video or two here:
https://youtu.be/_GC4zqrhKq8
I don't know if you've seen that before?
Andrew
-
- Posts: 78
- Joined: Tue Jan 03, 2023 10:03 pm
Re: Wifi modem
Oh that would be such a great solution if you ever manage to get a picoW operating as a datapak and wifi modem working - guess there would be some level shifting both ways to get them talking properly for the datapak part? Do you think it could fit in a standard datapak case if you ever get it working? That would be really handy and compact.
-
- Posts: 301
- Joined: Tue Jan 03, 2023 7:54 pm
Re: Wifi modem
It won't work in a standard datapack as the power isn't on when the pack isn't accessed. You could use special code to prevent that, Isuppose. You can do it in the top slot though:Daren wrote: ↑Mon Jul 17, 2023 5:56 pm Oh that would be such a great solution if you ever manage to get a picoW operating as a datapak and wifi modem working - guess there would be some level shifting both ways to get them talking properly for the datapak part? Do you think it could fit in a standard datapak case if you ever get it working? That would be really handy and compact.
https://youtu.be/qraPyxskW0Q
https://youtu.be/fZV7pnPyx9Q
https://youtu.be/N5yA6YaLCbA
https://youtu.be/QpplPo5gwxs
Obviously the PCB is a breakout version and larger than it needs to be.
The recreation has access to all of the resources of the Psion processor as it runs an emulated ROM so you can look at code execution etc, and it runs wifi and BT.
Andrew
-
- Posts: 32
- Joined: Tue Apr 04, 2023 9:11 am
Re: Wifi modem
just throwing my 2 penneth in, that module on tindie does the same job as this on for rc2014 z80 also on tindie, supplied schematic also
they use esp8266 which is my goto uC for wifi apps Shaun
they use esp8266 which is my goto uC for wifi apps Shaun
You do not have the required permissions to view the files attached to this post.
-
- Posts: 61
- Joined: Sun Apr 23, 2023 5:14 am
Re: Wifi modem
If it’s stupid and it works, it’s not stupid.
You do not have the required permissions to view the files attached to this post.
Last edited by okto on Sun Sep 24, 2023 7:33 pm, edited 1 time in total.
-
- Posts: 61
- Joined: Sun Apr 23, 2023 5:14 am
- Martin
- Global Admin
- Posts: 296
- Joined: Mon Jan 02, 2023 5:18 pm
Impressive
Wow...
So there is a WIFI module connected to a gender changer connected to a 25 pin to 9 pin adaptor connected to a gender changer connected to a Dynasys (DT/Link) Comms Link...
Jaap once had what he called a "Frankenstein's monster of a link" (here) just trying to get USB to serial. I think yours must be the current record holder.
Questions...
(1) What's running on the Organiser?
(1a) Have you written something to intercept the terminal
(2) What's running on the PC?
(3) Can it do standard Comms Link [Transmit] and [Receive} functions?
Also do you know author of the ESP8266-Module-v1.2.PDF?. Do you know who I would contact for permission to put a copy with the schematics (here) in the Technical Reference Manual Page?
I'm continually amazed at what you electronics geniuses can get to work with the simple Organiser.
Sincerely and in good faith
Martin
So there is a WIFI module connected to a gender changer connected to a 25 pin to 9 pin adaptor connected to a gender changer connected to a Dynasys (DT/Link) Comms Link...
Jaap once had what he called a "Frankenstein's monster of a link" (here) just trying to get USB to serial. I think yours must be the current record holder.
Questions...
(1) What's running on the Organiser?
(1a) Have you written something to intercept the terminal
(2) What's running on the PC?
(3) Can it do standard Comms Link [Transmit] and [Receive} functions?
Also do you know author of the ESP8266-Module-v1.2.PDF?. Do you know who I would contact for permission to put a copy with the schematics (here) in the Technical Reference Manual Page?
I'm continually amazed at what you electronics geniuses can get to work with the simple Organiser.
Sincerely and in good faith
Martin
-
- Posts: 61
- Joined: Sun Apr 23, 2023 5:14 am
Re: Wifi modem
This is just the terminal emulator in the Comms Link software.
There's no PC involved, this is the status message from the modem itself, which is set up as a telnet client.
The Dyna-Link ROM appears to be identical to the Comms Link ROM.
[s]I'm not familiar with that particular PDF, but it sounds like it might be from the manufacturer, Expressif?[/s]
It's from the guy who created the RC2014 Z80 computer project: https://rc2014.co.uk/modules/esp8266-wifi-module/
There's no PC involved, this is the status message from the modem itself, which is set up as a telnet client.
The Dyna-Link ROM appears to be identical to the Comms Link ROM.
[s]I'm not familiar with that particular PDF, but it sounds like it might be from the manufacturer, Expressif?[/s]
It's from the guy who created the RC2014 Z80 computer project: https://rc2014.co.uk/modules/esp8266-wifi-module/
-
- Posts: 32
- Joined: Tue Apr 04, 2023 9:11 am
Re: Wifi modem
[quote=
[s]I'm not familiar with that particular PDF, but it sounds like it might be from the manufacturer, Expressif?[/s]
It's from the guy who created the RC2014 Z80 computer project: https://rc2014.co.uk/modules/esp8266-wifi-module/
[/quote]
Yes, indeed that WiFi dev board is for rc2014, I haven't built that board for my system but used esp8266's in this way before
https://rc2014.co.uk/modules/esp8266-wifi-module/
Shaun
[s]I'm not familiar with that particular PDF, but it sounds like it might be from the manufacturer, Expressif?[/s]
It's from the guy who created the RC2014 Z80 computer project: https://rc2014.co.uk/modules/esp8266-wifi-module/
[/quote]
Yes, indeed that WiFi dev board is for rc2014, I haven't built that board for my system but used esp8266's in this way before
https://rc2014.co.uk/modules/esp8266-wifi-module/
Shaun