Posts

Showing posts from March, 2023

Node-Red on MCU:s, Raspberry Pi Pico W

Image
Since I'm not a programmer, and probably never will be 😉, I really like Node-Red(NR). NR is also a nice way trying to learn some JavaScript via the function nodes. I also appreciate hardware, MCU s, like ESP32 and Raspberry Pi Pico but find it a little hard to code in MicroPython or C++. Somewhere ?? on the WEB i found some applications that can export NR json code to C++ and run it on several MCUs. As you understand I had to check it out... 

Upgrade from Buster to Bullseye, Raspberry

Image
Uppdated 2023-10-28 ! I have been running a Raspberry Pi 2(RPi) for several years with Buster and the applications; Homebridge(HB) Razberry , Z-way interface CUPS , printer software Node-RED (NR) When I started with the RPi it was Jessie, then Stretch and Buster. Every time I upgraded the SD card to the latest OS and it just worked. It should been said that I always waited a year or so and  I'm using the RPi headless without any GUI. Now it was time to go from Buster to Bullseye !

Raspberry/Linux print server Windows/Apple, CUPS

Image
Updated 2023-03-12 ! When we upgraded our WiFi to a Mesh solution, TP-link Deco M9 , our old printer, WiFi connected, didn't want to "play" with us anymore. This was due to stronger encryption which wasn't supported. Since the printer just have WiFi or USB connection, no standard Ethernet, I was looking for another solution. We have no computer running 24/7 except a Raspberry Pi, RPi, which is handling our home automation, Homebridge . So the solution was to use CUPS  on that RPi. On the web there are several posts/manuals how to install CUPS on a RPi so this post will refer to one of these and then some additional hints regarding, Apple AirPrint, Windows Network Printer, scanning....

NTP server on Raspberry & Linux(Offline)

Image
Uppdated 2023-02-01 ! The use case, creating an offline NTP , was that I'm on our boat sometimes don't have an Internet connection but always have a connected GPS. The GPS updates time on a  Raspberry(RPi)  running Signal K . The actual issue is that there are other devices on the LAN that needs to be updated and then you need an NTP server. Of course this setup is also valid for a RPi/server, with a RTC , acting as a NTP server in an isolated LAN.