The Raspberry Pi Thread [6]


  1. Posts : 15,037
    Windows 10 IoT
    Thread Starter
       #461

    I've been wanting to redo that bit for a while now. I took the speakers and analog audio amp out too. I never used sound on that Pi and was always worried about damaging a speaker while moving it from room to room. I'll repurpose them at some point I'm sure.
      My Computer


  2. Posts : 15,037
    Windows 10 IoT
    Thread Starter
       #462

    Ordered my weather vane and rain gauge today
    Wind and Rain Sensors for Weather Station (Wind Vane / Anemometer / Ra – Pimoroni
    And a PICO wireless pack
    Pico Wireless Pack – Pimoroni
    And some other odds and ends. Christmas stuff. I'll check it for defects etc and then put it away. The plan is to use a PICO to get the data from the sensors and then send it to a PI over WIFI. The only cable I'll need to run to it is for AC power hookup. That's the plan anyway. There will be a BME280 and a UV sensor wired up to the PICO as well.
      My Computer


  3. Posts : 5,707
    insider build 10586.3 win10 pro 64
       #463

    interesting setupup ,you'll have to setup your own weather Station, web page
    alphanumeric said:
    Ordered my weather vane and rain gauge today
    Wind and Rain Sensors for Weather Station (Wind Vane / Anemometer / Ra – Pimoroni
    And a PICO wireless pack
    Pico Wireless Pack – Pimoroni
    And some other odds and ends. Christmas stuff. I'll check it for defects etc and then put it away. The plan is to use a PICO to get the data from the sensors and then send it to a PI over WIFI. The only cable I'll need to run to it is for AC power hookup. That's the plan anyway. There will be a BME280 and a UV sensor wired up to the PICO as well.
      My Computer


  4. Posts : 15,037
    Windows 10 IoT
    Thread Starter
       #464

    I don't know if I have those skills. The plan is to save the data on a Pi Server. Then have my indoor outdoor weather Pi setup pull that data from the server and display it. Or just link the indoor outdoor weather Pi right to the PICO. Early days yet, lots of time to sort out a plan. I'll be a while just getting the PICO and WIFI pack setup and working. And that's not happening until after Christmas.

    At one point I was just going to put a second BME280 outside. The Pi and indoor BME280 on one side of a window/wall and the outdoor BME280 on the other side / outside. Then a short cable between the two. i2c can do short runs. Now that I have the Wind Vane that's all changed. I have to go WIFI, or run a long cable and go ethernet or serial uart. WIFI means no extra cable to mess with so that's the plan. I likely won't be putting any up outside until the spring.
      My Computer


  5. Posts : 5,707
    insider build 10586.3 win10 pro 64
       #465

    I'll keep you busy for sure ,all my stuff is just sitting on the shelf ,I cant get motivated to start anything for some reason ,when I'm snowed in for the winter,I will change that maybe
    alphanumeric said:
    I don't know if I have those skills. The plan is to save the data on a Pi Server. Then have my indoor outdoor weather Pi setup pull that data from the server and display it. Or just link the indoor outdoor weather Pi right to the PICO. Early days yet, lots of time to sort out a plan. I'll be a while just getting the PICO and WIFI pack setup and working. And that's not happening until after Christmas.

    At one point I was just going to put a second BME280 outside. The Pi and indoor BME280 on one side of a window/wall and the outdoor BME280 on the other side / outside. Then a short cable between the two. i2c can do short runs. Now that I have the Wind Vane that's all changed. I have to go WIFI, or run a long cable and go ethernet or serial uart. WIFI means no extra cable to mess with so that's the plan. I likely won't be putting any up outside until the spring.
    Last edited by caperjack; 08 Oct 2021 at 09:32.
      My Computer


  6. Posts : 15,037
    Windows 10 IoT
    Thread Starter
       #466
      My Computer


  7. Posts : 5,707
    insider build 10586.3 win10 pro 64
       #467

    I have the BME280 ,sitting in a box ,like the rest of the stuff , to be truthfull I dont understand any code ,as to what it does and hot to make changes to my liking , A long winter coming ,I'll get some things done ,I hope and If I dont get into it ,I'll have a large Pi Spring Garage Sale! I Started cleaning my Pi corner yesterday,started with stuff I collected thinking It would make a good Pi accessorie ,like speakers ,buttons and boxes,ect ect ,tossed out a bunch of junk ,Tonight I'll toss some more .

    alphanumeric said:
      My Computer


  8. Posts : 15,037
    Windows 10 IoT
    Thread Starter
       #468

    caperjack said:
    I have the BME280 ,sitting in a box ,like the rest of the stuff , to be truthfull I dont understand any code ,as to what it does and hot to make changes to my liking , A long winter coming ,I'll get some things done ,I hope and If I dont get into it ,I'll have a large Pi Spring Garage Sale! I Started cleaning my Pi corner yesterday,started with stuff I collected thinking It would make a good Pi accessorie ,like speakers ,buttons and boxes,ect ect ,tossed out a bunch of junk ,Tonight I'll toss some more .
    If you plug the BME 280 into your PICO Explorer the code I posted in that thread will run with only a couple of minor edits.
    Change
    from breakout_bme68x import BreakoutBME68X
    to
    from breakout_bme280 import BreakoutBME280

    and

    bme = BreakoutBME68X(i2c)
    to
    bme = BreakoutBME280(i2c)

    and finally

    i2c = PimoroniI2C(**PINS_BREAKOUT_GARDEN)
    to
    i2c = PimoroniI2C(**PINS_PICO_EXPLORER)

    Then save it as main.py on the PICO. The PICO needs to have the Pimoroni uf2 flashed to it.
      My Computer


  9. Posts : 15,037
    Windows 10 IoT
    Thread Starter
       #469

    Jack, if you have all the hardware bits, for something I've made, I'd be happy to do the software side for you. Flash it, program it etc.
      My Computer


  10. Posts : 5,707
    insider build 10586.3 win10 pro 64
       #470

    Thank you , I will try Pico Explore and bme280 code tomorrow morning [maybe] after a good nights rest , thank you Got to go drive Darlene to get her hair cut ..busy, busy ,lol

    alphanumeric said:
    Jack, if you have all the hardware bits, for something I've made, I'd be happy to do the software side for you. Flash it, program it etc.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:23.
Find Us




Windows 10 Forums