Whats the next step?
The javelin starter kit is great!
I’ve made a weatherstation, reading windspeed, direction, temperature, and sending data to the internet through a gprs-modem.
What should I do if I want to make a product of it? The starter-kit has everything I need, except that the beadboard is aimed for prototyping circuits. Witch board should I use to make a product? I had a look at the “Super Carrier Board” witch is quiet similar, but it is missing some components from the starter-kit. In example the Com port level shifter (from +-12v to 0-5 v) is missing. My question is: should I use the “Super Carrier Board” and make my own comport level shifter? Should I use another board? Or could I use the demo-kit, detach the breadboard and solder my circuits on it?···
·
Regards Christian
Post Edited (ChristianG) : 9/6/2004 7:37:10 PM GMT
I’ve made a weatherstation, reading windspeed, direction, temperature, and sending data to the internet through a gprs-modem.
What should I do if I want to make a product of it? The starter-kit has everything I need, except that the beadboard is aimed for prototyping circuits. Witch board should I use to make a product? I had a look at the “Super Carrier Board” witch is quiet similar, but it is missing some components from the starter-kit. In example the Com port level shifter (from +-12v to 0-5 v) is missing. My question is: should I use the “Super Carrier Board” and make my own comport level shifter? Should I use another board? Or could I use the demo-kit, detach the breadboard and solder my circuits on it?···
·
Regards Christian
Post Edited (ChristianG) : 9/6/2004 7:37:10 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Thank you, at least I have a schema of how it should be, and I could always draw it in AutoCAD. I just need to improve my knowledge in making custom boards. Unless someone knows a company specialised in making boards from drawings?
Thanks,
ChristianG
Making a custom board is not difficult. It takes a little pratice to layout the components, traces etc.
I strongly recomend www.expresspcb.com
You download free software, layout your board and order over the net via a few EASY mouse clicks. But you MUST be sure the layout is correct.
Ken
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
When you say that the Javelin Starter kit is great, what particular aspect of the kit are you referring to?
I've been plodding through the Javelin Manual (1.0) and I feel I need more help in getting started with Javelin.
I've purchased a book on Java by Schildt and it helps.·
Is there something I've missed that you've got?· Were you an experienced Java programmer when you started using the Javelin?· (I'm a complete novice at Java as you can gather).
Thanks.
With javelin I got many new possibilities:
- The analog to digital conversion is great; it gives a close control of my sensors.
- The possibility to compose my own circuits with different sensors.
- Communication with peripherals is solved, good control of the com-port and level shifter.
- Using java to write applications is alto great.
Understanding java of course helps, but it’s really easy to learn, and I guess that it makes things simpler when you want to make a complex application.
Of course you could always use the BASIC stamp 2 and program things in PBASIC, but I really think java is more comprehensive.
You can make you own classes and hide complex functionality in them (I don’t know PBASIC, but I guess that it’s more complicated). There are things missing with javelin, likelthreads and exception handling, but you still can make great things.
Regards
Post Edited (ChristianG) : 9/14/2004 2:30:11 PM GMT