BS3???????????
MacGeek117
Posts: 747
Is there going to be a BS3?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
Post Edited (bugg) : 3/16/2005 3:18:29 AM GMT
buggPeter(my real name) said...
Some people have a PS2, I have a BS2.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
Post Edited (bugg) : 3/16/2005 3:18:29 AM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
hey bugg...what is the bs2 not doing that you hope a bs3 will do?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
**************
daniel woolston
Teksystems Inc.
www.danwoolston.com
**************
·
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Or you could start rolling your own BS2s.
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
Post Edited (bugg) : 3/16/2005 9:18:29 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Thanks for the help anyway!
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
I think we are letting our friends a Parallax of the hook here let's get a list of the things we think are important in a BS3.
Here's my quick list
1) ADC (12 bit at least)- face it for the last few years, no microcontroller hs been complete without it.
2) true event interrupt
3) true timer interrupt. - Lots of routines depend on doing things at precise intervals.
a TCU unit could run these seerate from the main processor.
4) double precision routines. For now, I'm not sure full 32 bit is necessary, but you ought to be able to do the intermediate computations as 32 bit, the round the results.
What else?
Larry
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.emesystems.com
you wrote>
4) double precision routines. For now, I'm not sure full 32 bit is necessary, but you ought to be able to do the intermediate computations as 32 bit, the round the results.
Double precision is available now, thanks to the efforts of Dr. Tracy Allen.
www.emesystems.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
You programed a PID routine? I wouldn't expect the stamp to act fast enough for that. I probably wouldn't even try it myself, rathor invest in 3 op-amps, a pot, and 2 caps
I don't agree that ADC can't be implemented economically. Chips exist already from AVR, Microchip, and other vendors that don't cost much more than the 16c57 chip the BS2 is made wth. Some of the newer technology chips are cheaper. Of course, without Parallax's interpreter,none have the convenience of the BS2.
Addressing the other three items on my list, they all would work much better if implemented in machine codeed Basic words than if the end user has to implement them in interpreted Basic. The interrupts HAVE to be hardware, I think. At least the timer interrupt needs to be running seperate from the interpreter action.
Besides, I have great faith in the folks at Parallax. At this point, they could come up with their own chip (using FPLD technology, maybe?). Sooner or later, someone will come up with a chip with those features. I hope it's Parallax, then it will be done right.That's why we should all be lobbying here for stuff we think is important.
Other vendors have platforms running with interpreters now that have all this and more for not any more than a BS2p40. Alas, they aren't in Basic, which makes the learning curve much higher (for a dummy like me, anyway).
Larry
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The following excerpt, extracted from your last message, is well worth separating from the rest of this thread:
"At this point, they could come up with their own chip (using FPLD technology, maybe?). "
First, you have now exposed "the elephant in the room" that some of us who have been around here for a while had been considering, that might be in the future of the next legion of Stamps, but had been silent about. Personally, I hope you are correct.
Second, your insight as to direction will probably be seen as prophetic, in a number of the next generation of microcontrollers. I base that on my observations of the industry in general, and noting where a good deal of the present day development monies are being expended.
Third, if this is indeed the path being considered or being taken by Parallax, we can all be assured, based on their prior efforts, that the final product will not only be well worth the wait, but also be the "best in show" of any that may be offered.
Just in passing, UBICOM (formerly Scenix) brought to bear the concept of virtual devices on microcontroller platforms. What a pleasing thoguht that would be, to see that move from the present firmware level up one step closer to the higher level software level. Perhaps we need a microcontroller hardware/software prophecy thread
Regards,
Bruce Bates
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out· the "SX-Video Display Module"
www.sxvm.com
·
The TIMER command would move the existing internally kept time value into the variable argument, and if the optional reset parameter was specified it would then reset the internal timer to that value.
I don't know enough about the internals of the BS2 to know who accurate this might be, but the SLEEP command makes mention of the watchdog comparing it's own count with a "more-accurate resonator time base". Although the NAP command makes no such compensation which might cause a problem. This may or may not be a possibility for an upgrade to the existing BS2, but if a BS3 were to be created such a capability would be great.
Jim
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
I don't know what you are trying to achieve here, except to get and hold the attention of people who post on these forums. Worst case, you might actually distract Jon and Ken and all from upgrading SX/B, or releasing the next cool robot.
Just a thought.
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
But I canna change the laws of physics, Captain!
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Boe-bot: $229
Toddler: $249
Learning Google is your friend: priceless
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
DTQ