The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,839 other subscribers

Archive for the ‘Network-and-equipment’ Category

MeshCore – Off grid mesh radio communications system

Posted by jpluimers on 2026/06/02

In a world where it becomes increasingly important to think and act on situations where for various communication via traditional means is not that easy any more, then LoRa (Long Range) wireless networks have been steadily gaining ground: they use open frequencies and for some of these networks, their repeater structure is largely ran by communities of volunteers.

Both communities and devices have evolved so far that its not just for early adopters any more: mere mortals can use it too.

In the LoRa area, MeshCore looks to have become the successor of Meshtastic:  [Wayback/Archive] MeshCore – Off grid mesh radio communications system.

The core difference between these two LoRa networks is explained in the Wikipedia article on MeshCore:

MeshCore is often compared with other LoRa-based mesh networking systems such as Meshtastic. While Meshtastic primarily relies on broadcast-style message flooding, MeshCore emphasizes structured routing roles and store-and-forward mechanisms, resulting in different scalability and energy-consumption characteristics.

Communication over the MeshCore network reminds me a lot of three things, in this chronological order:

I think about everything of MeshCore is open source; mostly hosted in the hierarchy at [Wayback/Archive] MeshCore · GitHub.

MeshCore is fairly young which means it will have growth pains, and some hardware pains (like a node being limited to about 500 messages/hour because of physical bandwidth limitations – smaller cells work better than the FidoNet hub/spoke model – see the Dutch section below) but it also cool to see it evolving.

This blog post is going to be long, as a lot of MeshCore information is spread around the interwebz, so there is a lot to link to.

Read the rest of this entry »

Posted in Development, Hardware, IoT Internet of Things, LoRa - Long Range wireless communications network, Network-and-equipment, Power User, Python, Scripting, Software Development, Solar Power | Tagged: , , , , , , , , , , , , , | Leave a Comment »

Analog Audio over Cat 5/6/7 – Building your own panels – YouTube

Posted by jpluimers on 2026/04/27

Interesting blog post on patch panels for audio with XLR connectors and ethernet over twisted pair (best to use shielded cable): [Wayback/Archive] Analog Audio over Cat 5/6/7 – Building your own panels – YouTube.

--jeroen

Posted in 19-inch rack, Appliances, Audio, Ethernet, Hardware, Home Audio/Video, LifeHacker, Media, Network-and-equipment, Power User | Leave a Comment »

Reflection Frame: is there a public API yet?

Posted by jpluimers on 2026/04/09

The display quality of [Wayback/Archive] Reflection Frame is nice, but the there was no public API at the time of writing, so I wonder if there is now.

Public API request initially denied at [WaybackSave/Archive] Reflection Frame: Digital Photo Prints by Creative Design Worx — Kickstarter:

  1. Would you expose some simple REST API that would accept a jpeg or similar? It’s fine if it needs to be pre-dithered. Only interested in this if it can be controlled from Home Assistant, not interested in manually using any smartphone app.
  2. … At this time, we don’t have plans to open-source the connection protocol, as our hardware and firmware are designed as a proprietary system. …

Via [Wayback/Archive] Colour E-Ink Picture Frame – The Reflection Frame – YouTube.

--jeroen

Posted in Development, Hardware, Hardware Interfacing, IoT Internet of Things, Power User, Software Development | Leave a Comment »

Some links on non-official Ring API libraries and tools

Posted by jpluimers on 2026/03/26

There is no official Ring API. But there are libraries and tools around that can talk to a Ring ecosystem, mostly written in JavaScript or Python.

Some links I found:

Read the rest of this entry »

Posted in *nix, *nix-tools, cURL, Development, Hardware, IoT Internet of Things, JavaScript/ECMAScript, Network-and-equipment, Power User, Python, Ring Doorbell/Chime (Amazon), Scripting, Software Development | Leave a Comment »

Link dump on GL.iNet and WireGuard

Posted by jpluimers on 2026/02/20

For my link archive, as these might be useful one day:

WireGuard on Gl.INet devices

Read the rest of this entry »

Posted in GL-AR300M, GL.iNet, GL.iNET GL-SFT1200, Hardware, Network-and-equipment, Power User | Leave a Comment »

Ring Video Doorbell Comparison chart

Posted by jpluimers on 2026/02/16

Yes, I know: Ring and controversy.

Still need to figure out how to replace their ecosystem without shelling out far above 1K of money though, so for now – as our main doorbell is showing deterioration and hoping there would be PoE powered ones – a comparison chart PDF:

Read the rest of this entry »

Posted in Hardware, IoT Internet of Things, Network-and-equipment, Power User, Ring Doorbell/Chime (Amazon) | Leave a Comment »

From Meh to WOW – With 1 “Tiny” Hack! – YouTube – where the comments mention better ways than this convoluted solution

Posted by jpluimers on 2026/02/03

[Wayback/Archive] From Meh to WOW – With 1 “Tiny” Hack! – YouTube shows an interesting but convoluted solution to solve temperature drift on a cheap Tuya WT410-BH-3A-W thermostat (there are similar models, see below) based on the replacement sensor [Wayback/Archive] WSEN-TIDS Temperature Sensor IC & EV-Kits | Sensors | Würth Elektronik Product Catalog.

Luckily the commenters stepped in and suggest better and easier ways.

On the other hand, the solution is nice to know as it allows plugging in a remote thermostat that sits in a better place to read the temperature while the control bits stay in a place where it is easier to manually adjust.

Chapters:

Read the rest of this entry »

Posted in ARM Cortex-M, Development, Domotics/Smarthome, ESP32, ESPHome, Hardware, Hardware Development, Hardware Interfacing, Home Assistant, Homey, IoT Internet of Things, Network-and-equipment, Power User, STM32 | Leave a Comment »

freebsd – Expanding the disk size on pfsense under VMWare ESXi – Unix & Linux Stack Exchange

Posted by jpluimers on 2026/01/30

It’s a tricky process, but I might need this in the future:

–jeroen

Posted in Hardware, Network-and-equipment, pfSense, Power User, routers, Virtualization, VMware, VMware ESXi | Leave a Comment »

A WireGuard Docker Linux Container

Posted by jpluimers on 2026/01/21

This should stau stays pretty up to date over time:

–jeroen

Posted in Cloud, Containers, Docker, Infrastructure, VPN, Wireguard | Leave a Comment »

WireGuard on OpenWRT based GL.iNET: some notes on the `wireguard_watchdog` script

Posted by jpluimers on 2026/01/15

On OpenWRT GL.iNET based devices, the WireGuard client does not restart upon reboot, even if it was started before rebooting.

Hopefully the /usr/bin/wireguard_watchdog script will help with this as others indicates it should.

My first try was no succes, but since it is supposed to run from cron it does no output. The script on GL-SFT1200 firmware version 3.215, script /usr/bin/wireguard_watchdog is different from the one in the OpenWRT repository, so it needs some investigation.

Some links for checking this out:

Read the rest of this entry »

Posted in *nix, *nix-tools, ash/dash, ash/dash development, Development, GL-AR300M, GL.iNet, GL.iNET GL-SFT1200, OpenWRT, Power User, Scripting, Software Development | Leave a Comment »