Click here to Skip to main content
15,884,838 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CCC Pin
pkfox18-Mar-21 23:24
professionalpkfox18-Mar-21 23:24 
GeneralRe: CCC Pin
OriginalGriff18-Mar-21 23:48
mveOriginalGriff18-Mar-21 23:48 
GeneralAnybody know a good power line electricity parameter measuring device (i.e., like Kill-A-Watt)? Pin
swampwiz18-Mar-21 21:52
swampwiz18-Mar-21 21:52 
GeneralRe: Anybody know a good power line electricity parameter measuring device (i.e., like Kill-A-Watt)? Pin
Mircea Neacsu19-Mar-21 0:20
Mircea Neacsu19-Mar-21 0:20 
GeneralRe: Anybody know a good power line electricity parameter measuring device (i.e., like Kill-A-Watt)? Pin
W Balboos, GHB19-Mar-21 0:52
W Balboos, GHB19-Mar-21 0:52 
GeneralRe: Anybody know a good power line electricity parameter measuring device (i.e., like Kill-A-Watt)? Pin
Kelly Herald19-Mar-21 3:31
Kelly Herald19-Mar-21 3:31 
GeneralRe: Anybody know a good power line electricity parameter measuring device (i.e., like Kill-A-Watt)? Pin
swampwiz19-Mar-21 14:05
swampwiz19-Mar-21 14:05 
QuestionRecommendations for a silly scope, or an alternative tool Pin
honey the codewitch18-Mar-21 20:42
mvahoney the codewitch18-Mar-21 20:42 
This is a question for the hardware hackers among us, particularly those with experience developing devices that use I2C, SPI, SDMMC, and/or I2S busses.

I write a lot software to communicate over such busses these days, and after abandoning the Arduino framework because it's too hobby-kit and not really great for commercial stuff, IMO - I've had to rewrite a lot of "driver" code because it exists for Arduino but not for example, for the ESP-IDF.

Debugging driver code bus issues are a pain - I really need to see the signals on the bus sometimes. This is why I want opinions from folks that have worked with an oscilloscope (or better tool?) to debug I/O on these busses.

What do you use? What do you recommend? Basically I need to (for example on I2C) wire up my scope to SDA and SCL lines, and see the timing on the SCL, to check the levels of the SDA to get my data 1s and 0s. Preferably I need a modern device that can log to my PC over USB, bluetooth or wifi because an I2c bus operates at 100khz and an SPI at 20, 40 or 80mhz a lot of times (at least on an ESP32) and I need to examine it after the fact to see the bits - or rather, the levels and edges I can translate to 1s and 0s.

If the scope can measure multiple inputs at once, and if it can sync to an external clock signal (for example, SCL on an I2C bus, or SCK? on an SPI bus) that would be awesome.

I don't care that much about cost, but I was hoping to keep it under $500USD unless there's compelling reason to spend more.

I also don't need a device that can handle a lot of current or voltage. I'm dealing with sub 12vdc, usually less than +5.5vdc, < 3amps
Real programmers use butterflies

AnswerRe: Recommendations for a silly scope, or an alternative tool Pin
Peter_in_278018-Mar-21 21:13
professionalPeter_in_278018-Mar-21 21:13 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
honey the codewitch18-Mar-21 21:30
mvahoney the codewitch18-Mar-21 21:30 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
Jörgen Andersson18-Mar-21 21:42
professionalJörgen Andersson18-Mar-21 21:42 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
honey the codewitch18-Mar-21 21:52
mvahoney the codewitch18-Mar-21 21:52 
AnswerRe: Recommendations for a silly scope, or an alternative tool Pin
Jörgen Andersson18-Mar-21 21:25
professionalJörgen Andersson18-Mar-21 21:25 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
OriginalGriff18-Mar-21 21:41
mveOriginalGriff18-Mar-21 21:41 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
Jörgen Andersson18-Mar-21 21:47
professionalJörgen Andersson18-Mar-21 21:47 
AnswerRe: Recommendations for a silly scope, or an alternative tool Pin
OriginalGriff18-Mar-21 21:46
mveOriginalGriff18-Mar-21 21:46 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
honey the codewitch18-Mar-21 21:51
mvahoney the codewitch18-Mar-21 21:51 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
Jörgen Andersson18-Mar-21 21:52
professionalJörgen Andersson18-Mar-21 21:52 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
honey the codewitch18-Mar-21 21:53
mvahoney the codewitch18-Mar-21 21:53 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
Jörgen Andersson18-Mar-21 21:57
professionalJörgen Andersson18-Mar-21 21:57 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
honey the codewitch18-Mar-21 22:17
mvahoney the codewitch18-Mar-21 22:17 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
glennPattonWork319-Mar-21 2:48
professionalglennPattonWork319-Mar-21 2:48 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
honey the codewitch19-Mar-21 4:06
mvahoney the codewitch19-Mar-21 4:06 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
glennPattonWork319-Mar-21 4:11
professionalglennPattonWork319-Mar-21 4:11 
GeneralRe: Recommendations for a silly scope, or an alternative tool Pin
honey the codewitch19-Mar-21 5:03
mvahoney the codewitch19-Mar-21 5:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.