Remote “ON STAGE” LED sign

How to remotely switch a LED sign via Bluetooth Low Energy @ 0.4mA standby current.   I had the issue at home with a wife at parental leave and a child to actively show when I’m not available. In theory I have my separation and the respect to have my room for doing my daily … [Read more…]

Spotlight – Erheblicher Energieverbrauch

Was macht Spotlight, wenn dieses unter “Erheblicher Energieverbrauch” angezeigt wird? Man kann mit folgendem Befehl im Terminal weitere Informationen erhalten, welche Bereiche Spotlight grade neu indiziert: sudo fs_usage -w -f filesys mdworker | egrep “open” Möchte man komplett alles neu indizieren, dann hilft folgender Befehl im Terminal: sudo mdutil -E /

Installing Docker on Raspberry Pi

Add following parameters in /boot/cmdline.txt for example editing with nano and reboot raspberry pi Now install docker It makes sense to install Portainer for managing docker inside of a website http://raspberrypi.local:9000/ Installing Portainer can be done in docker itself (www.portainer.io) See official Images for supported architectures: arm32v5 in theory all Raspberry Pi models arm32v6 like … [Read more…]

Hallo Accso

Der Winke-Codi ist ein privates Projekt von mir, das als Willkommensgruß zur Einstellung bei Accso gedacht war. Jedoch gibt es ein paar erwähnenswerte Technologien, die den Winke-Codi auch für die Industrie interessant machen. Der Winke-Codi nutzt ein raw-embedded C/C++ ESP8266 Mikrocontroller mit WLAN von Espressif. Die Idee ist es den Winke-Codi zu animieren, sobald jemand … [Read more…]

SRCP Client für iOS

Mein SRCP Modellbahn Client für iOS hat das Licht entdeckt. Derzeit noch nicht im AppStore, aber schon im Betrieb auf iPhone und iPad in der Entwicklungsphase. Eine erste Version ist im Apple TestDrive verfügbar. Beta-Tester können sich gerne unter srcpclient_beta@io-expert.com melden, damit ich deren Apple ID für das Beta-Testing freigeben kann. Um so mehr Feedback ich von … [Read more…]

Downloading older versions of macOS

Apple digitally signs the installers used by its software updates. The certificates Apple used to sign these installers have expiration dates which is causing old installers are no longer working. But there is a trick to still download old installers. Apple has re-signed and re-released older installers, giving them a new expiration date of 14 … [Read more…]

Simpler Mini Booster für die Modelleisenbahn mit MAX14870

Für Modelleisenbahn gibt es von den verschiedensten Herstellern Booster, um digitale Protokolle auf die Schiene zu bringen. Ich möchte in diesen Beitrag darauf eingehen, wie man sich möglichst klein und günstig einen eigenen Booster aufbauen kann, der natürlich vom Funktionsumfang sich stark zu komplexen Boostern unterscheidet. Hierzu ist es wichtig zu wissen, dass es verschiedenste … [Read more…]

Apollo3Blue I2S via hardware pattern generator

In my last article I had described the capabilities of Apollo3Blue generating pattern in hardware: http://blog.io-expert.com/hardware-generated-pattern-with-apollo3blue In this article I will go a step deeper inside implementing a full protocol for driving audio: I2S. In general I2S is used to transfer left and right channel data in a 16-bit PCM format for each channel with a … [Read more…]

e-Peas AEM10941 Energy-Harvesting PMIC with Ambiq Micro AM1805AQ PMIC-RTC

  Ultra-Low-Power energy harvesting applications often requires some “black-boxes” for finding the maximum power point between current and voltage consumption to harvest energy, a DC-DC converter to charge a storage element, some LDO for providing the target MCUs operation voltage and some kind of timer to wakeup the application periodically or wakeup by request via … [Read more…]

Apollo2’s hidden USB

Apollo2’s hidden USB is not a hidden hardware feature, but software bit-banging using Apollo2s flexible GPIOs including the capability to drive 1.5k pullup resistors on special pins used with I2C.The following picture shows the connection between MCU and USB port: The solution supports low-speed USB for realizing HID USB transfers for example. One idea is … [Read more…]