Skip to content

Commit

Permalink
HW realese 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fattoresaimon committed Nov 22, 2017
1 parent 616c2c7 commit 8193b3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file modified PCB_BOT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# I2C Encoder
--------------------------------------------------------------------------------
<img src="PCB_TOP.jpg" width="300"> <img src="PCB_BOT.jpg" width="300">

<img src="PCB_TOP.jpg" width="300"> <img src="PCB_BOT.jpg" width="300">
<img src="FullAssembled.jpg" width="300"> <img src="ChainExample.jpg" width="500">

## Introduction
Expand All @@ -17,6 +17,10 @@ the counter value can be wrapped or can stuck on the threshold valued reached.
The I2C Encoder also has an open-drain interrupt pin. It is set to logic low every time when the encoder is rotated
or pushed. The status register must be read by the master to check what is changed.

## HW version 1.2
* Resolved the I2C pull-up resistor issue.
* Removed pull-up and anti bouncing filter on the push-button. The MCU pull-up are used and the anti bouncing is done in FW.

## Where you can get this board?
It's possible to buy this board here:
* [Tindie](https://www.tindie.com/products/10730/)
Expand All @@ -26,7 +30,7 @@ It's possible to buy this board here:
* [Arduino Library:](/Arduino%20Library) Ready to use library for the Arduino boards, with some examples.
* [Firmware:](/Firmware) Project folder of Microchip MPLAB X containg the code running inside of the PIC16F15323
* [Hardware:](/Hardware) Folder containing the gerber file, schematic and BOM. The original project is not available.
* [Datasheet EncoderI2C:](EncoderI2C%20v1.3.pdf) Datasheet of the board with the description of the registers and some useful information.
* [Datasheet EncoderI2C:](EncoderI2C%20HW%20v1.2.pdf) Datasheet of the board with the description of the registers and some useful information.


**If you want to donate for my work, i would really appreciate it. You can donate here with this link. Thank you!**
Expand Down

0 comments on commit 8193b3c

Please sign in to comment.