Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. Vera
  4. Vera and rpi3 setup that worked for me

Vera and rpi3 setup that worked for me

Scheduled Pinned Locked Moved Vera
1 Posts 1 Posters 649 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stress nero
    wrote on last edited by
    #1

    After looking for days asking and questions in the forums i finally got my rpi3 and vera ui7 setup properly with working inclusion button.
    1.use the master branch
    2. Before you add your ./configure settings ( dont include--my-gateway=ethernet --my-controller-url-address=) or u will prob get ethernet connect error).
    use putty and do sudo nano /home/pi/MySensors/configure
    then scroll down to function detect_machine and change it to match the settings below. link below were i found the info.
    link text

    function detect_machine {
    ...
        case $hardware in
    ...
        BCM2835)
            soc="BCM2835"
            if [[ $machine == "Raspberry"* ]]; then
                local rev=($(detect_rpi_revision))
                if [[ $rev == "a02082" || $rev == "a22082" ]]; then
                    tp="RPi3"
                else
                    tp="Rpi2"
                fi
            fi
            ;;```
    
    

    If the radio is wired properly after you run make and sudo ./bin/mysgw -d you should get a success message like in the tutoriallink text
    3 To get the start/include button to work after you upload the files to vera from link text
    using putty again sudo nano /home/pi/MySensors/examples_linux/mysgw.cpp and add
    #define MY_INCLUSION_MODE_FEATURE after that reboot and it should work. forgot where i found the info.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    17

    Online

    11.7k

    Users

    11.2k

    Topics

    113.1k

    Posts


    Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • MySensors
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular