Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. emka
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by emka

    • RE: Mysensorized Roomba

      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)

      posted in My Project
      emka
      emka