All Projects → JTrotta → Raspberrysharp

JTrotta / Raspberrysharp

Licence: mit
A .NET/Mono IO Library for Raspberry Pi This library is a complete refactoring of Raspberry-Sharp libraries, merged into one library and updated to RB3, CM3 and RB3+

Projects that are alternatives of or similar to Raspberrysharp

Rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
Stars: ✭ 463 (+1029.27%)
Mutual labels:  raspberrypi, spi, i2c, gpio
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+30382.93%)
Mutual labels:  spi, i2c, gpio, iot
Swiftygpio
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
Stars: ✭ 1,188 (+2797.56%)
Mutual labels:  spi, i2c, gpio, iot
Ofxgpio
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
Stars: ✭ 155 (+278.05%)
Mutual labels:  spi, i2c, gpio
Powershell Iot
Interact with I2C, SPI & GPIO devices using PowerShell Core!
Stars: ✭ 106 (+158.54%)
Mutual labels:  spi, i2c, gpio
Periph
Go·Hardware·Lean
Stars: ✭ 1,700 (+4046.34%)
Mutual labels:  spi, i2c, gpio
Nf Interpreter
⚙️ nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
Stars: ✭ 168 (+309.76%)
Mutual labels:  spi, i2c, gpio
Diozero
Java Device I/O library that is portable across Single Board Computers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
Stars: ✭ 167 (+307.32%)
Mutual labels:  spi, i2c, gpio
Cylon
JavaScript framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 3,862 (+9319.51%)
Mutual labels:  i2c, gpio, iot
awesome-embedded-swift
⚡️🛠🧰 A curated list for Embedded and Low-Level development in the Swift programming language.
Stars: ✭ 57 (+39.02%)
Mutual labels:  gpio, i2c, spi
Drivers
TinyGo drivers for sensors and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
Stars: ✭ 250 (+509.76%)
Mutual labels:  spi, i2c, gpio
tinyfont
Text library for TinyGo displays
Stars: ✭ 37 (-9.76%)
Mutual labels:  gpio, i2c, spi
Gopi
Raspberry Pi Go Language Interface
Stars: ✭ 82 (+100%)
Mutual labels:  spi, i2c, gpio
Mraa
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.
Stars: ✭ 1,220 (+2875.61%)
Mutual labels:  spi, i2c, gpio
Elixir ale
Interact with hardware in Elixir - GPIOs, I2C and SPI
Stars: ✭ 336 (+719.51%)
Mutual labels:  spi, i2c, gpio
Tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Stars: ✭ 9,068 (+22017.07%)
Mutual labels:  spi, i2c, gpio
pigpio-client
A nodejs client for pigpio socket interface.
Stars: ✭ 24 (-41.46%)
Mutual labels:  gpio, i2c, raspberrypi
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (-29.27%)
Mutual labels:  i2c, raspberrypi, spi
Raspberry-ssd1306
ssd1306 Command Line Tool for Raspberry Pi
Stars: ✭ 34 (-17.07%)
Mutual labels:  i2c, raspberrypi, spi
Waterius
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Stars: ✭ 295 (+619.51%)
Mutual labels:  i2c, iot

RaspberrySharp

RaspberrySharp is a high performance .NET library for Raspberry Pi boards. Based on former Raspberry-Sharp (R.I.P.), it has been completely refactored. It provides all IO bus availables on Pis, included Compute Model 3 and GPIO over 31. The implementation is based on the work by Eric Bezine http://www.raspberry-sharp.org/author/eric-bezine/.

Features

  • GPIO from 1 to 45 (CM3 has 45 GPIOs)
  • GPIO removed confusion between Connector Pin and GPIO Pin numbers, only GPIO numbers
  • I2C bus (included repeated start as protocol request)
  • I2C Detect (beta)
  • SPI (beta)
  • OneWire
  • No dependencies, just one library
  • Many samples to show the functionality

Supported frameworks

  • .NET Standard 2.0+
  • .NET Framework 4.6.2+ (x86, x64, AnyCPU)
  • Mono 5.2+

Supported Raspberry Pi versions

  • Raspberry Pi 1 model A
  • Raspberry Pi 1 model B
  • Raspberry Pi 2 model B (+)
  • Raspberry Pi 3 model B (+)
  • Raspberry Pi Zero
  • Raspberry Pi Zero W
  • Raspberry Pi CM1
  • Raspberry Pi CM3

Nuget

This library is available as a nuget package: https://www.nuget.org/packages/RaspberrySharp/

Contributions

If you want to contribute to this project just create a pull request. But only pull requests which are matching the code style of this library will be accepted. Before creating a pull request please have a look at the library to get an overview of the required style.

If you use this library and want to see your project here please let me know.

MIT License

Copyright (c) 2018 Gerardo Trotta

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].