MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups

    Raspberry Pi Compute Module 4 Released!

    Raspberry Pi
    2
    3
    168
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • salmanfaris
      salmanfaris last edited by

      Built on the same 64-bit quad-core BCM2711 application processor as Raspberry Pi 4, Compute Module 4 delivers a step-change in performance over its predecessors: faster CPU cores, better multimedia, more interfacing capabilities, and, for the first time, a choice of RAM densities and a wireless connectivity option.

      3094f292-3301-4364-a444-d828f6e77ff8-image.png

      You can find detailed specs here,

      • 1.5GHz quad-core 64-bit ARM Cortex-A72 CPU
      • VideoCore VI graphics, supporting OpenGL ES 3.x
      • 4Kp60 hardware decode of H.265 (HEVC) video
      • 1080p60 hardware decode, and 1080p30 hardware encode of H.264 (AVC) video
      • Dual HDMI interfaces, at resolutions up to 4K
      • Single-lane PCI Express 2.0 interface
      • Dual MIPI DSI display, and dual MIPI CSI-2 camera interfaces
      • 1GB, 2GB, 4GB or 8GB LPDDR4-3200 SDRAM
      • Optional 8GB, 16GB or 32GB eMMC Flash storage
      • Optional 2.4GHz and 5GHz IEEE 802.11b/g/n/ac wireless LAN and Bluetooth 5.0
      • Gigabit Ethernet PHY with IEEE 1588 support
      • 28 GPIO pins, with up to 6 × UART, 6 × I2C and 5 × SPI

      31354fad-6332-40e8-b324-53e0aa5dbace-image.png

      Compute Module 4 IO Board
      89a3b68b-bb74-4002-9c2b-d32c2e1450b3-image.png

      The IO board provides:

      • Two full-size HDMI ports
      • Gigabit Ethernet jack
      • Two USB 2.0 ports
      • MicroSD card socket (only for use with Lite, no-eMMC Compute Module 4 variants)
      • PCI Express Gen 2 x1 socket
      • HAT footprint with 40-pin GPIO connector and PoE header
      • 12V input via barrel jack (supports up to 26V if PCIe unused)
      • Camera and display FPC connectors
      • Real-time clock with battery backup

      More details:

      , https://www.raspberrypi.org/blog/raspberry-pi-compute-module-4/

      Suhailjr 1 Reply Last reply Reply Quote 0
      • Suhailjr
        Suhailjr @salmanfaris last edited by

        @salmanfaris at last they update their design. T
        What you think on the updated connector. I felt like its more fragile and high chance for corottion issue due to humidity for long term use.

        salmanfaris 1 Reply Last reply Reply Quote 0
        • salmanfaris
          salmanfaris @Suhailjr last edited by

          @Suhailjr But I think since it's not a plug and plug play system and it will laying on the PCB for the long term, it might be fine. for me, it's similar to the Intel Edison and the PICO-IMX7 System-on-Module

          dade502a-71f6-4da0-bd7d-0e9a0b602cb0-image.png

          a4b8898f-90d4-4a34-ba5d-81ab76fda904-image.png

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Recent Posts

          • Testing Raspberry Pi's Camera Module 3 (NEW for 2023)

            • read more
          • 1666287f-258d-437d-b2c5-91851d08617c-image.png
            The classic compact camera for Raspberry Pi with a 12MP sensor and autofocus

            Available from $25 with your choice of standard and wide lenses, with or without an infrared filter

            bf34763e-5ba3-4962-8e92-75583fd1e96c-image.png

            More details: https://www.raspberrypi.com/products/camera-module-3/

            Raspberry Pi Camera Module 3 - Autofocus cameras!

            Resource:
            Documentation: https://www.raspberrypi.com/documentation/accessories/camera.html
            Camera Software: https://www.raspberrypi.com/documentation/computers/camera_software.html

            • read more
          • Hey @rafitc99 ,

            Did your issue resolve? Curious to know 😊

            • read more
          • @rafitc99 said in NMCLI AP Mode config error | Connection activation failed: No suitable device found for this connection | Raspberry Pi 3 Model B Rev 1.2:

            host="MyRPiAPMode"
            sudo nmcli con add type wifi ifname wlan0 con-name $host autoconnect yes ssid $host
            sudo nmcli con modify $host 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared
            sudo nmcli con modify $host wifi-sec.key-mgmt wpa-psk
            sudo nmcli con modify $host wifi-sec.psk "SomeRandomPassword"
            sudo nmcli radio wifi on
            sudo nmcli con up $host

            Hi @rafitc99, Are you able to set up the AP when trying the commands individually?

            • read more
          • I was trying to configure AP mode in Raspberrypi by using Network Manager. I'm using the below script. but it is throwing some errors.

            Bash Script to set AP Mode

            host="MyRPiAPMode" sudo nmcli con add type wifi ifname wlan0 con-name $host autoconnect yes ssid $host sudo nmcli con modify $host 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared sudo nmcli con modify $host wifi-sec.key-mgmt wpa-psk sudo nmcli con modify $host wifi-sec.psk "SomeRandomPassword" sudo nmcli radio wifi on sudo nmcli con up $host

            Error ----

            Connection 'MyRPiAPMode' (60965f2a-f510-48ef-afaf-0864242d0c06) successfully added. Error: Connection activation failed: No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name)).

            nmcli con (After script execution)

            NAME UUID TYPE DEVICE Wired connection 1 9589ff1a-9923-3de3-a8a4-90b319661878 ethernet eth0 MyRPiAPMode 60965f2a-f510-48ef-afaf-0864242d0c06 wifi --

            nmcli dev

            DEVICE TYPE STATE CONNECTION eth0 ethernet connected Wired connection 1 wlan0 wifi unavailable -- lo loopback unmanaged --

            I tried to make it availble via sudo nmcli radio wifi on
            But not working.

            this is the log

            -- Journal begins at Sat 2021-08-07 09:28:21 IST. -- Aug 10 15:06:19 NWPI-b5b072 NetworkManager[16140]: <info> [1660124179.9816] audit: op="connection-update" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" args="802-11-wireless-security.psk" pid=25120 uid=0 result="success" Aug 10 15:06:20 NWPI-b5b072 NetworkManager[16140]: <info> [1660124180.0902] audit: op="radio-control" arg="wireless-enabled" pid=25125 uid=0 result="success" Aug 10 15:06:21 NWPI-b5b072 NetworkManager[16140]: <info> [1660124181.4241] agent-manager: agent[641f99ab55d9691c,:1.692/nmcli-connect/0]: agent registered Aug 10 15:06:21 NWPI-b5b072 NetworkManager[16140]: <info> [1660124181.4281] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))." Aug 10 15:06:52 NWPI-b5b072 NetworkManager[16140]: <info> [1660124212.0573] agent-manager: agent[70ee130ba0f26cd7,:1.696/nmcli-connect/1000]: agent registered Aug 10 15:06:52 NWPI-b5b072 NetworkManager[16140]: <info> [1660124212.0614] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))." Aug 10 15:07:23 NWPI-b5b072 NetworkManager[16140]: <info> [1660124243.0370] agent-manager: agent[cc77ef461499c164,:1.700/nmcli-connect/0]: agent registered Aug 10 15:07:23 NWPI-b5b072 NetworkManager[16140]: <info> [1660124243.0414] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))." Aug 10 15:07:41 NWPI-b5b072 NetworkManager[16140]: <info> [1660124261.8406] agent-manager: agent[79b01af218789b42,:1.702/nmcli-connect/0]: agent registered Aug 10 15:07:41 NWPI-b5b072 NetworkManager[16140]: <info> [1660124261.8446] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))."

            • read more
          By MakerGram | A XiStart Initiative | Built with ♥ NodeBB
          Copyright © 2021 MakerGram, All rights reserved.
          Privacy Policy | Terms & Conditions | Disclaimer | Code of Conduct