The Association of Model Submariners.

Would you like to react to this message? Create an account in a few clicks or log in to continue.

* THE FORUM FOR ALL THOSE INTERESTED IN BUILDING AND OPERATING MODEL SUBMARINES *



Join the AMS - Registered Forum users can become members of the AMS and it's free ...... To join send an email with your name , address and phone number to amstreasure@googlemail.com


For a guide to past events see the "Shows and Events" section.
Bournville MBC on Sunday 11th August 2024, 10.00 i
::::

Papplewick Pumping Station Sub Weekend, 14th & !5th Sept 2024

P~~~

$$$

Who is online?

In total there are 25 users online :: 0 Registered, 0 Hidden and 25 Guests :: 1 Bot

None


Most users ever online was 180 on Tue Nov 05, 2019 6:03 am

Latest topics

» David Forrest's R class
Raspberry Pi Pico + ePaper display hat  EmptyFri Jul 19, 2024 1:00 pm by david f

» Futaba -868/915mhz equipment
Raspberry Pi Pico + ePaper display hat  EmptySun Jun 09, 2024 10:47 pm by tsenecal

» Darnell type 21 submarine, need some help
Raspberry Pi Pico + ePaper display hat  EmptySun Jun 09, 2024 9:35 am by Deep Diver (Fred)

» Robbe Seawolf V2
Raspberry Pi Pico + ePaper display hat  EmptySat Jun 01, 2024 1:15 am by geofrancis

» bladder bags
Raspberry Pi Pico + ePaper display hat  EmptyTue May 28, 2024 8:30 am by Deep Diver (Fred)

» WW2 mini sub build
Raspberry Pi Pico + ePaper display hat  EmptyWed May 22, 2024 8:10 am by david f

» Peral Submarine of 1888
Raspberry Pi Pico + ePaper display hat  EmptyMon May 20, 2024 1:00 pm by david f

» U-Boat R/C?
Raspberry Pi Pico + ePaper display hat  EmptySun May 19, 2024 11:02 am by stig58

» Cheap Arduino Auto leveler
Raspberry Pi Pico + ePaper display hat  EmptySat May 11, 2024 6:53 pm by 17b

Statistics

Our users have posted a total of 12476 messages in 1986 subjects

We have 1017 registered users

The newest registered user is Bazdiving

