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
emkaE

emka

@emka
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Mysensorized Roomba
    emkaE emka

    Hi Eoreh

    Maybe problem is in this line:
    digitalWrite(D3, HIGHT); delay(2);

    Did you defined HIGHT symbol?

    Actually I did it this way:

    void WakeUp()
    {
      pinMode(DEVICE_DETECT_PIN, OUTPUT);
      digitalWrite(DEVICE_DETECT_PIN, HIGH);
      delay(1000);
      digitalWrite(DEVICE_DETECT_PIN, LOW);
      delay(1000);
      digitalWrite(DEVICE_DETECT_PIN, HIGH);
    }
    

    and it works flawlessly (Ihave other problem with hanging NRF24, but it is another case)

    My Project
  • Login

  • Don't have an account? Register

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