BS2 meets Arduino shields and vice versa.
Martin_H
Posts: 4,051
Parallax is selling a BOE shield to use the Arduino with the BOE bot. Here's a company selling a board which hosts the BS2 and allows it to use Arduino shields.
http://www.liquidware.com/shop/show/core/basic+stamp+coreboard
If that isn't enough cross pollination. There's now an Arduino that uses the BS2's 24 pin format for use with the Board of Education:
http://www.criticalvelocity.com/item.php?itemid=ard4
http://www.liquidware.com/shop/show/core/basic+stamp+coreboard
If that isn't enough cross pollination. There's now an Arduino that uses the BS2's 24 pin format for use with the Board of Education:
http://www.criticalvelocity.com/item.php?itemid=ard4
Comments
http://www.parallax.com/Store/Microcontrollers/BASICStampDevelopmentBoards/tabid/137/ProductID/842/CategoryID/12/List/0/Default.aspx?SortField=ProductName,ProductName
It's similar to the board I posted here and lets a stamp user access Arduino shields.
-- Gordon
The product page says "Compatible with most Arduino shields." So do most Arduino shields not output analog values?
Too bad the Olimex guys put the reset button in the "old" location. Maybe in the next rev they'll move it to the upper left where most new boards are placing it.
-- Gordon
Parauino
Propellino
Ardllax
Ardeller
Just saying!
So I guess I can connect my BASIC STAMP to this?
Talk about the long way around....
OBC
Build it and they will come; sell it and they will buy.
You can quote me.
(I have about five magazine articles in mind/in the works that could use this board.)
-- Gordon
It's in the works. There's some fine tuning to be done to this design. I'm picturing a serial to text/sidcog being used with this.
OBC
I assume the remaining I/O is connected up between the board pins and Prop on the other side (or this is just a partial layout). I'm assuming this is a generic board that also includes hardware for optional video and mono sound.
-- Gordon
Do you have any more info on the Propshield? Right now I'm developing a project using a Arduino Pro Mini in a PPDB making the Propeller a SPI slave. I would like to know the pin outs and peripherals it would be using so I can synchronize my development to that board. Thanks!
EDIT:
Oops need to proofread the thread. Am I correct in saying it uses serial and has TV and monaural outputs?
In tutorial of the StampDuino says "Compatible with some Arduino shields".
The Basic Stamp not have analog pins, the Arduino shield use analog is not compatible.
I for one can't be the only one here who 'cut his teeth' on the Stamp and now wishes to put them back to work? I really hope Parallax makes these excellent boards available again...
Download the manual before it disappears! http://www.parallax.com/Portals/0/Downloads/docs/prod/boards/27140-StampDuino-v1.0.pdf
Board specs at http://www.abra-electronics.com/products/27140-StampDuino.html
Page will be available again soon. No need to worry!
Ah, okay, that's great news! :thumb: Mine came without headers. Having spent some time in Arduinoland I already had a few of those laying about... Thanks again!
I have am happy to see the Propeller2 proposes to have built-in multiple ADC. The reality is that having the ADC built-in makes hobby project just a lot easier. Building a reliable Sigma-delta ADC for the Propeller requires making a board for it or rather specific creative soldering skills. The uC that the Arduino uses has about 8 of them ready to go.
Such a platform can be supported in public domain C and just listed as Arduino-compatible. Why not? After all the visits from people that want to drag people away from Parallax via the Arduino, if you can't beat them - join them
One-stop shopping for robot-sensors-microcontroller with one shipping cost is very appealing.
Hello!
I quite agree. My Basic Stamp gear somehow disappeared on me, so its all on order. (Or will be RSN.) But I have here a BOE for the Arduino http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/arduino/List/0/SortField/4/ProductID/819/Default.aspx that works well enough for me with the Netduino I do have here. Oddly enough the +5 on the headers by the breadboard don't work. That StampDuino board http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/stampduino/List/0/SortField/4/ProductID/842/Default.aspx looks good to me, and will be part of that order. As for what I plan on doing with it all? Time will tell, it always does. On a side note I was at the Maker Faire two weekends ago, and met some of the folks from our hosts there. They needed a bigger booth.
While it is not open source, RoboProp fits perfectly on the BOE-Bot ... as a matter of fact, in 2011 Sept/Oct issues Servo ran my article about upgrading a Boe bot with RoboProp!
http://www.mikronauts.com/roboprop/
The first thing I noticed was that on the Stampduino I/O pins 0 and 1 are marked 'RX' and 'TX' respectively, and the corresponding pins on the prototype board are marked '0' and '1' (as I would expect). After I tried to make 4 LEDs blink on P0..P3 the IDE refused to see the BS2 on the USB connection. After I moved the LEDs to P4..P7 and adjusted the program, all was OK.
Are Stampduino's P0 and P1 actually connected to the serial RX and TX? If so, the statement "All 16 Digital I/O pins are free to use" may be true but P0 and P1 are not useable for digital I/O... or am i missing something?
I skimmed the manual and it looks like stamp pins 2 to 13 are in the digital row with 0, 1, 14, and 15 in the analog row. So TX and RX are indeed the stamp's serial channel. As an aside, the stamp really has eighteen pins, two are the serial programming interface and sixteen are general purpose I/O.
Edit: I'm eventually going to have to buy one of these and BOE shield. That way I can use my Arduino with my stamp stuff, and my stamp with my Arduino stuff.
Stampduino ---> protoshield;
P0 ---> Analog 5 in
P1 ---> A4 in
P2 ---> P2
.. (ok)
P13 ---> P13
P14 ---> A3
P15 ---> A2
TX ---> P1
RX ---> P0
Considering the above, do not expect everything to work as expected. You may have to rewire a lot... :frown: