• Tried today with an atmlu016 on breadboard, without pullup resistors and without capacitor. Can not see any problems here.

    /*
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v95.61 Copyright 2017 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 512KB:256/256, manuf 0xc8 chip 0x4013
    >
    =undefined
    Hello World
    {
      "sdkVersion": "2.0.0(5a875ba)",
      "cpuFrequency": 160, "freeHeap": 10576, "maxCon": 10,
      "flashMap": "512KB:256/256",
      "flashKB": 512,
      "flashChip": "0xc8 0x4013"
     }
    >eeprom.read(0,10)
    =new Uint8Array([99, 55, 255, 255, 255, 255, 255, 255, 255, 255])
    >
    =undefined
    >eeprom.write(2,[99,55])
    =2
    >eeprom.read(0,10)
    =new Uint8Array([99, 55, 99, 55, 255, 255, 255, 255, 255, 255])
    > 
    */
    
    
    

    2 Attachments

    • IMG_20180124_143842881.jpg
    • IMG_20180124_143614686.jpg
About

Avatar for Frida @Frida started