ausocean / ausocean/client

Sensor Pins

Open
#30 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Go
Stars
0
Forks
0
Avg merge
1h 27m
Merged PRs (30d)
1

Description

Currently the DHT and SST are tied to pins 36 and 39. Since these pins are input only pins, they are incompatible with these sensors. It is proposed to instead move them to use pin 1 for the DHT, and pin 13 for the SST.

This does unfortunately use the UART TX pin which means that we would be sacrificing some of the useful IO for these sensors. It may also be possible to connect these devices onto a single pin since they both use the OneWire bus protocol. NOTE: This needs further investigation

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are identified. Start by locating the DHT and SST pin definitions and sensor initialization entry points, then investigate whether pins 1 and 13 are suitable and whether both devices can share one OneWire pin. Done means an agreed, tested pin arrangement that avoids input-only pins and accounts for UART TX use.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
embedded-iot
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.