Skip to content

GPIO access had been changed in newer versions of raspbian #1393

@jwende

Description

@jwende

echo "$SX1301_RESET_BCM_PIN" > /sys/class/gpio/export

I had to change start.sh to something like this:

# Reset iC880a PIN
SX1301_RESET_BCM_PIN=25
pinctrl set 25 op dl
sleep 0.1
pinctrl set 25 op dh
sleep 0.1
pinctrl set 25 op dl
sleep 0.1

ToDo: use variable instead of fixed gpio number

Regards
Joerg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions