Pedro Leonardo Interactive Developer
Categories: Arduino, Jobs, Unity3D

Hey guys,

Last month we had a nice project with rfid reader.
I did a connection between reader and unity3d ipads to show when a guy receive some gifts .

Now i’m improving my reader using xbee shield so now i can read tags and send data using radio frequency.

Tags:
Categories: Uncategorized

Hey guys ,

I expend a lot of time with my SMS shield and now that’s work ! \o/
So follow the code :) .

Cheers

#include <NewSoftSerial.h>  
#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);
  }
}
Tags:
Categories: Lab, Processing, Unity3D

Hey guys !

I expend some time connecting processing and C#(unity3d) using a socket connection.

So … follow the code ! Enjoy

Read more »

Tags:
Categories: Arduino, Jobs, Lab, Processing

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

Tags:
Categories: Lab, Processing

Hey Guys,

I had the opportunity to made a nice project for a friend party …

Read more »

Tags:
Categories: Lab, Unity3D

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

File

Tags:
Categories: As3, Flash, Jobs

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

Tags:
Categories: Lab, Objective-c, Unity3D

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

Download

Tags:
Categories: Lab, Objective-c

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

Tags:
Categories: Games, Lab, Unity3D

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/

Tags: