Embedded Programming

Discussion in 'UDOO BOLT' started by Fazlı Faruk Okumuş, Jun 25, 2020.

  1. Fazlı Faruk Okumuş

    Fazlı Faruk Okumuş UDOOer

    Joined:
    Jun 24, 2020
    Messages:
    3
    Likes Received:
    0
    Hi I am new to UDOO.Actually, I will buy one according to answers of this question. I just want to ask about gpıo's pins connected over the ATmega32u4.

    Can ı reach arduino pins over Linux kernel. What I mean that is can ı see the gpıochip's of the atmega if type kinda like ls /sys/class etc. or are there any change to communicate dynamically to arduino pins over serial connection of atmega (/dev/atcm.. )
     
  2. ccs_hello

    ccs_hello UDOOer

    Joined:
    Apr 15, 2017
    Messages:
    536
    Likes Received:
    194
    Try Firmata.
    In this arrangement, the Arduino side is where the major peripheral I/O taking place,
    while the Bolt's AMD Ryzen CPU is just talking over the
    main_CPU <--> Arduino serial communication channel
    to tether-control the Arduino.
     
    waltervl likes this.
  3. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580

Share This Page