4 posters

    Raspberry Pi Pico + ePaper display hat

    david f
    david f
    AMS Treasurer


    Posts : 2406
    Join date : 2010-11-10
    Age : 73
    Location : Cumbria

    Raspberry Pi Pico + ePaper display hat  Empty Raspberry Pi Pico + ePaper display hat

    Post  david f Sat Apr 02, 2022 10:24 am

    Raspberry Pi Pico + ePaper display hat  20220410

    I have been having a go with these, with the aim of using it to display telemetry without problems of visibility in sunlight. (Yes, we do get some in Northern England!)

    It is a neat e paper unit that plugs directly into the Pico (which ARE cheap) BUT the software side is not very easy.

    C was not easy to use on it but Python (which I don't know very well) was much more straightforward. It seemed to be much better setup for use with a Raspberry Pi than a Windows machine. That's no surprise really.

    LATER EDIT (Aug 2022) : Using Python on the excellent Thonny IDE has given better results running on Windows 11. (C using Visual Studio Code 2019 is still very fiddly.) The problem is that the there are not many Python examples in the Waveshare source so the e paper screen gives the data in a small font with a lot of garbage! Just about usable but can be read in sunlight with reading glasses!

    LATER LATER EDIT (Aug 2022) : Spoke too soon! Thonny 4 has stopped working with the following error message. "Unable to connect to COM20: port not found. Process ended with exit code 1." Back to the Arduino I think and it's nice IDE.

    I really disliked the way that you have to upload software to the Pico. (You plug it in while pressing a button on the back. Very tedious but I see that people are looking at software solutions.)

    So I ended up going back to an Arduino. (As you can see in the photo) You realize how well developed the Arduino IDE is and with all that support from the Community.

    It turns out that the e Paper support is  a bit limited too so I think my new Telemetry display will be a little slow in development!

    So I think I will have a look at the Pico again when it matures a little.

    David


    Last edited by david f on Fri Aug 26, 2022 9:24 am; edited 4 times in total

    geofrancis likes this post

    avatar
    geofrancis


    Posts : 293
    Join date : 2021-09-24

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  geofrancis Sat Apr 02, 2022 11:21 am

    I remember seeing this a while ago, it might be usefull
    https://www.youtube.com/watch?v=lqXqavwmACQ

    david f likes this post

    david f
    david f
    AMS Treasurer


    Posts : 2406
    Join date : 2010-11-10
    Age : 73
    Location : Cumbria

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  david f Sat Oct 21, 2023 9:44 am

    I have just "dusted-off" this project. (Partly inspired by my recent introduction to the RP2040 Zero. Thanks geofrancis & Tim.)

    I am pleased to say that the ePaper screen project is going again using the latest version of Micropython and Thonny 4.1.3 running on Windows 11.

    By Googling for information, the "Unable to connect to COM20: port not found. Process ended with exit code 1."  error seems to have been a bug which has now just gone away!

    David

    SimonH likes this post

    avatar
    geofrancis


    Posts : 293
    Join date : 2021-09-24

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  geofrancis Sun Oct 22, 2023 5:37 pm

    david f wrote:I have just "dusted-off" this project. (Partly inspired by my recent introduction to the RP2040 Zero. Thanks geofrancis & Tim.)

    I am pleased to say that the ePaper screen project is going again using the latest version of Micropython and Thonny 4.1.3 running on Windows 11.

    By Googling for information, the "Unable to connect to COM20: port not found. Process ended with exit code 1."  error seems to have been a bug which has now just gone away!

    David

    the rp-2040 is quite unique in how they load the software, most boards use serial or DFU but these actually show up as a removable usb drive when in bootloader mode and ardino just copies the file to it. You dont have to hold the button and plug them in to flash them, you can just press both buttons with your thumb (flash and reset) then let go of reset before the flash button and it will start it bootloader mode.

    david f likes this post

    avatar
    tsenecal
    Guest


    Posts : 314
    Join date : 2015-04-01

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  tsenecal Fri Oct 27, 2023 3:28 am

    I feel your pain guys. I just spent over an hour trying to get a silabs based device to speak to a newly purchased windows micro sized desktop pc. i gave up. there does not appear to be a driver for that device compatible with windows 11. I have never had this level of frustration getting all the different 32bit arm devices working in linux. the plan had always been to get the windows install setup, then turn it into an image, wipe the device, install linux, then make a vm with the original image... but a lot of work for a SINGLE piece of software that doesn't work better in linux.

    david f likes this post

    avatar
    geofrancis


    Posts : 293
    Join date : 2021-09-24

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  geofrancis Fri Oct 27, 2023 8:49 am

    What si device is it ? USB serial? I just spent a day trying to get ubuntu installed onto a lenovo desktop, but turns out the bios wont look for any UEFI files anywhere other than the default windows directory so nothing works.

    david f likes this post

    avatar
    tsenecal
    Guest


    Posts : 314
    Join date : 2015-04-01

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  tsenecal Fri Oct 27, 2023 3:18 pm

    geofrancis wrote:What si device is it ? USB serial? I just spent a day trying to get ubuntu installed onto a lenovo desktop, but turns out the bios wont look for any UEFI files anywhere other than the default windows directory so nothing works.


    yep, its the usb<->serial chip in one of my new radios, the problem is that there is clashing documentation as to which chip it actually is. two different drivers were installed to cover both possibilities, and one driver refuses to work (apparently not compatible with win 11), and of course it appears that driver is the one i need.

    interesting that your bios is set up that way, i have had no problems getting ubuntu installed on the two lenovo laptops i have. I don't know if i will be installing ubuntu or mint on the midget puck, but win 11 is definitely not staying.
    david f
    david f
    AMS Treasurer


    Posts : 2406
    Join date : 2010-11-10
    Age : 73
    Location : Cumbria

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  david f Mon Oct 30, 2023 1:21 pm

    I tried the ePaper display (Waveshare Pico ePaper 2.9) this Sunday whilst sailing the Russian Nordenfelt using LoRa on 458Mhz.

    Well, it is quite readable in bright sunlight (we had a little!) and the display maintaining the data when turned off is interesting. You can see the Telemetry return of 10 volts battery voltage.

    However the readability of the display - font size, in particular could be improved. I  needed my glasses!

    I have read somewhere that using different fonts is tricky with ePaper and the Pico? Memory available?

    Raspberry Pi Pico + ePaper display hat  20231025

    Raspberry Pi Pico + ePaper display hat  20231024

    More coding work needed.

    David

    tsenecal and geofrancis like this post

    avatar
    SimonH


    Posts : 92
    Join date : 2020-09-29
    Location : Nottingham, UK

    Raspberry Pi Pico + ePaper display hat  Empty Re: Raspberry Pi Pico + ePaper display hat

    Post  SimonH Fri Nov 10, 2023 11:25 am

    I shall follow this as I was thinking of swapping to a raspberry pi variant as the Arduino doesnt have enough power and I would like to add more s/w capabilities to my next project (pool-side adjustment via blue-tooth, more s/w configuration, level/depth keeping etc. etc.)

      Current date/time is Sat Jul 27, 2024 7:16 am