🌊 Slight dispatch delays possible as we catch up with sale orders, please bear with us 🐨
🌊 Slight dispatch delays possible as we catch up with sale orders, please bear with us 🐨

Enviro Weather (Pico W Aboard) - Weather Station Kit

by Pimoroni

A wireless climate and environmental monitoring system designed to make hooking up weather sensors a breeze (or a squall, or a gale). Includes wind and rain sensors and weatherproof enclosure!

Enviro Weather is a super slimline all in one board for keeping a (weather) eye on the great outdoors. The onboard sensors can measure temperature, humidity, pressure and light. The sturdy RJ11 connectors (remember those?) will let you easily attach wind and rain sensorsWe've designed this one to be installed outside in a suitable weatherproof enclosure (like a Stevenson screen) and connected to wirelessly - logging the data locally or piping it into databases, home automation dashboards or online citizen science projects.

This kit contains everything you need to build your own Enviro Weather powered weather station. The sensors come in a massive box, so we can only ship this kit by courier, sorry. We also sell Enviro Weather boards on their own!

Enviro x Pico W Aboard

Our new Enviro (Pico W Aboard) range is designed with environmental monitoring / logging in mind. We wanted to make a range of Pico/RP2040-powered, all-in-one sensor boards that are compact, easy to install in places and straightforward to program. The wireless capability of Raspberry Pi Pico W lets Enviro integrate with other systems - so you could post your data into databases, home automation systems, or online citizen science efforts - the Internet's your lobster!

Because the least fun thing about adding lots of sensors to your environment is figuring out how supply power to everything without tons of trailing wires, they are all designed to work well off battery power.  Each Enviro board has an onboard RTC (Real Time Clock), so that they can periodically wake up from deep sleep, take a reading (and, optionally, connect to wifi) and then go back to sleep - giving you months of untethered battery life.

We've also put together some handy accessory kits to go with our Enviro boards, that include an appropriately sized AA or AAA battery pack, a USB cable and other essentials for each board, so you can get going super quick.

