-
#Coding4Fun – How to control your #drone with 20 lines of code! (1/N)
Hi ! I’ll start to write a couple of posts about controlling a drone using Python. This all started at the end of 2019 when my friend Daniel (@danielcauser) told me that he was playing around with the DJI Tello Drone (see references). This drone is a small quadcopter that features a Vision Positioning System β read more
-
#RaspberryPi – Install Virtual Environments
Hi! Virtual Environments are a great way to isolate our dev tests, and after been using this in Windows also, work with them in the Raspberry Pi makes a lot of sense. I’ll leave here the necessary steps to do this, however the full credit is based on some posts from Adrian Rosebrock and his β read more
-
#RaspberryPi – Performance differences in #FaceRecognition using #OpenVino (code with @code!)
Hi ! I’ve been looking to use the amazing Intel Neural Stick 2 for a while, and one of the 1st ideas that I have was to check how fast my Raspberry Pi 4 can run using this device. The Intel team released a nice step by step process installation for Raspberry Pi. And it β read more
-
#RaspberryPi – How to solve the SSH warning: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
Hi ! When you test and play around with your Raspberry Pi, you may need to format again your Raspbian SD Card, and then start everything from scratch. This is a trivial process, and is usual to setup the device to connect automatically to a Wifi network and also enable SSH (I wrote about this, β read more
-
#RaspberryPi β How to install #docker (Updated 2020-01-24)
Hi I wrote a couple of times about this, however this is the updated version on how to install docker in a Raspberry Pi. Updated to Jan 24 2020. The information is available from the Official Docker Documentation And then, a simple check for the docker version with the command And that’s it ! Docker β read more
-
#RaspberryPi β Install OpenCV
Hi! After some posts about how to setup a Raspberry Pi, today I’ll share the steps I follow to install OpenCV. Disclaimer: if you are looking for a detailed step by step on how to install or even build OpenCV in a Raspberry Pi, I strongly recommend to read the post “Install OpenCV on Raspberry β read more
-
#Event β Resources used during Getting started with #MachineLearning.net with @TheDataGeeks
Hi! It was a placer to share some amazing and early time with the Data Platform Geeks in a webinar about Machine Learning.Net. Slides Source Code https://github.com/elbruno/events/tree/master/2020%2001%2021%20DPG%20MLNet Resources Get started at http://dot.net/ml Try the samples at http://aka.ms/mlnetsamples Read the docs at http://aka.ms/mlnetdocs Request features or contribute at http://aka.ms/mlnet Get help for going into production https://aka.ms/mlnetprod β read more
-
#RaspberryPi β setup without monitor: enable VNC
Hi! In my previous post I shared a series of steps to: Configure and SD Card with Raspbian Automatically connect to a WiFi network Enable SSH Expand the file system Rename the device Update the default Raspbian software In this post I’ll share the necessary steps to enable the VNC service, so you can connect β read more
-
#RaspberryPi β 1st setup without monitor: auto connect to WiFi, enable SSH, rename, update and more! (deprecated)
Hi! Ok, let’s assume you did the tutorial and installed the latest raspbian image in an SD card. If you want to access and control remotely your device you may want to follow this steps. Configure Wireless connection In the SD Card, you need to create a file named [wpa_supplicant.conf] in the root of the β read more
-
#Humor – Vulnerability severity levels (via @PatchFriday)
Source β read more
-
#JetBrains – JetBrains Mono, a nice and useful console font. Bonus: @justgetflux
Hi! I don’t spend as much time as I want in front of any of my Code Editors. And because of work, when I do, is mostly at night. So, I’m usually kind of tired andI really appreciate every help I got there. I’m already using flux to to make the color of my computer’s β read more
-
#Python β How to fix βERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)β on #Windows10 #TensorFlow
Hi! Ok, Iβll write this down. I face this issue from time to time, and then after some searching and reading, I found the solution (again!) and I realize Iβve been done this before. So, Iβm installing Tensorflow on Windows with the amazing single command And then I get this error So, I decided to β read more
-
#Ebook β Code the Classics, amazing book for programming games in #Python. From the #RaspberryPi library.
Hi! My son is a crack and he already passed the Scratch stage. He is part of an amazing Code Ninja programming program and he is asking for some new challenges. Last month, when I see the release of the Code the Classics β Volume 1 book, I get one for us. And itβs amazing. β read more
-
#Event β I will be speaking at @devdotnext #devdotnext2020 this March in Colorado.
Hi! In a couple of weeks, Iβll be visiting one of the biggest events in Broomfield, Colorado: @devdotnext. DevDotNext DevDotNext hosts 150+ 75-minutes Presentations, 4 Keynotes/Panels, and 11 All-day Pre-Conference Workshops. Topics covered include: Languages Design and Architecture Cloud Server-Side Frontend DevOps Microservices Machine Learning Testing Being agile Leadership And more Iβll be sharing some β read more
-
#Humor – Learn C++ in one video !
-
#AI β Use Microsoft Math Solver to get free Wifi
Hi! Huge off-topic today, you know, is Friday. So, I was in a coffee, where they share Wifi, but with this tricky βPasswordβ Even with all the Machine Learning stuff Iβve been doing, my math is kind of rust. And, add to this that is Friday and Iβm tired. So, letβs use AI to solve β read more
-
#RaspberryPi – Where is my Add/Remove programs? let’s use Synaptic
Hi! When I wrote about the latest version of Visual Studio Code working on the Raspberry Pi, I realize that I used a couple of commands to find an installed application. The following command will list all the installed apps Which is great, but hard to read in bash mode. So that’s why I use β read more
-
#RaspberryPi β Visual Studio Code blank screen is fixed on version 1.42. Thanks @headmelted! @code
Hi! When I wrote about how to install Visual Studio Code on a Raspberry Pi, there was an error on the app running on the device: the tool opened and display a black window. We needed to manually go back to version 1.29 to avoid this problem. And we also forgot to apply any updates, β read more
-
#RaspberryPi β Ice Tower: The best cooler for your device! From 70C to <40C in a 60 minutes process running at 100% in all 4 cores
Hi! The Raspberry Pi 4 is an amazing device, and if you have been tracking the different usage scenarios for the device, you probably noticed that heat is an issue. Iβve using some Aluminum Heatsink, however still in some heavy scenarios the device temperature can be up to 70C or more. I found out that β read more
-
#RaspberryPi – How to solve #dotnet core not recognized after reboot
Hi! So, after writing my posts on how to install dotnet core 3.1 on a Raspberry Pi 4, I found that after I reboot my device, the dotnet command stop working. When I run dotnet from bash I get the following message ~bash: dotnet: command not found The problem, is that the export steps of β read more