Avatar for LouisvanGeldrop

LouisvanGeldrop

Member since Dec 2016 • Last active Oct 2018
  • 1 conversations
  • 10 comments

Most recent activity

    • 16 comments
    • 4,997 views
  • in Other Boards
    Avatar for LouisvanGeldrop

    The first one: 433Mhz

  • in Other Boards
    Avatar for LouisvanGeldrop

    Do I need the wiringPi for rf433 support?

  • in Other Boards
    Avatar for LouisvanGeldrop

    I finally got it working after the command: gpio export 23 output

    I have to run this command for each gpio port.

  • in Other Boards
    Avatar for LouisvanGeldrop

    Just installed Jessie. Unfortunately the same problem happens.

  • in Other Boards
    Avatar for LouisvanGeldrop

    sudo will not help. Installing Jessie now. Maybe that helps.

  • in Other Boards
    Avatar for LouisvanGeldrop

    the Gpio utility comes with wiringPi.
    I just uninstalled wiringPi and now I can use the echo commands without sudo.

    However Espruino still no results on all gpio-ports.

  • in Other Boards
    Avatar for LouisvanGeldrop

    sudo bash ... will only work after I typed: gpio export 23 output.
    Without the last command I receive the error:
    bash: /sys/class/gpio/gpio23/value: No such file or directory

    I am using Raspbian Stretch.

  • in Other Boards
    Avatar for LouisvanGeldrop

    Your commands only work after: gpio export 23 output.

    Without this command setting, I am not allowed to write to the ..gpio23/value. Also using sudo doesn't allow me to write

  • in Other Boards
    Avatar for LouisvanGeldrop

    I have successfully installed Espruino at my raspberry pi zero w. Also wiringPi is installed before the Espruino make.
    In a command-box the following will switch on my led: gpio -g write 23 1.

    However in Espruino: D23.write(HIGH) will not switch the Led.
    What did I forget?

Actions