Hey guys ,
I expend a lot of time with my SMS shield and now that’s work ! \o/
So follow the code
.
Cheers
#include <string.h>
char incoming_char=0;
NewSoftSerial cell(2,3);
void setup()
{
Serial.begin(9600);
cell.begin(9600);
cell.println("AT+CMGF=1");
delay(200);
cell.println("AT+CNMI=3,3,0,0");
Serial.println("Starting SM5100B Communication...");
}
void loop() {
if(cell.available() >0)
{
incoming_char=cell.read();
Serial.print(incoming_char);
}
if(Serial.available() >0)
{
incoming_char=Serial.read();
Serial.print(incoming_char);
cell.print(incoming_char);
}
}
Hey guys !
I expend some time connecting processing and C#(unity3d) using a socket connection.
So … follow the code ! Enjoy
Hei guys !
A lot of new projects running …. QR code to Tim in Panama , .Air application to Gillete , and a lot of studies using RfId, objective-c , processing, openframeworks and my arduino board ! If i have some time in next weeks i will post some images and labs of my projects !
Cheers
Hey guys,
I did a simple tile based implementation of A* pathfind ….
I need some time to fix a bug , but i think that will work ok.
Cheers
Some of my old coll projects recovered from my bad memory :) when i was working in maya.
Hot site for the new Chevrolet classic
http://www.chevrolet.com.br/chevroletclassic
Cool site for my treatment old cancer partners of Tucca.
http://www.comunidadepelacura.org.br/
A nice game for Abril.
http://enem2010.guiadoestudante.abril.com.br/bixo-evolucao
Hey guys ,
I expend some time developing one simple bridge between unity and iphone to save text files on Docs folder in iphone.
So now you can save your .xml files or .txt files using Unity Iphone.
If you have some problem and that probably will happen ask me.
To share the files with itunes you will need change one line in your .plist file and put that line Application supports iTunes file sharing YES
Cheers
Hey guys ,
I’m expending some time exploding my head with objective-c. ASAP i will put here my first job , cam picture / video share.
Cheers
Hey Guys,
Some time ago i did a cool experiment for experimentalgameplay called planets.
So now i will try to finish planets for iphone with my own painting skills.
Old Version :
http://www.pedroleonardo.com/planet
Iphone Version preview
http://www.pedroleonardo.com/games/newplanets/
