MagicPoi – slow progress

Announcement:

The factory where MagicPoi were being developed had a fire last month! All of the prototype poi melted, so all I have left is my breadboard version. This is going to cause some delays..

Updates:

  • The Magic Poi website now saves .bin files for every image uploaded. This is accessible via an api which I am working on accessing from the ESP32 and ESP8266. The .bin files are byte compressed images for display on the poi.

    Example – list all shared .bin files on the server:
    curl http://magicpoi.circusscientist.com/api/get-filenames

    One thing to note is that for testing purposes, all new .bin files are shared now. Please be aware that your images could be accessed (temporarily). This is because authentication is an extra step, so I’m working on the basic functionality first, with a public folder. The authentication works using jwt and I am having to access it from Java and C++. I already have a working Arduino test code which implements jwt correctly – security is important, so I want to do it right. One problem I already had to overcome is the fact that LittleFS file system has a limit of 31 characters for filenames (including path). The randomly generated filenames on the server are longer than this.
  • Not sure if I mentioned this before, the SmartPoi “Upload for offline use” option in the Android app doesn’t upload the whole image at the moment. I am not sure why, perhaps it’s something to do with the timing loop moving to the next image too fast.
    This option is going to be replaced by the web api anyway, so it’s not a priority, but I have compiled a desktop app which I use for converting and uploading (Linux only). You can get that for 36px here or 72px here – it can upload 20 images, just drag and drop your pics (need to be 90 degrees rotated, unlike the website) onto the window, connect to Poi AP and press “Upload”. You need to extract it and run from the command line but it should work on any Linux distro (tested on Ubuntu and Arch).
    At some point I will probably get annoyed at having to use my Laptop to upload images and fix the app though. Do email me if you need this for Windows, I might be persuaded to compile it for you using a VM if you ask nicely.
  • With the new APA102 2020 version being more available now, when Magic Poi is eventually launched it will have at least 100px, I’m thinking 128 is a good number but don’t quote me.
  • You may have noticed all of the hype around AI lately. A few years ago I used GAN with PyTorch to generate images for the poi (after training with around 100 poi pics, probably not enough). It was a big fail, but maybe it’s time to take another look. Would it be cool if you could just tell your poi what type of image you want to display, and it did it instantly?
    I do already have loads of Processing sketches I made to try and computer generate nice pics (some are on the Android App).

Feedback is always welcome.

2 thoughts on “MagicPoi – slow progress”

  1. Thanks for doing all this work! I don’t know if you remember me.
    I had hoped to be contributing but got pulled into a paying job.
    I’ll be keeping up now here and looking forward to contributing this year.
    Do you have a way to directly contribute to website $$$ support without AliExpress getting most of it?
    Gavin
    StL USA

    1. Hi, Gavin

      Thanks so much for your kind words. I definitely remember your emails regarding POV projects – I have a long term plan to put the Magic Poi and other projects for sale directly as a kit version (since the factory idea is not happening anymore for now), possibly via Tindie. Currently there isn’t a way to support me directly with $$$, but my entertainment business is doing great since the pandemic ended, so no worries there.

      Right now I am working on three projects which I hope to release on Tindie in order: LED Website Indicator, Magic Poi Lite and Magic Poi 128px. They are all related projects and I am bulding up to the full product, learning more every day. I will keep you updated via the mailing list.

Leave a Reply

Your email address will not be published. Required fields are marked *