# Communication with Sense HAT through i2c

**URL:** https://discourse.processing.org/t/communication-with-sense-hat-through-i2c/12355
**Category:** Gallery
**Created:** [June 28, 2019, 10:02am UTC](https://discourse.processing.org/t/communication-with-sense-hat-through-i2c/12355 "2019-06-28T10:02:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pbp](https://avatars.discourse-cdn.com/v4/letter/p/8491ac/32.png) [@pbp](https://discourse.processing.org/u/pbp)
#### Post date: [June 28, 2019, 10:02am UTC](https://discourse.processing.org/t/communication-with-sense-hat-through-i2c/12355/1 "2019-06-28T10:02:00Z")

</div>

Hello, I have written some code to implement functionalities for the I2C devices in the Sense HAT.  
You can find it here:

> **[PBernalPolo/RPiModules](https://github.com/PBernalPolo/RPiModules)**
>
> Modest classes that implement some functionality to read from Sense HAT I2C devices using Processing in Raspberry Pi - PBernalPolo/RPiModules

I posted the link some time ago in the old forum:

> **[Processing 2.x and 3.x Forum](https://forum.processing.org/two/discussion/22735/i2c-examples)**
>
> Processing is an electronic sketchbook, a language and a worldwide community. This is its forum.

  
but I have recently corrected some things that were not working. I tried to publish an update, but I can not post in the old forum any more, so here we are.

I hope you find that code useful.

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [July 2, 2019, 4:48pm UTC](https://discourse.processing.org/t/communication-with-sense-hat-through-i2c/12355/2 "2019-07-02T16:48:35Z")

</div>

Thank you so much for developing this, and for sharing the update!
