Skip to content

Latest commit

 

History

History
93 lines (45 loc) · 3.28 KB

GPIO_BOARDS.md

File metadata and controls

93 lines (45 loc) · 3.28 KB

Some links on this site are affiliate links. If you make a purchase through these, I earn a small commission at no extra cost to you.

Tested personally on Momentum firmware revision 007:

  • CC1101 SubGhz 433Mhz Board

    Pins:

      Plugs into all 18 GPIO Pins and the board has the pins numbered accordingly (ensure the numbers on the PCB are facing up)
    
      In practice, there are only visible traces to a subset of those (8 pins)
    

    Works natively in the Sub-Ghz App (in Frequency Analyzer, you can see Ext on the top left meaning external antenna is in use). Via Radio Settings, you can toggle the flipper between the internal CC1101 or the external one you bought.

    Can receive signals in the general sub-ghz range, but it is advised only to send signals that are 433Mhz to reduce risk of damaging antenna and/or board.

    Even though the listing states that it can control mouses and Wi-Fi, it can really only send and transmit sub-ghz signals

    Fits well even with a case on.

    A bit top heavy, and advised to 3D print a case/enclosure for it, or buy a slimmer module

    Demo Video coming soon

  • DHT11 - Temperature and Humidity sensor

    Pins:

      9 (3.3v) for VCC 
    
      10 for SWC (data) 
    
      11 for Ground
    

    Works with the UNITEMP flipper app (it will ask you which module are you using and then what pin is relevant) but not the older DHT-Monitor app

    Doesn't fit well with a silicon case, you can remove the case or get 3 jumper (dupont) wires and connect via them

    You are better off getting a more accurate sensor (such as BMP280 or BME280), make sure it’s supported by the UNITEMP repo (there is an image with a table of supported sensors)

    Demo Video of DHT11

  • ESP32-S3 Mini

    Also known as S3 Zero

    B = Boot

    R = Reset

    Make sure to buy the one with pre-soldered pins (M/Welded version)

    Additionally, you will need 4 Male to Female Dupont Cables

    I am experimenting with GhostESP & Maurader

    Pinout:

    • 3V3 - 9 (FLIPPER) -> 3V3 (ESP)

    • TX - 13 (FLIPPER) -> RX (ESP)

    • RX - 14 (FLIPPER) -> TX (ESP)

    • GROUND - 11 (FLIPPER) -> GROUND (ESP32)

    Video with Pinouts

    GhostESP:

    Demo Video

Resources: