Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting Up The EZO Atlas-Scientific Stamps For Robo-Tank
#1
Thought I would take a jump on this question, I'm sure it will be asked often. Hopefully this clears everything up, any questions feel free to post.

Unfortunately the EZO Atlas-Scientific stamps aren't plug and play, as much as I want them to be there's nothing I can do about it.

New stamps are set in UART mode as a default, you need to put the stamp in I2C mode. The reason we want I2C is it allows better control on the data because each stamp is called using an address. 

pH Stamp
Follow these steps to switch from UART mode to I2C mode. If the light on your stamp is Blue then you are already in I2C mode.
  1. Upload the code from the following page to an Arduino Mega 2560, do this before connecting your stamp.  https://www.atlas-scientific.com/_files/...e-Code.pdf 
  2. After uploading the code connect your stamp as shown in the diagram in the above link.
  3. Power up the Arduino Mega 2560 and open the "serial monitor"
  4. You should see a pH reading being displayed every second
  5. At the top type in "I2C,99" without the quotes and click send or press enter
  6. The small light on your stamp should have turned blue and the pH readings stop showing up.
If you get to step 6 you have successfully put the pH stamp in I2C mode. It's now safe to connect it to Robo-Tank using the diagram in the following link.
https://www.atlas-scientific.com/_files/code/ph-i2c.pdf

ORP Stamp
Follow these steps to switch from UART mode to I2C mode. If the light on your stamp is Blue then you are already in I2C mode.
  1. Upload the code from the following page to an Arduino Mega 2560, do this before connecting your stamp. https://www.atlas-scientific.com/_files/...e-Code.pdf 
  2. After uploading the code connect your stamp as shown in the diagram in the above link.
  3. Power up the Arduino Mega 2560 and open the "serial monitor"
  4. You should see a ORP reading being displayed every second
  5. At the top type in "I2C,98" without the quotes and click send or press enter
  6. The small light on your stamp should have turned blue and the ORP readings stop showing up.
If you get to step 6 you have successfully put the ORP stamp in I2C mode. It's now safe to connect it to Robo-Tank using the diagram in the following link.
https://www.atlas-scientific.com/_files/...rp-i2c.pdf

Dissolved Oxygen Stamp
Follow these steps to switch from UART mode to I2C mode. If the light on your stamp is Blue then you are already in I2C mode.
  1. Upload the code from the following page to an Arduino Mega 2560, do this before connecting your stamp. https://www.atlas-scientific.com/_files/...e-Code.pdf
  2. After uploading the code connect your stamp as shown in the diagram in the above link.
  3. Power up the Arduino Mega 2560 and open the "serial monitor"
  4. You should see a DO reading being displayed every second
  5. At the top type in "I2C,97" without the quotes and click send or press enter
  6. The small light on your stamp should have turned blue and the DO readings stop showing up.
If you get to step 6 you have successfully put the dissolved oxygen stamp in I2C mode. It's now safe to connect it to Robo-Tank using the diagram in the following link.
https://www.atlas-scientific.com/_files/code/do-i2c.pdf

Conductivity Stamp
Follow these steps to switch from UART mode to I2C mode. If the light on your stamp is Blue then you are already in I2C mode.
  1. Upload the code from the following page to an Arduino Mega 2560, do this before connecting your stamp. https://www.atlas-scientific.com/_files/...e-Code.pdf
  2. After uploading the code connect your stamp as shown in the diagram in the above link.
  3. Power up the Arduino Mega 2560 and open the "serial monitor"
  4. You should see a EC reading being displayed every second
  5. At the top type in "I2C,100" without the quotes and click send or press enter
  6. The small light on your stamp should have turned blue and the EC readings stop showing up.
If you get to step 6 you have successfully put the EC stamp in I2C mode. It's now safe to connect it to Robo-Tank using the diagram in the following link.
https://www.atlas-scientific.com/_files/code/ec-i2c.pdf

If you have the Robo-Tank PCB's you will find the SCL/SDA pins on the connector board you can connect to. Each stamp gets connected to these pins. SCL to SCL and SDA to SDA. The pin headers marked "Atlas Scientific Stamps" isn't used. You can use 5v from the board to power it.

You can run a cable of 6ft with no problems from the controller to the stamp, and possibly between 9-12ft.
Reply to top


Messages In This Thread
Setting Up The EZO Atlas-Scientific Stamps For Robo-Tank - by Rob F - 10-29-2015, 05:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Atlas Scientific Multi Circuit I2C Carrier Board ChrisC 31 35,394 09-08-2016, 12:36 AM
Last Post: fietsenrex

Forum Jump:

Current time: 04-27-2024, 06:31 AM