neoVI PI
All DocsProductsLearning CenterSupport
  • neoVI PI
  • Safety and Other Important Notices
  • Introduction and Overview
  • A Tour of neoVI PI Hardware
  • How to flash the neoVI PI CM4
  • Disassemble & Reassemble neoVI PI
  • Software Setup
    • Python API
    • SocketCAN Kernel
  • Control membrane LEDs and Trigger Button
  • Reference: Connector Pinouts and Cable Signal Mappings
  • Support Contact Information
Powered by GitBook
LogoLogo

Applications

  • Cybersecurity
  • Data Logging
  • Simulate ECU Functions
  • Diagnostics, Testing and Validation

Products

  • Vehicle Network Adapters
  • Data Loggers
  • Software
  • Automotive Ethernet Tools

Support

  • Support Resources
  • Contact Support
  • Class Schedule & Registration
  • Training Video Library

Company

  • About
  • News
  • Events
  • Contact Us

Copyright © 2025 | All Rights Reserved

On this page
Edit on GitHub

Control membrane LEDs and Trigger Button

PreviousSocketCAN KernelNextReference: Connector Pinouts and Cable Signal Mappings

Last updated 7 months ago

7. Control membrane LEDs and Trigger Button

Note - (if you have followed the page you can skip this step)

Before you can address the membrane, you will need to activate the i2c_vc interface. To do that you need to run the following command:

echo "dtparam=i2c_vc=on" | sudo tee -a /boot/config.txt

After this you need to reboot the pi, sudo reboot will do the job.

Download the below file to control membrane LEDs and trigger buttons.

Software setup
4KB
membrane.py