Skip to content

Kavikick/TankController

 
 

GitHub license OA Box version testing status PRs Welcome

All Contributors

Tank Controller Library

Arduino library for the Open Acidification pH Stat Controller

Use

Development

Install

To install onto an Arduino Mega2560 use the Arduino IDE.

By default, the Arduino compiler links to a printf library that does not support printing floating point numbers. To get that feature (which we use!), add the following lines to boards.txt and use the Tools menu to select "ARV printf Version: "Full printf". On macOS, the boards.txt is located at ~/Library/Arduino15/packages/arduino/hardware/avr/1.8.3. For background see here. (The avr directory should get created by a successful run of scripts/testAndBuild.sh.)

menu.printf=AVR printf Version

mega.menu.printf.default=Default printf
mega.menu.printf.default.compiler.c.elf.extra_flags=
mega.menu.printf.full=Full printf
mega.menu.printf.full.compiler.c.elf.extra_flags=-Wl,-u,vfprintf -lprintf_flt
mega.menu.printf.minimal=Minimal printf
mega.menu.printf.minimal.compiler.c.elf.extra_flags=-Wl,-u,vfprintf -lprintf_min

Menus

To navigate through the menus, press 2, 4, 6, or 8 on the keypad.

The following are "hidden" commands:

  • From the 'SeeDeviceAddress' command:
    • 'B' goes into an infinite loop that should trigger a reset by the watchdog timer in 8 seconds
    • 'C' regenerates a new (random) MAC address that will take effect on the next restart
  • On startup you can avoid the 60-second DHCP attempt by pressing any key

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Kirt Onthank

💼 💻 🎨 🤔 🧑‍🏫

Preston Carman

🐛 💻 🤔 🧑‍🏫 👀

James Foster

💻 🤔 🧑‍🏫 📆 👀 🐛

Kavikick

💻

eucalvo

💻 🐛

Lizj96

💻

khalilxl

💻

atg7000

💻

Caleb Herbel

💻

Lucas Saca

💻

EvanKropf

💻

genevea

💻

Catherine

💻

Dzyre

💻

Paydenb

💻

TaylorSmith28

💻

benwach

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Other

  • Libraries lists the external libraries and their licenses.

About

The arduino code for the Open Acidification pH-stat unit

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.3%
  • Python 5.0%
  • Makefile 1.4%
  • Shell 1.3%