-
I2C Terminal for Arduino Uno coming soon...
01/31/2016 at 23:30 • 0 commentsWorking on TWI/I2C terminal for Arduino Uno. Firmware is there, documentation isn't, but this is going to change soon.
-
Hardware testing example - I2C, RTC & Arduino
01/21/2016 at 00:10 • 0 commentsHardware testing is rather obscure topic among #makers crowd. Most projects are born on a bench and stay there or move into a box. If you ever done some serious software engineering, you probably heard about software testing.
How about doing hardware unit test... in Python?
We made a small example where we explore MCP7940N RTC by writing a test for it. Test verifies:
- our wiring and I2C communication
- RTC response (using programmable Alarm and Arduino DIO port)
This example may look trivial, but it opens few interesting opportunities, like testing maximum bus wire length, temperature range, power supply voltage, etc.
You can find it on our project page: https://iobtoolkit.com/s/hwtest/
-
Linux Mint 17.3 installation tutorial updated
01/17/2016 at 10:05 • 0 commentsWe just updated our installation instructions with video:
https://iobtoolkit.com/docs/installation.html#i-o-blocks-packages
Check it out and comment.
-
I2C tutorial update
01/16/2016 at 11:40 • 0 commentsWe updated our I2C Terminal tutorial. Thanks for anonymous user for pointing out few errors.
-
Github repo with examples
01/13/2016 at 00:34 • 0 commentsWe started tracking example scripts in Github repository . Check it out. It's modest for now, but it will grow.
If you'd like to see some example, just ask us. We'll try hard to deliver.
-
Hello, world! example
01/13/2016 at 00:26 • 0 commentsWe just published Hello, world! example for Arduino Uno. Check it out here:
https://iobtoolkit.com/s/blinky
It shows how to use digital I/O in IOB Control and Python.
-
FAQ updated
01/08/2016 at 22:25 • 0 commentsUpdated our FAQ: https://iobtoolkit.com/docs/faq.html
-
Screenshots
01/07/2016 at 00:54 • 0 commentsAdded screenshots in project gallery.
-
A milesone: first bugfix release! :)
01/06/2016 at 23:49 • 0 commentsToday we push our first bugfix release: iobtoolkit 1.0.1. We fixed I2C terminal and added I2C Reset-On-Error for Arduino Leonardo.
http://iobtoolkit.com/download/
#arduino #makers #electronics #python #prototyping
-
Prototyping I2C driver for MCP7940N in... Python?
01/06/2016 at 00:09 • 0 comments#prototyping I2C driver for MCP7940N RTC clock with #iobtoolkit and #python:
https://iobtoolkit.com/s/python-mcp7940n
We're going to save time but moving dirty, low-level mental work outside hostile C/C++/Assembly environment to nice Python IDE. Check it out.