Recent content by biglesp

  1. B

    News Raspberry Pi Adds Second HDMI Port to Laptop

    Hello Apologies, the corrections have now been made and the article should update in a few minutes time. Great project and I love the process that you followed. Best wishes!
  2. B

    News How To Make Your Own Pedal Stream Controller with Raspberry Pi Pico

    Hello, apologies this is because I was using a KB2040 for the project and forgot to change the pin reference. Use GP2 instead. The same applies for D3 (GP3) and D4 (GP4). I'll update the tutorial to show this. Thanks
  3. B

    News How to Use a Tablet as a Portable Raspberry Pi Screen

    Quite possibly using VLC to open the "webcam" as a Capture Device.
  4. B

    News Ubuntu 20.10 'Groovy Gorilla' Swings Onto Raspberry Pi

    Hello, thanks for taking the time to comment. Ubuntu 20.10 is out, it was released a few hours ago. https://ubuntu.com/raspberry-pi This is the first Ubuntu release to be released as a desktop OS for the Raspberry Pi. Ubuntu has supported the Raspberry Pi for many years, and in the past it has...
  5. B

    News Create a Raspberry Pi Light Show with Analog Inputs

    Hello, thanks for your comment. We are using the GPIO Zero Python 3 module to handle communication with the MCP3008 and this has two SPI modes. A software SPI which is always available and needs no further configuration, but it is much slower than hardware. A hardware SPI which is enabled when...
  6. B

    News How to Create a Raspberry Pi Security Camera with Motion Alerts

    Hello! I wrote this code for Linux Format, so I hope that we can fix this. Firstly can you try out this code on your system, adding your API keys where necessary https://github.com/lesp/LXF262 If that fixes the issue, then there was a typo, and trust me when I wrote this I made quite a few...