Arduino choices

I plan to use one of them in the custom soldering station I'm building.

of course, it's a classic Catch-22 situation. I need better soldering irons to assemble the soldering station. I bought a 150W adjustable up converter (Up to 30 V output) to use one of the new irons to build it. :)

Reply to
Michael A. Terrell
Loading thread data ...

Arduino uses a sort of bastardized C++, but you can usually ignore the differences. Eclipse is an open-source IDE that has plugins for C, C++, Java, and most of the languages-du-jour, as well as a bunch of other things. The debugger is gdb, which isn't very good, but nearly everyone uses it because it's free, ubiquitous, and pretty well supported.

There's a non-GDB open-source debugger project called ZeroBugs, which I quite like, but it was written by one guy who now has a day job and can't support it very well. It's streets ahead of the usual linux debuggers, but not as good as the Visual Studio one, let alone the IBM VisualAge one (which was the gold standard, RIP).

Cheers

Phil Hobbs

--
Dr Philip C D Hobbs 
Principal Consultant 
 Click to see the full signature
Reply to
Phil Hobbs

Well at least it's better than having to build the lathe to turn the screw, that...

(EE Smith, "Skylark of Space" (?))

George H.

Reply to
George Herold

I'm trying to get a damaged Atlas lathe that's about 40 years old. Another Catch-22. If it was working, I could make replacement parts. :(

Reply to
Michael A. Terrell

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.