Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPS communication on UART with PC #1

Open
Mohit2183 opened this issue Jan 11, 2020 · 1 comment
Open

SPS communication on UART with PC #1

Mohit2183 opened this issue Jan 11, 2020 · 1 comment

Comments

@Mohit2183
Copy link

we are facing a critical issue with communication with SPS30 WITH PC
we were testing sps30 by connecting with docklight.
we have used usb to serial converter to command the sps30.
pin 1 was connected to poer supply +5vdc ,
pin 5 was connected to 0vdc.
pin4 was left open for UART,
pin 2 was connected to Tx of master (PC),
pin 3 was connected to Rx of master (pc).
From docklight v2.3 we had set the com port , 115200, 8N1 communication settings.
we have placed command in format of Hex codes i.e.
start command
Tx: 7E 00 00 01 02 F9 7E ,
Rx REPLY: 7E 00 00 01 02 F9 7E ,
Tx: 7E 00 00 00 FF 7E,
Rx REPLY: x: 7E 00 00 00 FF 7E ,
Tx: 7E 00 03 00 FC 7E ,
Rx REPLY: 7E 00 03 00 FC 7E ,
Tx: 7E 00 D3 00 2C 7E,
Rx REPLY: 7E 00 D3 00 2C 7E .
OVER ALL FAN IS ALSO NOT ROTATING PHYSICALLY..
could you pls guide us why sps30 is not giving response to our commands.
how to proceed further with sps30

@paulvha
Copy link
Owner

paulvha commented Jan 12, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants