• ESP32 works with hardware I2C (though a WARNING is printed to console for reasons unclear), does not work with software I2C (Though the gibberish numbers it reports are different!)

     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v95 Copyright 2017 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    >WARNING: jshI2CSetup: driver installed, sda: 4 sdl: 5 freq: 400000, 
    =undefined
    >test()
    new Uint8Array([7, 26, 99, 107, 32, 116, 104, 101, 32, 112])
    new Uint8Array([9, 28, 99, 107, 32, 116, 104, 101, 32, 112])
    =undefined
    >
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v95 Copyright 2017 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    >
    =undefined
    >test()
    new Uint8Array([136, 108, 251, 63, 136, 108, 251, 63, 176, 73])
    new Uint8Array([136, 108, 251, 63, 136, 108, 251, 63, 224, 194])
    =undefined
    
About

Avatar for DrAzzy @DrAzzy started