Magspoofpi

MagSpoof for Raspberry PI GPIO
Alternatives To Magspoofpi
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Johnny Five12,9711,7241635 days ago300July 06, 202144otherJavaScript
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Gobot8,14720235 days ago27May 02, 2022155otherGo
Golang framework for robotics, drones, and the Internet of Things (IoT)
Cylon3,685339844 years ago47April 22, 201644otherJavaScript
JavaScript framework for robotics, drones, and the Internet of Things (IoT)
Rpi Rgb Led Matrix3,024
15 days ago477gpl-2.0C++
Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
Periph1,7367610 months ago30May 29, 202242apache-2.0Go
Go·Hardware·Lean
Gpiozero1,663162437 days ago24March 18, 2021131otherPython
A simple interface to GPIO devices with Raspberry Pi
Mraa1,305120725 days ago5September 07, 2018185mitC
Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
Alexapi1,273
4 years ago113mitPython
Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead
Swiftygpio1,234
a year agoJune 10, 202124mitSwift
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
Embd1,2101665 years ago4March 06, 201746mitGo
Embedded Programming Framework in Go
Alternatives To Magspoofpi
Select To Compare


Alternative Project Comparisons
Readme

MagSpoofPI.c license: https://github.com/samyk/BPL/blob/master/README.md

MagSpoofPI - code integration by Salvador Mendoza([email protected]) @Netxing
Thanks to Samy Kamkar(@samykamkar) and Sabas(@Sabasacustico)
Details and configuration example: https://netxing.wordpress.com/2016/08/27/magspoofpi/

Main idea: be able to compile MagSpoof with variable tracks, and use it
without arduino dependencies, and use it on the same raspberry pi gpio.
-
Special code for Raspberry Pi implementing avr-gcc without arduino.
-
Main modifications from the original MagSpoof in functions like digitalWrite(),
setup() and loop().

Original MagSpoof: http://samy.pl/magspoof/

Original instructions to program Attiny85 for Raspberry Pi:
http://www.instructables.com/id/Programming-the-ATtiny85-from-Raspberry-Pi/

Dependencies: Download and build avrdude

sudo apt-get install bison automake autoconf flex git gcc
sudo apt-get install gcc-avr binutils-avr avr-libc
git clone kcuzner/avrdude
cd avrdude/avrdude
./bootstrap && ./configure && sudo make install

Setup SPI on the GPIO

sudo raspi-config
and Enable SPI device in the Advanced Options (see picture)
You can check this at the command line with lsmod, no need to reboot. (Maybe need to sudo modprobe spidev)

Download and build WiringPi for the gpio commands

cd ~
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build

cd ~
git clone https://github.com/salmg/MagSpoofPI.git
cd MagSpoofPI
make install

To test it:
sudo python rba.py

Popular Gpio Projects
Popular Raspberry Pi Projects
Popular Hardware Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Raspberry
Cd
Gcc
Gpio
Avr
Kicad