GithubHelp home page GithubHelp logo

okyeron / dinkii Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.43 MB

dink-ii is an RP2040 based microcontroller designed for plug-n-play use with STEMMA-QT compatible i2c devices.

C++ 94.90% C 5.10%

dinkii's Introduction

dink-ii

dink-ii is an RP2040 based microcontroller designed for plug-n-play use with STEMMA-QT compatible i2c devices.

IMPORTANT - by default dink-ii sends 5v over the STEMMA-QT connector. If you need 3.3v for your device, see the jumper section below.

dink-ii uses a standard STEMMA-QT (JST-SH) connector for i2c.

Programming notes

i2c is set to the i2c1 bus, so use Wire1 in Arduino. i2c Pins are SDA = 2 and SCL = 3

in Arduino you would configure this in setup() with

	Wire1.setSDA(I2C_SDA);
	Wire1.setSCL(I2C_SCL);

5v jumper

The STEMMA-QT connector on dink-ii defaults to using 5v. If you need 3.3v instead for some other project, there is a 3-way jumper on the bottom of the board. For 3.3v, cut the trace between the center pad and the 5v pad, and then re-solder a bridge from the center pad to the 3.3v pad.

dinkii's People

Contributors

okyeron avatar

Stargazers

Jordan Guzak avatar

Watchers

 avatar

dinkii's Issues

Board Dimensions

Hi,

not a bug-report, but could you possibly add a file showing the physical dimensions and placement of the mounting holes and buttons on the dinkii board?

Cheers,

a|x

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.