Shop OBEX P1 Docs P2 Docs Learn Events
P2 board with ePaper display (and WiFi?) — Parallax Forums

P2 board with ePaper display (and WiFi?)

ClemensClemens Posts: 236
edited 2019-04-10 19:21 in Propeller 2
Hi,

During the first sign of life tests of P2, which I was lucky to follow along live, I think I heard Ken say, he was evaluating ePaper displays for a possible P2 board.
Now I'm wondering if we will see a board with that kind of display and I would be very excited if it also had a wifi option.
Another thing that I think I read in the forums a couple years ago was Chip mentioning that the P2 may work as a self-contained system.
So one could just plug in a keyboard and a display and start spinning.

To bring back the simplicity and joy devices like this one had:
Casio_FX-702P_Programmable_Calculator.png

In the company where I work we sometimes build little IoT projects for evaluation or demonstration purposes because one of our main business is designing visual interfaces for embedded devices in machines.
For the last project we used the Arduino MKR 1010 WiFi.
The ease of use of WiFi on that device was impressive for me, but I was really disappointed by the limited number of I/O pins and the restrictions on which one to use for which task.
I remembered how easy it was in my Propeller 1 projects some years ago to control multiple motors, read their encoders, render text onto a display, generate an IR signal to release the shutter of a camera and read some buttons - all at the same time, all in the same chip, without worrying about timing or interrupts.

So no matter what the first board availible for public purchase will look like - I will buy it, as soon as it's available in Germany.
But maybe you could tease a bit on what we can expect ;-)
Thanks,

Clemens

Comments

  • jmgjmg Posts: 15,145
    Clemens wrote: »
    So no matter what the first board availible for public purchase will look like - I will buy it, as soon as it's available in Germany.
    But maybe you could tease a bit on what we can expect ;-)
    Right now, existing boards are P2-ES from Parallax, and Peter's P2D2.
    Neither have inbuilt displays, or display-focused connectors.

    Both are being slightly revised, but not with huge changes to the connectors.

    What I've suggested before, is to add / change to a RaspPi compatible pinout, that picks up lat least SPI/i2c and Power.

    That does not even have to mean a full 40 pin header, as many Displays use a subset-connectors approach (4 way + 10 way)
    Here is an example :

    https://www.ebay.com/itm/New-3-5-TFT-LCD-Touch-Screen-Display-128M-SPI-60Hz-For-Raspberry-Pi-3-B-Zero-W/323407215845?hash=item4b4c927ce5:g:6hgAAOSwtgJbfAJt&frcectupt=true
  • cgraceycgracey Posts: 14,133
    edited 2019-04-10 22:30
    Clemens, that's the kind of thing that I want to make, in principle. Having a machine to work on that really works without hiccups and distractions, where nobody can pull the rug out from under your feet, would be a joy. I think only older people have any concept of what that's about, because everything made in the last 30 years has been increasingly flakey, bloated, and out-of-control, and people have accepted 70% solutions. It's like subsisting under a bad system, where little is certain and you have fleeting property rights. It's no fun, compared to how it COULD be, with decreasing incentive to make anything. We need freedom, instead of entrapment.
  • Clemens wrote: »
    Hi,

    ...I think I heard Ken say, he was evaluating ePaper displays for a possible P2 board.
    Now I'm wondering if we will see a board with that kind of display....
    Thanks,

    Clemens

    Some good news...
    Unofficially, it looks like an ePaper display is coming to the Parallax store soon... I spotted the Blockly code being tested in the last few days, and the product docs look close to completion.

    Might make for an interesting Easter treat!
  • ClemensClemens Posts: 236
    edited 2019-04-11 21:54
    Rayman wrote: »

    Thanks for the link Rayman, I only visited the forums occasionally in the last few years, so I missed a lot of great projects ;-)

    I just noticed that the Wifi module for the Propeller Activity Board WX uses the ESP8266
    There are some ePaper Modules that use ESPs as controllers, like this one:



    So if I'm not mistaken, this module as a companion part could provide both an epaper display and WiFi for P2 at the same time?



    Thanks jmg,
    yes, it's a good idea to look at standards (or set new ones)
    I like the concept of the micro:bit as well, that can inserted into auxilary boards:
    img_9856.jpg

    Maybe that could be a concept too, a basic P2 module that can be inserted into a Display/WiFi module.
    Then there could be all kinds of adapters, for breadboards etc.

    img_8990.jpg


    Chip, I'm happy to hear, that this is still on your mind.
    I hope, it's not just us old guys who would apreciate a smaller gap between the machine to be programmed and the programming machine.
    The industry constantly searches for easier and more intuitive ways to program machines:


    So if this guy can teach his Kuka Robot and adjust the learned values on a neat monochrome display, why do I have to hook up a pc to program a Lego Mindstorms Robot?
    ;-)


    Thanks for the Infos Publison and VonSzarvas!
Sign In or Register to comment.