What products are you excited to get a hold of in the future? Is there anything out there you've been watching and just waiting to be released to get your hands on? Let us know!
What products are you excited to get a hold of in the future? Is there anything out there you've been watching and just waiting to be released to get your hands on? Let us know!
I think the answer is really simple for me; I'd be willing to test any product that can improve my efficiency and productivity as an Engineer. Having said that, what's good for the goose isn't always good for the gander and those products will depend upon the field in which the engineer works. So, here are a few I thought of:
- Microscopes
- Development Kits
- Display libraries
- microcontroller simulators (8051)
- Work tools (like Tweezers, needle nose pliers, etc...)
- Soldering iron/heat gun combo units
- microcontroller simulators (8051)
Why would you want to simulate an 8051?!
Most of the time when you make a change to code as you are developing you need to download using your debugger and then test the code. Using simulators to debug is much faster and you don't waste time downloading code 1000 times.
Nothing runs like the real hardware does !!
Fair enough, but it's not about that. It's about money. Suppose you download code 360 times a week while debugging and you spend 10 seconds downloading. That's 1 hour a week just downloading. Since the time seems so short, you probably don't do anything else while the downloading occurs. Now, suppose you make $35/hour. That's $35 a week or $1820 a year PER DEVELOPER.
Note: 10 seconds is very conservative. It's usually longer.
Fair enough, but it's not about that. It's about money. Suppose you download code 360 times a week while debugging and you spend 10 seconds downloading. That's 1 hour a week just downloading. Since the time seems so short, you probably don't do anything else while the downloading occurs. Now, suppose you make $35/hour. That's $35 a week or $1820 a year PER DEVELOPER.
Note: 10 seconds is very conservative. It's usually longer.