Skip to content

Senseair S8 sensor not transmitting anything, Micropython on the Pi Pico rp2040 #10409

Discussion options

You must be logged in to vote

Just a few confirmation questions:

  • I assume that you connected GND as well. Sometimes people forget it.
  • You know that the Pin numbers are GPIO numbers, not board numbers. e.g. GPIO4 is at board pin 6.

Remove the uart.init() statement. It may change values that you have set defore. All parameters you need can be included in the constructor.
You could try to swap RX and TX. Sometines the labelling at devices is reversed, showing the expected connection.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Axil12
Comment options

@robert-hh
Comment options

@Axil12
Comment options

@Axil12
Comment options

@cve2022
Comment options

Answer selected by Axil12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants