Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. MartinSky
    M
    • Continue chat with MartinSky
    • Start new chat with MartinSky
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    MartinSky

    @MartinSky

    0
    Reputation
    3
    Posts
    2107
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    MartinSky Follow

    Posts made by MartinSky

    • RE: M5Stack MultiApp Advanced Firmware

      I've installed M5Stack MultiApp Advanced Firmware and need to connect to Wifi.
      I don't have WPS on my Wifi router, and tried SmartConfig. All it did was count to 120 and exit back to the Wifi menu.

      So I googled SmartConfig - and found the answer. You download an app to your phone, enter in your SSID and it broadcasts back to the Arduino. Very neat solution. Find out more at: http://www.iotsharing.com/2017/05/how-to-use-smartconfig-on-esp32.html

      posted in PROJECTS
      M
      MartinSky
    • RE: M5Stack-SAM - Could not find boards.txt

      Hey Jimi,
      thank you so much, your instructions here are perfect. I now have the M5Stack-SAM downloaded to my M5Stack and it is fabulous!

      cheers,
      Martin.

      posted in FAQS
      M
      MartinSky
    • M5Stack-SAM - Could not find boards.txt

      Newbie here and kind of struggling to get the M5Stack-SAM to install. I've got past the hello world stage and even got the DHT12 sample to work, except for the known bug where the temperature values are 0.01C after the Arduino is woken up.

      Now I want to get the M5Stack-SAM loaded but when I open the Library Manager in the Arduino IDE, I get the error,

      "Could not find boards.txt in C:\Users\myaccount\Documents\Arduino\hardware\PartsandCircuits\M5Stack-SAM. Is it pre-1.5?
      WARNING: Error loading hardware folder C:\Users\myaccount\Documents\Arduino\hardware\PartsandCircuits
      No valid hardware definitions found in folder PartsandCircuits."

      What I did to get this far was to follow the procedure below;

      1. Open GIT GUI
      2. Select Clone Existing Repository
      3. select source and destination
      	a. source: https://github.com/PartsandCircuits/M5Stack-SAM
      	b. destination: C:/Users/myaccount/Documents/Arduino/hardware/PartsandCircuits/M5Stack-SAM
      4. Click 'Clone' 
      
      1. open a Git Bash session CD to C:/Users/myaccount/Documents/Arduino/hardware/PartsandCircuits/M5Stack-SAM and execute 'git submodule update --init --recursive'

      So where have I gone wrong here?

      posted in FAQS
      M
      MartinSky