Raspberry Pi 3: Enabling VNC
Quick guide to enabling VNC allows for remote debugging / a way of working on a raspberry pi without actually sitting next to it. After having connected to a wifi network we can begin...
Quick guide to enabling VNC allows for remote debugging / a way of working on a raspberry pi without actually sitting next to it. After having connected to a wifi network we can begin...
Often when moving a raspberry pi project around it’s IP changes. whether it is on your home network or a new one, it becomes a task to figure out it’s IP.
While playing with the raspberry pi camera I found it hard to know if the camera was working or trying to tweak settings. I was using raspivid -f to preview the video. This was limited with...
Mounting the raspberry pi home directory to avoid the push / pull game with git can become painful. It’s relatively straight forward to get shared folders using the appletalk protocol
When working on projects for the raspberry pi, it’s sometimes needed to have the screen be rotated, we need to go and modify the boot config of the raspberry pi.
Connecting to Raspberry pi 2, 3 and zero to a RFID sensor, This summarizes my experiences using the tutorial found on Sunfounder.
Starting new projects can be difficult, especially when the need arises to develop / debug. It is key to have a development environment that closely matches the same hardware / software production environment it will be run...
Imagine building a raspberry pi project at home that is dependent on wifi. Everything is working perfectly until you move that project somewhere outside your home network. You have to go find a monitor and...