RPI T8: Difference between revisions

From lechacal
Jump to navigation Jump to search
 
(39 intermediate revisions by the same user not shown)
Line 7: Line 7:
This page is for board specific information. More information can be found on the [[Raspberrypi_Current_and_Temperature_Sensor_Adaptor | generic page for RPICT series]].
This page is for board specific information. More information can be found on the [[Raspberrypi_Current_and_Temperature_Sensor_Adaptor | generic page for RPICT series]].


* 8 Temperature ports
* 8 Temperature ports for DS18B20
* Fit on Raspberrypi 4 holes mounting pattern.
* Fit on Raspberrypi 4 holes mounting pattern.
* AtMega328 Mcu (Arduino UNO)
* AtMega328 Mcu (Arduino UNO)
Line 32: Line 32:
|-
|-
|Raspberrypi 3 B+
|Raspberrypi 3 B+
|Partially (Contact shop if required) [[RPICT Compatibility with B+ | More info here]].
|Yes.
|-
|Raspberrypi 4 B
|Yes.
|-
|-
|}
|}
* Asus Tinkerboard has been reported to work with RPICT units. Note we wont be able to provide support for the Tinkerboard.


=Recommended sensors=
=Recommended sensors=
* DS18B20
* DS18B20
[[File:IMG_1906_small.png | right | 300px]]


The RPI_T8 has 8 ports readily available for connection with a DS18B20. Note that more than 8 probes can be used by connecting several probe to a single port.


[[File:IMG_1904_small.png | 300px]]
[[File:IMG_1907_small.png | 300px]] [[File:IMG_1910_small.png | 300px]]


[[File:IMG_1905_small.png | 300px]]
=Stacking Information=


[[File:IMG_1907_small.png | 300px]] [[File:IMG_1910_small.png | 300px]]
[[File:IMG_1915_small.png | right | 300px]]


=Stacking Information=


The RPI_T8 can be used on its own or stacked on top of RPICT7V1 RPICT4V3 or RPICT8.
The RPI_T8 can be used on its own or stacked on top of RPICT7V1 RPICT4V3 or RPICT8.


The RPI_T8 must be slave 1. i.e. First jumper set as slave. Microcontroller must be removed from the board to operate as slave.
The RPI_T8 must be slave number 1. i.e. First jumper set as slave. Microcontroller must be removed from the board to operate as slave.


RPI_T8 must be the top unit in any stack. This is due to the screw terminal which won't be available if not at the top.  
RPI_T8 must be the top unit in any stack. This is due to the screw terminal which won't be accessible if not at the top.  


General stacking information is described in the RPICT stacking page.<br>
General stacking information is described in the RPICT stacking page.<br>
[[RPICT_Stacking]]
[[RPICT_Stacking]]<br>
[[RPICT_Stacking_Version_5]]
 
Limitations. The default sketch normally allows up to 28 Current/Voltage pairs to be executed. This is lowered to 16 when using the RPI_T8 in the stack.
 
 
[[File:IMG_1912_small.png | 300px]]
 
=Software Configuration=
 
==As Master==
 
The RPI_T8 uses the same configuration structure as other master hardware. However only ''nodeid'' and ''polling'' have any effect.
 
[[Over Serial Configuration - Sketch 3.0]]<br>
 
The data output as master has the following format:
 
nodeid T1 T2 T3 T4 ...
 
Note the order of the temperature probe appearing does not depend on which port they are connected but on the address of the DS18B20 probe.
 
The know the address of the probe use the cat command to output the data stream and perform a reset of the board. At boot up all addresses of found probes will appear.
 
==As Slave==
The documentation for serial configuration can be found on this page. <br>
 
[[Over_Serial_Configuration_-_Sketch_4]]
 
To enable temperature just add a single channel as temperature. All detected probe will be sent on output one after the other.
 
