Navigation

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

    Best posts made by matkor

    • RE: Is it possible to reduce SRAM usage of Arduino Nano ethernet MySensors gateway (based on ECN28J60) ?

      @mfalkvidd

      Use the W5100 module instead (if you need ethernet)

      Good idea, thanks! Same code, but only W5100 based:
      Sketch uses 17190 bytes (...) Global variables use 853 bytes (41%)

      Using W5500 ( Ethernet2.h ) gives even better:
      Sketch uses 14712 bytes (...) Global variables use 809 bytes (39%)

      If you don’t need ethernet, use usb or wifi since those options also use less ram.

      I need some kind of 25m wire so options are ethernet, RS-485 or PJON

      posted in Development
      matkor
      matkor