P2 board with ePaper display (and WiFi?)
Clemens
Posts: 236
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:
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
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:
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
https://forums.parallax.com/discussion/158160/p8x32a-and-pervasive-display-2-7-264-x-176-117-dpi-code-samples
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
https://www.adafruit.com/product/4086
https://www.adafruit.com/product/4098
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!
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:
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.
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!