How to add camera to Thingy91, HELP!!!

I am doing a project for smart fruit fly trap/ detection with Thingy91 and the camera to take a picture periodically. There are no nrf9160 I/Os left on the Thingy 91 board. Could you please explain me how to add one or is it not possible to do it?

Parents
  • If you want to keep using the Thingy:91, you must also take care of the IO voltage level. The Thingy:91 may supply 1.8V and 3.3V, but the IOs are 1.8V. 

    AFAIK, the camera runs on 3.3V (or 5v), you may connect the camera to the 3.3V supply, but you need to check, if it works with the 1.8V I2C, or if you need a level shifter (e.g.  Adafruit 757, Bidirektionaler Logikpegelkonverter BSS138).

    The nRF9160-DK can be switch to 3.3V IO level, and the feather nRF9160 v5 uses already the 3.3 V for IO.

Reply
  • If you want to keep using the Thingy:91, you must also take care of the IO voltage level. The Thingy:91 may supply 1.8V and 3.3V, but the IOs are 1.8V. 

    AFAIK, the camera runs on 3.3V (or 5v), you may connect the camera to the 3.3V supply, but you need to check, if it works with the 1.8V I2C, or if you need a level shifter (e.g.  Adafruit 757, Bidirektionaler Logikpegelkonverter BSS138).

    The nRF9160-DK can be switch to 3.3V IO level, and the feather nRF9160 v5 uses already the 3.3 V for IO.

Children
Related