Quantcast
Channel: Raspberry Pi Forums

HATs and other add-ons • Re: Raspberry Pi Flash Drive 256GB

I'll see why it's like that.It is probably someone within the supply chain adding that to comply with Chinese regulations or for an easy, non-confrontational, life.Even Pi Hut products show it -...

View Article


HATs and other add-ons • Re: how to connect the MR60BHA2 sensor to raspberry...

Have you read the wiki?https://wiki.seeedstudio.com/getting_st ... mwave_kit/It looks like you plug it in to a USB port (on the Pi) and a serial device is created. Use your favourite serial program to...

View Article


HATs and other add-ons • Re: Multiple HAT+ challenge

Thanks for the reply - I know there are other firewall out-of-the-box solutions - I quite like working with RasPi and wanted to do it this way.Anyway - the final solution due to expediancy in needing...

View Article

Image may be NSFW.
Clik here to view.

HATs and other add-ons • Re: Rasp PI TV HAt not recognising

Update looks like it was a dead hat Replacement arrived and installed onto the Pi 1. apt updated / upgrade just in case 2. dmesg | grep DVP .. its there !!!3. ps -ef | grep tvheadend ... its runnng 4....

View Article

HATs and other add-ons • Automating Air Quality Sampling with a Pimoroni BME680

Having just hit and worked round an issue accessing a Pimoroni BME688 [BME680 family] Atmosphere Sensor card, I thought it might be helpful to document the solution I got to work. I first installed a...

View Article


HATs and other add-ons • Re: Automating Air Quality Sampling with a Pimoroni...

The BME680 family have a standard kernel driver for them, and loading that is supported by the i2c-sensor dtoverlay.dtoverlay=i2c-sensor,bme680 should do it (defaulting to I2C address 0x76), and it...

View Article