What is the smallest Propeller Project Board?
ryman
Posts: 12
What is the smallest Propeller Project Board? Looking to build a project in a small box.
Thanks
-=Ryan
Thanks
-=Ryan
Comments
http://propellerpowered.com/shop/?page_id=1431
http://propellerpowered.com/shop/?page_id=1438
Jeff
1) The Prop1 Module that Jeff mentioned
2) Propstick USB from Parallax
3) My M44D40+ module and PowerTwig combo. (module can be DIP or SMT)
4) Take a Prop Proto board and cut out the center. There is a thread somewhere on the forums about that but see the attached pic.
5) Parallax Propeller Backpack
6) See this thread with the same question
How small do you need? The Propeller Platform USB (replaced by the Propeller DNA) can fit in a Polycase VM-36 handheld case quite nicely as shown on this thread.
Don't be afraid to brew your own. I did for my metronome project here.
http://www.schmartboard.com/index.asp?page=products_parallax
BTW Would have been better to ask on the prop forum
Frank
https://www.sparkfun.com/products/11525
No decoupling caps though...
It's discussed here: http://forums.parallax.com/showthread.php/129713-Introducing-the-SpinSocket(tm)-Concept
The latest is barebone (only 3.3 regulator, uses USB power as 5V supply) but is a perfect fit for itead, and so extremely cheap:
http://forums.parallax.com/showthread.php/145389-Another-smaller-propeller-platform-clone
Massimo
@Cluso99's is quite small and well thought out.
http://forums.parallax.com/showthread.php/138457-PropLilly-worlds-smallest-Demoboard?highlight=smallest+demo+board
Though I have not had time to write a virtual com port for the non-ftdi ic yet.
- Board size 1.6 square inches
- DIP32 package usable with bread-boards
- P9 to P25 Propeller pins free + Serial In/Output P31/P30
- P0 to P8 pins can be used with Flash disabled
- PropPlug compatible
- Stackable and PCB mountable
- 4.5VDC to 10VDC input power
- 4MB onboard Flash +64KB EEPROM
- 80MHz operation
- Decoupling Caps on the bottom
- 4 each 16 pin stackable headers
- $35 each ASP - discount available to forum members
Price may vary. 30 PCBs available. Lead time about a week. USA shipping only. California customers pay sales tax. PayPal only.Interesting. A few points:
1. The RN-41/RN-42 has a maximum SPP rate of 240kbps in slave mode. Your website says 3.0Mbps, which is maximum burst in HCI mode. Since your website is down (see below), I can't take a look at the code. I'm apriori impressed if you built the HCI stack, otherwise the top speed for SPP is 240kbps. In my tests (Propeller->RN-42->Android) I was able to saturate the Bluetooth link at about 160kbps.
2. I'm also curious how you are doing the data storage on the Android device. I suppose that will have to wait for the website to come up again, but I can speculate. I've come to the conclusion that the best model is to use a content provider to store and serve the data, and a service (unattached to an activity) to process the Bluetooth link and store it with the content provider.
3. I see for the I/O the website states "sink/source 40mA max. @ 3.3v, 5v compatible". I think the 5v compatible is a bit misleading, since you need external hardware to make it so (and from the pictures I can't see any). For inputs, you need a series resistor to reduce the current down to the 500uA allowed by the internal protection diode.
It's an interesting product, and I'm looking forward to taking a look at the open source code once the website comes back up.
ps: your website seems to be down when I try to go to new pages. I get the following error:
And your forums have the following error when I try to go to one of the subforums:
Do you have a link to the code? Your website says that it is open source, but I can't seem to find it.
Thank you SRLM for your input. Comments below regarding your observations and comments
1. The specs for the RN-41/42 were taken from Microchip/Roving's data sheet. We have changed the text to correct this, thank you for pointing it out.
2. Data logging is accomplished on-board and stored in a text file on an SD card, which then can be downloaded via our Android or LabVIEW DEMO applications.
3. Yes, series resistors were used, changed text to 5-volt DC tolerant.
Not sure why the website was down at that time, maintenance perhaps; anyway, here is a link for the zip file for the Spin code used in the firmware:
https://androidaq-demo-enhancement-project.googlecode.com/files/AndroiDAQRev3.zip
The firmware is fairly simple stuff.
Thank you for your input,
Rick
Overclocked 96MHz prop, fully decoupled, onboard 3V3 regulator (5V regulated input recommended), selectable transistor reset circuit or bypass it, selectable WE to 64KB EEPROM, microSD socket.
EEPROM preloaded to boot from microSD card.
My Propeller OS available for microSD FAT16/32 formatted card, free download.
Able to use cheap (~$1.25) USB to serial CP2102 6pin instead of PROPPLUG for downloading.
Size < 0.8"x1.3" ENIG pcb.
See www.clusos.com