You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • So this is a TV tuner (for UHF/VHF, which one might note are no longer broadcast in much of the developed world), with I2C control to choose the channel?

    You're using an 8-bit address, while the Espruino uses the 7-bit address and handles the last bit for you. You need to shift that address one bit to the right, ie, 0x61.

    Also, there are 3 other addresses it could use - try em all if that one doesn't work.

About

Avatar for DrAzzy @DrAzzy started