-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³, rust and more! Update 2024-Apr-30
Content Hi! Let’s start installing the latest Raspberry Pi OS image in an SD card. Next steps will be focus on how to access and control remotely your device you may want to follow this steps. This tutorial and tips works for Raspberry Pi 3, 4 and Zero. The version 1.6 of Raspberry Pi Imager β read more
-
#SemanticKernel: Local LLMs Unleashed on #RaspberryPi 5
Hi! Welcome to the exciting world of local Large Language Models (LLMs) where weβre pushing the boundaries of whatβs possible with AI. Today let’s talk about a cool topic: run models locally, especially on devices like the Raspberry Pi 5. Letβs dive into the future of AI, right in our own backyards. Ollama and using β read more
-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³, rust and more! Update 2024-Apr-30
Content Hi! Let’s start installing the latest Raspberry Pi OS image in an SD card. Next steps will be focus on how to access and control remotely your device you may want to follow this steps. This tutorial and tips works for Raspberry Pi 3, 4 and Zero. The version 1.6 of Raspberry Pi Imager β read more
-
#Rust – Install Rust and Hello World π in #RaspberryPi
Hi ! Quick post today on how to install rust in a Raspberry Pi, and later create a hello world test app. Install Rust I’m starting this with the latest updates for Raspberry Pi OS installed. The command to install rust is this one: Check the Rust Lang documentation for more details. Let’s choose the β read more
-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³, rust and more! Update 2023-Jan-04
Content Hi! Let’s start installing the latest Raspberry Pi OS image in an SD card. Next steps will be focus on how to access and control remotely your device you may want to follow this steps. This tutorial and tips works for Raspberry Pi 3, 4 and Zero. The version 1.6 of Raspberry Pi Imager β read more
-
#RaspberryPi – Install raspi-config on Ubuntu 22.04.1 LTS
Hi ! This is my current Ubuntu version running on a Raspberry Pi 4. raspi-config is a powerful tool to manage the device settings for the Raspberry Pi. It’s included in Raspberry Pi OS, but not in the Ubuntu distro. So, if yu want to use raspi-config, follow these steps Of course, we start with β read more
-
#AzureIoT β Using a Raspberry Pi @Seeedstudio Grove Sensors π in an β Azure IoT Edge Module
Hi ! Last week during my sessions for #JulyOT, I had several questions about how to use SeeedStudio Grove sensors and actuators in custom Azure IoT Edge modules. I’m updating my previous series of posts to how how to access to specifics sensors connected to the device and send telemetry, and more. I’m missing the β read more
-
#RaspberryPi – Install #AzureIoT, a couple of tips to make it work
Hi ! It’s #JulyOT time, and I need to update this post. A lot of amazing IoT content here: https://julyot.dev/ And let’s go with the updated version. The base steps for this posts are described in the official page [Install or uninstall Azure IoT Edge for Linux] (see references). In the official documentation, you can β read more
-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³ and more! Update 2022-Mar-10
Content Hi! Let’s start installing the latest Raspberry Pi OS image in an SD card. Next steps will be focus on how to access and control remotely your device you may want to follow this steps. This tutorial and tips works for Raspberry Pi 3, 4 and Zero. The version 1.6 of Raspberry Pi Imager β read more
-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³ and more! Update 2021-Dec-26
Content Create SD card using Raspberry Pi Imager Configure Wireless connection (if needed) Enable SSH (if needed) Find the IP address in your network Access via SSH Change Password (if needed) Rename the device (if needed) Expand FileSystem Update the device Install Docker Setup SSH password-less access to the Raspberry Pi Setup password-less access to β read more
-
#Event – Resources used on the “TinyML and SkySharks π¦π¦π¦” at @netcoreconf 2021
Hi ! Another great time with my friends from NetCoreConf. I got the perfect excuse to book a flight to Spain, to be IRL next time. This time, I shared some insights about Machine Learning on devices, really tiny devices. As usual now it’s time to share the resources Slides Source Code Source Code is β read more
-
#RaspberryPi – Listing nearby BLE devices using the onboard #bluetooth sensor
Hi ! I done this at least, 4 different times, and I never wrote it down. So, here it is. The output is similar to this one. You can see that my standing desk is listed here. If you are nearby, you can hack and move my desk up or down ! Important: The output β read more
-
#AzureIoT β Create an Azure IoT Module from a Custom Vision π project – Full Series
Hi ! It’s time to close the the series of posts about how to create an Azure IoT Edge module that run a Custom Vision exported project from https://customvision.ai. And the step-by-step posts: References Azure Custom Vision Azure Custom Vision Documentation Azure IoT Tools Deploy your first IoT Edge module to a virtual Linux device β read more
-
#AzureIoT β Using a Raspberry Pi Grove Sensor π in an β Azure IoT Edge Module – Full Series
Hi ! It’s time to close the the series of posts about how to create an Azure IoT Edge module to be run in Raspberry Pi registered as an Azure IoT Edge Device. This series also covers how to access to specifics sensors connected to the device and send telemetry, and more. I’m missing the β read more
-
#Event – Resources used on the “TinyML and SkySharks π¦π¦π¦” at CodePalousa 2021
Hi ! Another great time in CodePalousa. I hope I can see my friends IRL on 2022. This time, I shared some insights about Machine Learning on devices, really tiny devices. As usual now it’s time to share the resources Slides Source Code Source Code is available here. Recording Coming soon ! β read more
-
#AzureIoT β Using a Raspberry Pi Grove Sensor in an β Azure IoT Edge Module (6/N)
Hi ! In my previous post I shared some details on how to configure the Azure IoT Module to interact with the sensors / servos / LEDs connected to the Raspberry Pi. I also shared the base code to send telemetry. Let’s add some more details related to the Send Telemetry part. Send Telemetry In β read more
-
#AzureIoT β Using a Raspberry Pi Grove Sensor in an β Azure IoT Edge Module (5/N)
Hi ! So, as a final post, here are some notes related to the Container Create option and also how to send telemetry from the device. Container Create Option This is the Container Create Option configuration that I define for the module. This specific configuration allows the access to the i2c components (raspberry pi pins) β read more
-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³ and more! Update 2021-Aug-05
Content Create SD card using Raspberry Pi Imager Configure Wireless connection (if needed) Enable SSH (if needed) Find the IP address in your network Access via SSH Change Password (if needed) Rename the device (if needed) Expand FileSystem Update the device Install Docker Setup SSH password-less access to the Raspberry Pi Setup password-less access to β read more
-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³ and more! Update 2021-July-28
Content Create SD card using Raspberry Pi Imager Configure Wireless connection (if needed) Enable SSH (if needed) Find the IP address in your network Access via SSH Change Password (if needed) Rename the device (if needed) Expand FileSystem Update the device Install Docker Setup SSH password-less access to remote work with docker π³ Hi! Let’s β read more
-
#RaspberryPi – Using neofetch to display OS information in π§ #Linux and πͺ #Windows10
Hi ! Quick post today on how to install and use Neofetch. Neofetch is a shell script that requires bash 3.2+ to function. By default, it displays an ASCII art of your Distroβs logo. Neofetch supports almost 150 different operating systems. From Linux to Windows. Installation is super easy Once installed, run the command to β read more