Navigation

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

    BSB

    @BSB

    0
    Reputation
    4
    Posts
    295
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    BSB Follow

    Best posts made by BSB

    This user hasn't posted anything yet.

    Latest posts made by BSB

    • RE: Ethernet Gateway on Arduino nano

      Remark out as many serial statements as you can.
      With any luck you can scrape a few bytes back and it will compile and run.

      Even if you have some form of debug define set for serial output the serial statements are still viable memory hogs.

      posted in Troubleshooting
      BSB
      BSB
    • RE: 5v on input to act like a button

      Yup just change the debounce until your second trigger is no longer an issue. and well done going opto it's much safer.

      That delay is only 5ms and the 1000 is 1s.
      Times on delays are only approximate as the program takes time to run itself causing other slight delays.

      posted in Troubleshooting
      BSB
      BSB
    • RE: 5v on input to act like a button

      Find out where the second pulse comes from and mitigate it.

      You already have a debounce in there so increase the time there to start with.

      You may also want to put a voltage divider in there too in case its actually a voltage spike as suggested already.

      Is there any sort of relay involved in the whole circuit as it could also be chatter ?

      posted in Troubleshooting
      BSB
      BSB
    • RE: EthernetGateway - Radio init fail

      Another noob here getting same error. Also not finding gateway on my specified port 5003

      Have port fwd the internal IP 192.168.0.3 and reserved it in router.
      Using the V3 of the ethernet shield
      IDE is 1.6.5
      Board is a UNO
      Have a 10uF cap between GND and 3.3V

      posted in Troubleshooting
      BSB
      BSB