[[File:Screenshot_2021-11-01_20-22-56.png | 450px | link=http://lechacal.com/RPICT/config/generator/latest/index.html]]  


The board can be configured with the [http://lechacal.com/RPICT/config/generator/latest/index.html online configurator].


[[File:IMG_1911_small.png | right| 300px]] [[File:IMG_1912_small.png | 300px]]


[[File:IMG_1915_small.png | 300px]]
There are two ways to include the temperature salve board in the config
 
'''Manually'''<br>
Add the temperature channel manually in the config file by adding 255 255 7 like shown below.
 
[[File:Screenshot_2023-01-21_18-44-54.png]]
 
'''In Full Configuration page'''<br>
Load your current configuration in the 'Full Configuration' page. <br>
Do not count the RPI_T8 slave in the slave count. For example if having one master and one RPI_T8 just leave the number of slaves as 0.<br>
Add the temperature channel in the 'output channel' section like below.<br>
 
[[File:Screenshot_2023-04-21_20-06-00.png]]


=Files=
=Files=
Line 68: Line 115:
===Master Sketch===
===Master Sketch===


coming soon...
[http://lechacal.com/RPICT/T8/RPI_T8_v1.0.ino RPI_T8_v1.0]


===Slave Sketch===
===Slave Sketch===


In order to use the RPI_T8 as slave the master board must be flashed with the sketch below with temperature support enabled.
In order to use the RPI_T8 as slave the master board must be flashed with the sketch below. These have temperature support enabled.
To enable Temperature support uncomment line 10 in the sketch. Remove the two slashes in the following line.
 
//#define TEMPERATURE_SUPPORT
[http://lechacal.com/RPICT/sketch/RPICT_MCP3208_v4.1.0_TEMP06.ino.hex Default RPICT_MCP3208_v4.1.0_TEMP06 for RPI_T8 as Slave 1.]<br>
[http://lechacal.com/RPICT/sketch/RPICT_MCP3208_v4.1.0_TEMP07.ino.hex Default RPICT_MCP3208_v4.1.0_TEMP07 for RPI_T8 as Slave 2.]<br>
 
 
[[File:IMG_1904_small.png | 300px]]


[http://lechacal.com/RPICT/7CT1V/RPICT_MCP3208_v3.0.2.ino Default Sketch V3.0.2.]<br>
[[File:IMG_1905_small.png | 300px]]

Latest revision as of 19:10, 21 April 2023


Link to shop

This page is for board specific information. More information can be found on the generic page for RPICT series.

  • 8 Temperature ports for DS18B20
  • Fit on Raspberrypi 4 holes mounting pattern.
  • AtMega328 Mcu (Arduino UNO)
  • Stackable

Compatibility

Version Compatible?
Raspberrypi 1 A No
Raspberrypi 1 B+ Yes
Raspberrypi 2 B Yes
Raspberrypi 3 B Yes
Raspberrypi 3 B+ Yes.
Raspberrypi 4 B Yes.
  • Asus Tinkerboard has been reported to work with RPICT units. Note we wont be able to provide support for the Tinkerboard.

Recommended sensors

  • DS18B20

The RPI_T8 has 8 ports readily available for connection with a DS18B20. Note that more than 8 probes can be used by connecting several probe to a single port.

Stacking Information


The RPI_T8 can be used on its own or stacked on top of RPICT7V1 RPICT4V3 or RPICT8.

The RPI_T8 must be slave number 1. i.e. First jumper set as slave. Microcontroller must be removed from the board to operate as slave.

RPI_T8 must be the top unit in any stack. This is due to the screw terminal which won't be accessible if not at the top.

General stacking information is described in the RPICT stacking page.
RPICT_Stacking
RPICT_Stacking_Version_5

Limitations. The default sketch normally allows up to 28 Current/Voltage pairs to be executed. This is lowered to 16 when using the RPI_T8 in the stack.


Software Configuration

As Master

The RPI_T8 uses the same configuration structure as other master hardware. However only nodeid and polling have any effect.

Over Serial Configuration - Sketch 3.0

The data output as master has the following format:

nodeid T1 T2 T3 T4 ...

Note the order of the temperature probe appearing does not depend on which port they are connected but on the address of the DS18B20 probe.

The know the address of the probe use the cat command to output the data stream and perform a reset of the board. At boot up all addresses of found probes will appear.

As Slave

The documentation for serial configuration can be found on this page.

Over_Serial_Configuration_-_Sketch_4

To enable temperature just add a single channel as temperature. All detected probe will be sent on output one after the other.

The board can be configured with the online configurator.


There are two ways to include the temperature salve board in the config

Manually
Add the temperature channel manually in the config file by adding 255 255 7 like shown below.

In Full Configuration page
Load your current configuration in the 'Full Configuration' page.
Do not count the RPI_T8 slave in the slave count. For example if having one master and one RPI_T8 just leave the number of slaves as 0.
Add the temperature channel in the 'output channel' section like below.

Files

Sketch

Master Sketch

RPI_T8_v1.0

Slave Sketch

In order to use the RPI_T8 as slave the master board must be flashed with the sketch below. These have temperature support enabled.

Default RPICT_MCP3208_v4.1.0_TEMP06 for RPI_T8 as Slave 1.
Default RPICT_MCP3208_v4.1.0_TEMP07 for RPI_T8 as Slave 2.