View previous topic :: View next topic |
Author |
Message |
harrison_c
Joined: 03 Nov 2006 Posts: 16
|
Tamagotchi |
Posted: Wed Nov 08, 2006 10:25 pm |
|
|
I am thinking to write a program similar to Tamagotchi (the electronics pets) http://individual.utoronto.ca/elaine/tama.htm
which programming language I should use for this project? Java, c or c++? Please advise, thank you. |
|
|
theteaman
Joined: 04 Aug 2006 Posts: 98
|
|
Posted: Wed Nov 08, 2006 11:04 pm |
|
|
I can't imagine using Java with a PIC.. also this is not a PIC forum its really a CCS compiler forum which is a C compiler for the PIC microprocessors.
That said, you could use C with a PIC and all you'd need to find really is a nice little dot matrix and possibly a controller for it. It would need to be small form factor but SSOP components would fit nicely especially when you print your own PCB. then all you need is to worry about battery. PIC LF's (eg. 18LF2525) can operate over a wide voltage range. |
|
|
Spode Guest
|
|
Posted: Thu Nov 09, 2006 12:20 am |
|
|
Java for a PIC. LOL
I get a kick out of of reading this forum.
Linux on a pic, trying to put more than 5 volts on a pic pin,
hardwiring a pic to a pc's serial port with no max232 and many more sad but funny things.
Has anyone asked if it's possible to do openGL 3d graphics programming on a PIC? |
|
|
rnielsen
Joined: 23 Sep 2003 Posts: 852 Location: Utah
|
|
Posted: Thu Nov 09, 2006 9:37 am |
|
|
Hey, I've had 24V on a pic before.... on accident, of course.
Yep, the magic smoke came out then too. |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
Posted: Thu Nov 09, 2006 9:48 am |
|
|
I'm just waiting for somebody to complain that they can't use C# on the PIC! Some of the things people try to do with an EMBEDDED < $10 processor!! |
|
|
dbotkin
Joined: 08 Sep 2003 Posts: 197 Location: Omaha NE USA
|
|
Posted: Thu Nov 09, 2006 10:04 am |
|
|
Spode wrote: | hardwiring a pic to a pc's serial port with no max232 |
I do this every day with $.15 worth of 2N7000 & resistors, works fine. For one quick project I just used a 100K series resistor, that worked too -- though I'd never use it for production. Don't knock it, the MAX-232 type level converter is WAY overrated.
Java, on the other hand... why would ya, even on a PC?? Sheesh. |
|
|
|