the story behind pi3g
Back in 2012 the story of Maximilian and the Raspberry Pi started. He was excited when he got his first Pi and also saw the great potential for further development in it.
Then PiCockpit was born to make using and managing the Pi easier and more accessible for everyone.
Maximilian has always been interested in computers and believed that they are a lever to improve everything in the world - for example in medicine.
Over the years, Maximilian's work has grown and new fields of expertise have emerged...
working at pi3g
In our blog you can expect blog posts about technology and business topics, of course about the Raspberry Pi, but also a wide variety of topics related to Industrie 4.0, IoT, and machine learning - for example about the popular MQTT protocol, Python and Linux embedded development, and much more. Blog entries are not scheduled and not in particular order - the topics are an eclectic mix of what comes up in real life of a company engaged in machine learning & Raspberry Pi embedded adventures.
We are happy to write about special topics that are not so well-documented elsewhere.
If you have any suggestions, we are happy to discuss current topics with you and are always ready to brainstorm workable solutions with you.
vue.js history vs hash mode on a subpath
In case you are mounting your vue Router not on the root page, but a “subpath”, there is an important difference in the behavior of Vue Router in history and hash mode.History modeIf you want, for example, to use https://picockpit.local/debug/ to have the Vue Router live on, in history mode:The following routes{ path: ‘/’, component:…
read moreHow to use catch all routes with Kemal
For a Vue.js single page application – at least on a SUB URL of our page – we want a catch all on our server, which will always render the same template / HTML output to the browser. Kemal is internally based on Radix for routing: https://github.com/luislavena/radix Radix has a Catch All / Glob character:…
read moreKyocera FS-4200DN nicht original Toner drücken Sie die Tasten OK und Abbrechen gleichzeitig
Heute hat mein Kyocera FS-4200DN die Warnung angezeigt (sinngemäß) “Toner ist nicht original. Der Hersteller kann keine Verantwortung übernehmen. Drücken Sie die Tasten OK und Abbrechen mindestens 3 Sekunden gleichzeitig um fortzufahren.” Diese Warnung wird angezeigt nachdem man den Knopf “Hilfe” drückt. Das Problem was mich verwirrt hat: der angezeigte Dialog zeigt auch eine Taste…
read morePaho MQTT Client (Javascript), Envoy, VerneMQ: debugging disconnects
After deploying picockpit to my server, a bug was observed: the web frontend would disconnect in very regular intervals. This had not been present on the local development environment. Users of picockpit reported the same bug. I have debugged it today, and applied a hotfix. It turns out it was a timing issue. TL;DR how…
read more