Skip to content

Mitutoyo Digital Scale Serial Interfacing with Wiznet 5500EVB Pico using Arduino IDE #1169

Answered by maxgerhardt
themadgreek asked this question in Q&A
Discussion options

You must be logged in to vote

Please format the cpp code correctly, see here

but it doesn't seem to work at all.

Not enough info, what's the serial output, what exactly doesn't seem to work? No output at all, wrong output?

Onto which pins did you connect the circuit? Whe you use

int req = 5; //mic REQ line goes to pin 5 through q1 (Arduino high pulls request line low)
int dat = 2; //mic Data line goes to pin 2
int clk = 3; //mic Clock line goes to pin 3

It's expected to be connected to GP5, GP2, GP3.

Replies: 5 comments 23 replies

Comment options

You must be logged in to vote
1 reply
@themadgreek
Comment options

Answer selected by themadgreek
Comment options

You must be logged in to vote
14 replies
@maxgerhardt
Comment options

@themadgreek
Comment options

@maxgerhardt
Comment options

@themadgreek
Comment options

@themadgreek
Comment options

Comment options

You must be logged in to vote
6 replies
@themadgreek
Comment options

@maxgerhardt
Comment options

@themadgreek
Comment options

@maxgerhardt
Comment options

@themadgreek
Comment options

Comment options

You must be logged in to vote
1 reply
@maxgerhardt
Comment options

Comment options

You must be logged in to vote
1 reply
@maxgerhardt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1168 on February 10, 2023 20:05.