Enviro Features

  • Raspberry Pi Pico W Aboard
    • Dual Arm Cortex M0+ running at up to 133Mhz with 264kB of SRAM
    • 2MB of QSPI flash supporting XiP
    • Powered and programmable by USB micro-B
    • 2.4GHz wireless
  • Deep sleep/wake function using RTC
  • 1 x POKE (user) button
  • Reset button (because we're not monsters)
  • Battery connector (JST-PH connector, 5.5V max voltage)
  • User/activity LED (dimmable via PWM, can only be lit when board is awake)
  • Warn LED (attached to RTC)
  • Qw/ST connector for attaching breakouts
  • Fully assembled
  • No soldering required.
  • Enviro firmware
  • Schematic

Enviro Weather Features

  • BME280 temperature, pressure, humidity sensor (datasheet)
  • LTR-559 light and proximity sensor (datasheet)
  • RJ11 connectors for connecting wind and rain sensors

Weather Station Kit Includes

Software

Enviro ships with some super slick provisioning software that makes it really easy to set it up and connect to things, even if it's your first foray into environmental logging/IoT. Power it up and connect to the network called 'Enviro Weather Setup' with your phone, tablet or other wi-fi enabled device - your Pico W will walk you through the rest!

Connecting Breakouts

The Qw/ST connectors on Enviro boards make it super easy to connect up I2C Qwiic or STEMMA QT breakouts. If your breakout has a QW/ST connector on board, you can plug it straight in with a JST-SH to JST-SH cable

Breakout Garden breakouts that don't have a Qw/ST connector can be connected using a JST-SH to JST-SH cable plus a Qw/ST to Breakout Garden adaptor. Want to use multiple breakouts at the same time? Try this adaptor!

Notes

  • Measurements: 69 x 36 x 14 mm (L x W x H, approx)
  • Enviro boards can enter a deep sleep mode where the Pico W, on board sensors and sensors connected via Qw/ST are completely powered down. The only thing left running on the board is the RTC which can wake up the board again at a set date and time or on a timer. You can also wake up the board via the POKE button, or by connecting the USB cable. If connected to USB power Enviro will never enter deep sleep, though our software will reset the board every time it takes a reading.  Power consumption when asleep is 20uA.
  • The RTC can also be used to keep track of the time and date (which means we don't need to waste power by making a wireless call to find out the time/date each time we log a sensor reading!)
  • The Warn LED is connected to the RTC, so it can be lit even during deep sleep to notify you of problems. It is limited to three states - on, off, or 1hz blink (it's not possible to control the brightness).
  • Most Enviro boards can be powered by a 2 x AAA battery pack, which fits neatly behind the board. Any battery pack that can supply between 2V and 5.5V will work though - 2 or 3 alkaline AA or AAA cells, 4 rechargeable NiMH cells or a single cell LiPo. If you're using a LiPo, bear in mind there's no battery charging included on Enviro boards, so you'll need a separate LiPo battery charger (like a LiPo Amigo) to be able to charge it.
  • * Please note that you'll need to mod the base of the Stevenson tube somehow to be able to fit the RJ11 jacks from the sensors through. We snipped a hole out of one of the grills using side cutters!

About Pico W Aboard

Our new Pico W Aboard products come with a built in Raspberry Pi Pico W. This means you get all the advantages of a RP2040 microcontroller - a speedy fast dual-core ARM processor, a dynamic, growing ecosystem and a choice of different programming methods to experiment with. Most excitingly though, Pico W has wireless connectivity, so your Pico/RP2040 devices can communicate with each other, and the internet! 🌍

Wireless is very new to Pico/RP2040 - be aware that things will move fast and change! Software support (wireless examples, tutorials, CircuitPython support etc) will take a little while to catch up. If you're an absolute beginner to Pico/RP2040, you might have a better experience with wireless if you wait until everything is a little more settled.

5 customer reviews

a year ago
The anemometer and the wind-vane are a little more than a toy and I wonder how long they will last once exposed continuously to strong sun and wind (my case). In case I will post an update in a year from now. The Enviro Weather board does come with a noticeable amount of software and it's a very good source for learning about a variety of things, from Micropython itself to managing various sensors and multiple ways of sending the gathered data through the internet. However, the board itself is not the best for the BME280. Even if there is a provision to compensate for heating due to powering through USB, the temperature reading is not accurate and also dependent on the case in which one places the Enviro Weather because of its self-heating. At the end, I decided to go for a Pi Pico W and a BME280 tiny breakout module kept away from the Pi Pico W. Interfacing the anemometer and the wind-vane was easy, an RJ11 connector was enough. I would recommend to add, in the SW, a way to compensate the altitude of the location where the meteo-station will be placed, so that the atmospheric pressure is normalized with respect to the sea level
by Fabrizio about Enviro Weather (Pico W Aboard) - Weather Station Kit via REVIEWS.io
2 years ago
The kit is great and has all the things you need in one package - sadly the Enviro board is basically not ready for use. It's clearly still in Alpha and a quick look at the github page shows the long long list of issues. People are working hard on it - BUT it is being sold as a product, it's a product that doesn't work (yet) - I bought at V0.0.8. Spent 2 months of fiddling, flashing new firmware testing, changing batteries, looking at log files, searching the forums etc etc - all I wanted to do was record the weather. If you like tinkering with software and don't need it to work, its fine. Otherwise wait till the software works, sad to write this, Hayley at the shop offered a full refund but like I said the equipment of the weather vain etc I will reuse with a raspberry pi weather station.
by Anonymous about Enviro Weather (Pico W Aboard) - Weather Station Kit via REVIEWS.io
2 years ago
The kit is good but there is a flaw with the sample code. The rain Sensor stops the kit from sending data and you have to manually press a button on it get it to start again (every time it rains). Does not look like the example code is actively maintained as no update since September (currently November) as can see someone originally flagged it as an issue in September . I would hold off until there is a fix for this as tried to change it myself and got very strange behaviour. If you are not worried about rain reading then would recommend.
by David about Enviro Weather (Pico W Aboard) - Weather Station Kit via REVIEWS.io