Search found 35 matches

by javaben
Thu Mar 22, 2018 2:33 pm
Forum: General Discussion
Topic: Developing with C++ in Eclipse
Replies: 5
Views: 7910

Re: Developing with C++ in Eclipse

Continuing with my efforts to utilize Eclipse for development; I've decided to document my "journey" in case it might help someone else. My background: Extensive programming experience in Object Oriented design and programming (mostly Java; software architect for Verizon Wireless - retired), extensi...
by javaben
Wed Mar 21, 2018 4:36 pm
Forum: General Discussion
Topic: Developing with C++ in Eclipse
Replies: 5
Views: 7910

Re: Developing with C++ in Eclipse

Digging in a little deeper meant a re-introduction to C++; the last time I had used it heavily was 1997! Searching google found a lot of hits, but they weren't really what I was looking for. Amazon seemed to have a lot of old books, many prior to C11 and that wasn't what I was looking for either. Fi...
by javaben
Tue Mar 20, 2018 8:21 pm
Forum: General Discussion
Topic: Developing with C++ in Eclipse
Replies: 5
Views: 7910

Re: Developing with C++ in Eclipse

"Howdy" - Kolban, are you going Big Texan on us? If so, then Howdy Tex!

Thanks for your insight. Doing a little bit of digging to understand.

Will be back soon, I expect!

The main thing is to keep the main thing the main thing, and the main thing is BBQ!
by javaben
Tue Mar 20, 2018 2:47 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 836127

Re: What would you like to see in The Next Chip?

A direct thermocouple to adc conversion. You've already got the onboard temperature for cold junction compensation, a 12 bit ADC, so an amplifier and mapping tables or accurate math to complete the activity would be nice. Currently I'm having to add thermocouple chips from other companies.

Thanks
by javaben
Mon Mar 19, 2018 11:58 pm
Forum: General Discussion
Topic: Developing with C++ in Eclipse
Replies: 5
Views: 7910

Developing with C++ in Eclipse

I'm new to Eclipse/ESP32, but not new to programming, although not too deep on C++; mostly C, and Java. I decided a project I'm building would work better for me, from a design perspective, if I were to develop it in C++ instead of the Arduino IDE, so I downloaded, installed, and configured the Ecli...