Skip to content

Releases: pharo-iot/PharoThings

PharoThings to Pharo 7 and Pharo 8

16 Dec 15:25
d554b90
Compare
Choose a tag to compare

Improvements on ReadWriteLock, Object Statistics, and Seamless.
This version works on Pharo 7 and Pharo 8, but not in Pharo 9.
To changes at this level requires a lot of effort to keep the retro compatibility.
The main branch will be split into Pharo7, Pharo8, being the main branch supporting Pharo 9.
The fixes to work it on Pharo 9 will be done on the main branch.
This is the last tag with the master branch supporting Pharo 7/8/9.

Continuous build

16 Dec 16:52
d554b90
Compare
Choose a tag to compare

PharoThings Pharo 7

21 Jul 12:32
a19cea5
Compare
Choose a tag to compare

fixed the installation of packages dependencies by PharoImageCreatorForGithubCi

Telepharo/Seamless improvements, PotAppDevice to encapsulate applications

28 Apr 14:29
40b4596
Compare
Choose a tag to compare

PharoThings' network communication is more stable now and has a new PotAppDevice class to encapsulate applications.

New board model, HD44780 and HCSR04 sensors

15 Oct 15:53
98b891d
Compare
Choose a tag to compare
Merge pull request #34 from pharo-iot/dev

Merge the Dev branch in the Master branch

TelePharo 0.3.7 update

16 May 21:23
33e87be
Compare
Choose a tag to compare

Brings fixes for Calypso and Seamless

Update TelePharo and Mocketry

05 May 14:54
8643f6a
Compare
Choose a tag to compare
v0.2.7

Update TelePharo and Mocketry

Pharo 7 integration and more

17 Feb 19:52
7374b20
Compare
Choose a tag to compare
  • New TelePharo version for Pharo 7
  • Initial Arduino model
  • New example WaterAlarm
  • Raspberry model B3

BMP280 and MCP9808 sensors

14 Feb 16:15
07c5fb1
Compare
Choose a tag to compare

Temperature sensors are implemented as separate classes:

  • PotBMP280Device
  • PotMCP9808Device

They incapsulate required initialisation logic and actual data reading:

  • readTemperature (returns number in Celsius)

BMP280 is more advanced sensor. It also measures pressure and humidity. To get all parameters use #readParameters message which returns three items array (Celsius, hPa, humidity percents)

It is major stable version 0.2

09 Jan 15:37
07c5fb1
Compare
Choose a tag to compare

Based on latest TelePharo 0.2 and Calypso 0.8