Tile-Sensa Test Program

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
Post Reply
nherriot
Posts: 24
Joined: Wed Oct 19, 2016 1:02 pm

Tile-Sensa Test Program

Post by nherriot » Wed Apr 17, 2019 3:59 pm

Hi all,

I've cleaned up and adapted a simple test program which may help people when working with the TILE-SENSA tile and the new pyboard D. It simply contains an object definition (class) called TileOne which initializes the sensors for humidity and temperature and also sets up the 'buzzer' (this requires that you have the tile which contains the tiny buzzer).

For now I've put the code in our open repo here:

https://github.com/SamsungResearchUK-Io ... rams/tiles

If anyone has better ideas, pull requests, issues etc please let me know .

:D

Kind regards, Nicholas.

jamonda
Posts: 36
Joined: Thu May 21, 2020 3:48 pm

Re: Tile-Sensa Test Program

Post by jamonda » Thu Sep 10, 2020 10:52 am

Buzzer on Tile Sensa? I have never heard of it. Where can I find more about this buzzer?

nherriot
Posts: 24
Joined: Wed Oct 19, 2016 1:02 pm

Re: Tile-Sensa Test Program

Post by nherriot » Thu Sep 10, 2020 4:34 pm

Hi Jamonda,

you need:
1) one of the microcontrollers from pyboard-D series. (https://store.micropython.org/category/ ... 20D-series)
2) An adaptor board which you plugin the micro-controller and the tile sensor like this: https://store.micropython.org/product/WBUS-DIP68
which can take 4 tile sensors. Or the smaller one which takes one tile sensor: https://store.micropython.org/product/WBUS-DIP28#_
3) And a tile sensor: https://store.micropython.org/product/TILE-SENSA

Hope this helps! :-)

Kind regards, Nicholas.

jamonda
Posts: 36
Joined: Thu May 21, 2020 3:48 pm

Re: Tile-Sensa Test Program

Post by jamonda » Fri Sep 11, 2020 3:17 am

Hi. I know the tile sensa, but you were talking about a 'tiny buzzer'. AFAIK, there is no tile sensa with a buzzer. So, there is no buzzer to be set up by the driver. Am I wrong?

jamonda
Posts: 36
Joined: Thu May 21, 2020 3:48 pm

Re: Tile-Sensa Test Program

Post by jamonda » Wed Oct 07, 2020 12:49 am

Can anybody please explain where can I find a tile with a buzzer?

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Tile-Sensa Test Program

Post by pythoncoder » Wed Oct 07, 2020 7:26 am

I don't believe there is one.
Peter Hinch
Index to my micropython libraries.

jamonda
Posts: 36
Joined: Thu May 21, 2020 3:48 pm

Re: Tile-Sensa Test Program

Post by jamonda » Wed Oct 07, 2020 8:16 pm

pythoncoder wrote:
Wed Oct 07, 2020 7:26 am
I don't believe there is one.
Thank you for the confirmation, Python Coder.
I was intrigued to read above "this requires that you have the tile which contains the tiny buzzer".

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Tile-Sensa Test Program

Post by pythoncoder » Thu Oct 08, 2020 6:17 am

Me too; I thought I was familiar with all the Pyboard kit. I looked, but did not find ;)
Peter Hinch
Index to my micropython libraries.

Post Reply