rzr / generic-sensors-webthings

Sensors kit for RPI
https://purl.org/rzr/sensors
Mozilla Public License 2.0
4 stars 5 forks source link

Sensors from Raspberry Pi SenseHat #13

Closed gcohler closed 4 years ago

gcohler commented 4 years ago

Would it be possible to add the sensors from the Raspberry Pi Sense-Hat? https://www.raspberrypi.org/documentation/hardware/sense-hat/

rzr commented 4 years ago

I see from:

That following sensors are on hat, can you list addresses using i2c tools?

btw I planed to add motion sensors

gcohler commented 4 years ago

Here are the three manual pages with all the detailed information. I hope that this helps. And if these become too complicated, please don't spend too much time -- this is just a bit of playing that I'm doing. Thanks very much.

rzr commented 4 years ago

is HTS221 compatible with htu21d, as recently supported in

May you check if any npm drivers are already supporting those sensors ?

https://www.npmjs.com/search?q=keywords:hts221

Please create tickets in helper library:

Relate-to: https://github.com/rzr/generic-sensors-lite/issues/14

gcohler commented 4 years ago

I have used this in the past: https://github.com/balena-io-playground/node-sense-hat

I am not sure about compatibility with the HTU21D -- they are from two different manufacturers.

rzr commented 4 years ago

I don't have those sensors home, but we can try to support them if you have time to test them

May this change inspire you too:

https://github.com/rzr/generic-sensors-lite/commit/bdcd23f30632f8d329c29bbe3b1d33c73b8640a9

gcohler commented 4 years ago

Ok. I can try to test here.

gcohler commented 4 years ago

BTW, if you would like me to send you a Sense Hat to have, send me an email with your address info and I'll be happy to send you one. Thanks!

gcohler commented 4 years ago

https://www.fedex.com/apps/fedextrack/?action=track&action=track&language=english&cntry_code=us&tracknumbers=137920214903

On its way!

Best regards, Geof Cohler

+1 (781) 218-9250 g.cohler@computer.org

Skype:geof.cohler https://www.linkedin.com/in/gcohler

On Thu, Apr 16, 2020 at 9:29 AM Philippe Coval notifications@github.com wrote:

I see from:

-

https://pythonhosted.org/sense-hat/

Gyroscope Accelerometer Magnetometer Temperature Humidity Barometric pressure

That following sensors are on hat, can you list addresses using i2c tools?

btw I planed to add motion sensors

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rzr/mozilla-iot-generic-sensors-adapter/issues/13#issuecomment-614653137, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHMHZ2X5HVMOBXIEMNEWSTRM4B27ANCNFSM4MJS7LBA .

rzr commented 4 years ago

Thanks a lot I'll try to implement those drivers soon or later

--
https://purl.org/rzr/
 
De : "Geof Cohler"
A : "rzr/mozilla-iot-generic-sensors-adapter" ,"Philippe Coval" ,"Comment"
Envoyé: mardi 21 Avril 2020 10:40
Objet : Re: [rzr/mozilla-iot-generic-sensors-adapter] Sensors from Raspberry Pi SenseHat (#13)
 

 

https://www.fedex.com/apps/fedextrack/?action=track&action=track&language=english&cntry_code=us&tracknumbers=137920214903

On its way!


Best regards,
Geof Cohler

+1 (781) 218-9250
g.cohler@computer.org

Skype:geof.cohler
https://www.linkedin.com/in/gcohler


On Thu, Apr 16, 2020 at 9:29 AM Philippe Coval <notifications@github.com>
wrote:

> I see from:
>
> -
>
> https://pythonhosted.org/sense-hat/
>
> Gyroscope
> Accelerometer
> Magnetometer
> Temperature
> Humidity
> Barometric pressure
>
> That following sensors are on hat, can you list addresses using i2c tools?
>
> btw I planed to add motion sensors
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/rzr/mozilla-iot-generic-sensors-adapter/issues/13#issuecomment-614653137>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABHMHZ2X5HVMOBXIEMNEWSTRM4B27ANCNFSM4MJS7LBA>
> .
>


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

 
rzr commented 4 years ago

Would a pihat adapter be a better solution, I started to implement pi-sense-hat in python:

https://mastodon.social/@rzr/104052988571122681

rzr commented 4 years ago

Problem is solved by this other hat https://github.com/rzr/sense-hat-webthing

but I would be also good to support those sensors using iotjs too,

Relate-to: https://github.com/rzr/generic-sensors-lite/issues/9

rzr commented 4 years ago

Let me close this issue until it's implemented in generic-sensors-lite project

Please reopen once those tickets are updated:

https://github.com/rzr/generic-sensors-lite/issues/12#issuecomment-632819045

https://github.com/rzr/generic-sensors-lite/issues/10

https://github.com/rzr/generic-sensors-lite/issues/14