propeller chip android computer
KeyBoard
Posts: 22
Hi there
I want to start a project using a propeller as a cpu for a custom pda
I will start to get the parts together to connect the screen and keyboard to the propeller ( I want to eventually use a touch screen )
any help will be highly appreciated
I want to start a project using a propeller as a cpu for a custom pda
I will start to get the parts together to connect the screen and keyboard to the propeller ( I want to eventually use a touch screen )
any help will be highly appreciated
Comments
Hi. Welcome to the Propeller forum.
I'm fond of putting a Propeller, LCD, and such stuff in little hand held and palm sized boxes.
What kind of apps did you have in mind? Some things may be too big for Propeller.
http://forums.parallax.com/showthread.php?142751-Pacman-for-the-Propeller
I personally like Nordic nRF24L01+ modules over XBees for wireless interfaces. The Nordic modules are much less expensive XBees and they are also a lot smaller than XBees. XBees do have the advantage of being easier to use.
Depending on which screen you use, you may need to use two Propeller chips and make one of them a graphics slave. Both of my current touchscreen projects use two Propellers.
processor old 300 MHz actual 1 GHz Memory: old 128.000 kB new 512.000 kB I think you can estimate that a propeller won't work with android.
Android is a complete and sophisticated OS. Even Version 1.4. So with a propeller an OS has to be much smaller
best regards
Stefan
OS wise Prof Braino has the right approach IMO. Or you can build your own from the ground up. Either way it's a heck of a project.
rod1963 said: ''Either way it's a heck of a project.'' I though as such but I didnt think was so bad but may be I am being silly and greatly under estimating the scale of the project at hand. I whatd to simplify it by using android, because then I dont have to make an os from scratch and android has a wealth of apps and support.
If you really want Android I would suggest you get a Raspberry Pi ARM board, only 30 dollars or so. Check out raspberrypi.org they have an Android that runs on that board.
Personally I'd stick with the more tried and tested approach of using regular Linux on a Raspberry Pi board, or Beagle board or whatever you like. Hook that up to your Propeller system via as serial link. Bingo, Prop does real world interfacing, Linux board does your GUI, storage, networking etc.