It's that time of year again; Pi Day!. No, not that Raspberry board thing, but that Greek letter constant that is somewhere around 3.14159. But, hey, it seems that is also Albert Einstein's birthday as well. Oh, so it was the Raspberry Pi...
I have given GraspIO a try as it seems to offer easy development via mobile phone and free IoT cloud callsThe IO and sensor, plus a little screen makes it useful i plug it to a raspbeerry pi 3 B+, put in a 8GB microSD card with graspIO ima...
www.youtube.com/watch I have been recently selected for a roadtest on element14.com the Raspberry Pi 3 in a box. This is the official Raspberry pi kit which includes tons of goodies but I need information from you first! I am following my guidel...
Introduction
Hardware
Software
Introduction A couple of months ago (November 2019) I'v been asked by e14phil to test and troubleshoot using the Omron HVC on the Raspberry Pi 4 using their python scripts (https://www.element14.com/commu...
Sensors and actuators are essential elements of industrial systems, instrumental to any application that requires automated control, or real-time monitoring. Sensors measure changes in the environment, while actuators control physical changes. Both d...
I will say there was a lot more in depth information at the course a bunch more fun as we even had samreen.islam on a google hangout showing off a project once again thank you to matrixlabs for being apart of the course. I will say there ...
#Open TerminalPress Ctrl + Alt + t on your keyboard#install PCI utilitiessudo apt-get install pciutils#run on every bootsudo nano /etc/rc.local#add the command before exit 0sudo setpci -s 01:00.0 0xD4.B=0x41#rebootsudo reboot www.youtube.c...
Decentralized Intelligence, Cyber Physical Systems, Smart Home and Smart Factory - the Internet of Things is on everybody’s lips. IoT thereby does not necessarily imply the connection of devices using the Internet protocol. Whenever cables interfere ...
[Updated 03 January 2020 - see addendum at bottom of the page] I was lucky enough to win one of the 20 Raspberry Pi 4s in the element14 "Happy 10th Birthday!" giveaway. My suggestion was to use the Pi 4 to run Pi-Hole on my network to block unwa...
For Halloween I decided to modify my Dishonored II collectors edition mask to give it glowing eyes that followed people who walked by and looked at it.It's a steampunk style mask with two different shaped eyes solidly connected to the mask. ...
So I have been meaning to do an update and found this and its great for anyone not wanting to do it the other method that I had posted about setting up your SSD as a boot drive on the Raspberry Pi 4 check it out. www.youtube.com/watch ...
Fig 1: Lane following rover Introduction When I hear the term “lane following”, I think about automated assistance system on our cars which ensures that the car stays inside a lane. But what does it take to create such a system? To understand the com...
RecoveryIf your Raspberry Pi 4 will not boot, it is possible that the SPI EEPROM has become corrupted.To check, remove the SD card, disconnect the device from power, then reconnect it. If the green LED does not flash, you will need to reprogram the E...
So if you plan on using your Raspberry Pi 4 as a desktop or any other Raspberry Pi. One thing I cant stress enough if protection if you have a web browser in use and your online you want to make sure that you have some sort of prote...
www.youtube.com/watch You can either check out the video above or check the info below or both! So this morning I decided I would update my raspberry pi. seems there was a ton of firmware updates that needed to be installed in the ne...
So previously, I had wrote a post about my experiences with using the previous versions of the Raspberry Pi as a desktop with multiple version and I enjoyed them as a great addition to using them along side my main PC. Since I was u...
Today I have make an initial configuration of Raspberry Pi4 for purpose of streaming an DVB-T live channel via HLS. Basic idea is to use DVB-T USB dongle to receive an MUX with channels. I have used tzap tool to record audio and video PIDs of interes...
Just got my new RaspberryPi 4. I’d read about the CPU running hotter than previous models, so I decided to have a look for myself. https://www.elinix.org/RPI_vcgencmd_usage gave details of how to do this. I decided to wrap this up in a Py...
**Small update: [Oct.13.19] Remember to also plug your audio into another speaker system as well. Today I thought I had this issue again so I ran the fix and was getting frustrated that it wasn't working. Turns out that my...
Once you play around with all the IDE's available for python on Raspberry Pi you tend to want to play with PyCharm since well its probably what you have installed on your desktop or laptop. Good news get it up and running on the pi in no ti...
I have downloaded latest Raspbian and flashed it with balenaEtcher tool to SD card. Under Linux it is done by following command:./balenaEtcher-1.5.56-x64.AppImageMy idea is to have headless system, so I enabled SSH and configured a connection t...
As a finisher prize in the PiCasso Design Challenge I received a Pimoroni PiCade and a Raspberry Pi 3B+ to power it.This blog is is an unboxing / build / test of that system.The build actually took several hours and getting the software properly conf...
See quite a few tutorials on hooking up a hard drive to the pi for and just want to give my quick and easy version cause I tried a few and they didn't work. install buster on sd card : https://www.raspberrypi.org/downloads/ inse...