All Projects → stickbreaker → arduino-esp32

stickbreaker / arduino-esp32

Licence: other
Arduino core for the ESP32

Projects that are alternatives of or similar to arduino-esp32

PCF8575 library
Library to use i2c digital expander with arduino, esp8266 and esp32. Can read write digital value with only 2 wire (perfect for ESP-01).
Stars: ✭ 28 (-26.32%)
Mutual labels:  i2c, wire
ESP8266-I2C-Driver
Fixed built-in I2C driver for Arduino ESP8266 core
Stars: ✭ 74 (+94.74%)
Mutual labels:  i2c, wire
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 (+339.47%)
Mutual labels:  i2c
PCF8591 library
Library to use i2c analog IC with arduino and esp8266. Can read analog value and write analog value with only 2 wire (perfect for ESP-01).
Stars: ✭ 24 (-36.84%)
Mutual labels:  i2c
go-hd44780
Golang library to interact with liquid-crystal display driven by Hitachi HD44780 IC via I2C-bus driver from Raspberry PI.
Stars: ✭ 31 (-18.42%)
Mutual labels:  i2c
I2c Moisture Sensor
I2C based soil moisture sensor
Stars: ✭ 194 (+410.53%)
Mutual labels:  i2c
tinnymodbus
RS485 ModBus tiny multi-sensor module
Stars: ✭ 75 (+97.37%)
Mutual labels:  i2c
Piscope
Turn your Raspberry Pi into an Oscilloscope/XY Plotter with Python
Stars: ✭ 155 (+307.89%)
Mutual labels:  i2c
miniboot
🏗️ An I2C bootloader for Arduino.
Stars: ✭ 62 (+63.16%)
Mutual labels:  i2c
golang-example-app
Example application
Stars: ✭ 138 (+263.16%)
Mutual labels:  wire
SoftWire
Software I2C implementation for Arduino and other Wiring-type environments
Stars: ✭ 105 (+176.32%)
Mutual labels:  i2c
bme280-esp-idf-i2c
Sample code for reading values from a BME280 temperature-humidity-pressure sensor, via ESP-IDF's I2C master driver, supports both normal mode and forced mode described in the datasheet. https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf
Stars: ✭ 38 (+0%)
Mutual labels:  i2c
Ch341 Store
Documents and Software Related to the famous CH341a used in I2C/SPI Flash Programmers also called as Bios Programmers
Stars: ✭ 225 (+492.11%)
Mutual labels:  i2c
io
Go drivers for pheripheral I/O on Linux.
Stars: ✭ 20 (-47.37%)
Mutual labels:  i2c
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+32789.47%)
Mutual labels:  i2c
wire-service-jest-util
Utility library for @-wire Lightning Web Component tests
Stars: ✭ 18 (-52.63%)
Mutual labels:  wire
Nf Interpreter
⚙️ nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
Stars: ✭ 168 (+342.11%)
Mutual labels:  i2c
Drivers
TinyGo drivers for sensors and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
Stars: ✭ 250 (+557.89%)
Mutual labels:  i2c
awesome-embedded-swift
⚡️🛠🧰 A curated list for Embedded and Low-Level development in the Swift programming language.
Stars: ✭ 57 (+50%)
Mutual labels:  i2c
wire.css
Simple and responsive flexbox based Sass Framework
Stars: ✭ 42 (+10.53%)
Mutual labels:  wire

Arduino core for ESP32 WiFi chip

Build Status

Need help or have a question? Join the chat at https://gitter.im/espressif/arduino-esp32

Contents

Development Status

  • Most of the framework is implemented.
  • Differences:
    • Wire() for deeper explanation README.md
      • 64k-1 data transfers
      • Special handling for sendStop=false
  • Missing:
    • analogWrite() While analogWrite is on it's way, there are a few other options that you can use:
      • 16 channels LEDC which is PWM
      • 8 channels SigmaDelta which uses SigmaDelta modulation
      • 2 channels DAC which gives real analog output
    • Wire.onReceive()
    • Wire.onRequest()

Installation Instructions

Decoding exceptions

You can use EspExceptionDecoder to get meaningful call trace.

Issue/Bug report template

Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as for reference.

Finally, if you're sure no one else had the issue, follow the ISSUE_TEMPLATE while reporting any issue.

ESP32Dev Board PINMAP

Pin Functions

Hint

Sometimes to program ESP32 via serial you must keep GPIO0 LOW during the programming process

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].