Monday, March 12, 2012

pHduino Arduino 1.0 compatible

Hi Folks,

I updated the code of the pHduino to be compatible with the Arudino 1.0. This is the changelog.

v041_20120312

  • Removed all WProgram.h and WConstants.h and replaced by Arduino.h.
  • DS1307.cpp: Included Arduino.h.
  • DS1307.cpp: Typecast: from Wire.write(0x00) to Wire.write((uint8_t)0x00).
  • DS1307.h and twi_eeprom.h: Changed all Wire.send to Wire.write and all Wire.receive to Wire.read.
  • acme.h: Change from Serial.print(c,BYTE) to Serial.write(c).
  • Changed the main program .pde to .ino.
  • Changed CL_MAX_PARAMS_NUM in commandline.h from 2 to 3 (fco). 
 http://code.google.com/p/phduino/wiki/ChangelogFirmware

Best.

Saturday, January 1, 2011

pHduino Datalogger shield released

Feliz Ano Novo!

De pHduino Datalogger

At the begin of the 2010, I developed a datalogger shield for the pHduino. Again, I decided to make something simple to mount, modify, and use. I put the project in stand by because I need improve the code. Yesterday, I resolved make the modifications and I released it today. You can download the hardware and firmware files from the page of the project.

Tuesday, September 7, 2010

pHduino gerber files

Olá.

I have received some e-mails about people interested to buy a pHduino shield. But, I can't sell it, yet. The reason is I used the Eagle Free version (I can't make money with this version). Another reason is the business tax is very hard here in Brazil. Therefore, it is better you make your our PCB shield. I will resolve this problem in the next version.

Today, it is easy to make a PCB at home using laser print toner to make the mask for the corrosion. There are a lot of tutorials on the internet describing how to make good PCB. But, sometimes, you don't have time to make a PCB or don't have ability for it. In this case, my suggestion is generate gerber files and send to a PCB manufacturer. There are a lot of services on the internet. You only need select one with a good rate between money and time.

I generated the pHduino gerber files and made them available for anyone that wants to order a PCB from a PCB manufacturer.

Decline

Use these files for your own risk. I am not responsible if your lost money or they do not work. There are many variables involved and I can not be responsible for any mistake.

If someone detect an error, please send me a message. I will really appreciate for your help or suggestions.

Thank you and good luck.

Sunday, April 25, 2010

pYpHpoT Python Script v0.1 released

Olá.

This post is about first release of the pYpHpoT python script. It is a simple python script that reads the data from the pHduino and plots and saves the data to a text file.

Wednesday, April 21, 2010

pHduino Firmware v041 released

Hi everybody.

It is a newest release of the pHduino firmware with some little modifications. The most import addition is a magic number to simplify the pHduino operation.