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
G

gogopotato

@gogopotato
About
Posts
22
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [SOLVED] Pro Mini 3.3v with DS18B20 sensor getting (-)127 Celsius!
    G gogopotato

    @AWI Turns out, I was using 47k resistor instead of 4.7k resistor. Now it's working with no issue :)

    Troubleshooting

  • I_DEBUG variable is sent via "set" command, instead of "internal" command
    G gogopotato

    In the latest version, I noticed that when a node is sending out a I_DEBUG type payload, it's being sent out as set (1) command instead of internal (3) command. The type value is correctly set to "28" in both cases.

    Example:

    // Debug msg container declaration
    MyMessage msgE1(255, I_DEBUG);
    
    // Send Debug payload
    send(msgE1.set("BME280 INIT SUCCESS"));
    

    Expected message sent to gateway:

    mygateway1-out/11/255/3/0/28 BME280 INIT SUCCESS
    

    Actual message sent to gateway:

    mygateway1-out/11/255/1/0/28 BME280 INIT SUCCESS
    
    Bug Reports

  • BME280 failing to initialize after spikes in readings
    G gogopotato

    @DavidZH Thanks for your input.

    So am I calling BME.begin() for each sensor reading within the loop, and your startBME() is called only once during setup? Would the sensor remember the config values set during startBME() after waking up from the sleep? As I understand the power to the sensor is cut during the sleep... maybe I'm mistaken.

    Also, can you please show me how you defined I2C_Mode and BMEaddr? Looks like it's part of a different BME280 library.

    Thanks!

    Troubleshooting bme280 i2c pro mini

  • I_DEBUG variable is sent via "set" command, instead of "internal" command
    G gogopotato

    @mfalkvidd Great. Thanks for the help!

    Bug Reports
  • Login

  • Don't have an account? Register

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