You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, anyone putting together one of these devices needs to read through the code to understand the hardware required and how it might be wired up.
As an example, config.py simply states there is a pin for a buzzer, but there is no indication as to the type of buzzer that is required or whether it should be wired with +ve to the pin or -ve to the pin.
It would be good to get a BoM for the components used, and a basic table along the lines of the following:
Device Name
Config Pin
Device Pin
Buzzer
BUZZER_PIN
+ve
GND
-ve
Led
LED_PIN
+ve
GND
-ve
RDM6300
TX
RX
RX
TX
The text was updated successfully, but these errors were encountered:
At present, anyone putting together one of these devices needs to read through the code to understand the hardware required and how it might be wired up.
As an example,
config.py
simply states there is a pin for a buzzer, but there is no indication as to the type of buzzer that is required or whether it should be wired with +ve to the pin or -ve to the pin.It would be good to get a BoM for the components used, and a basic table along the lines of the following:
The text was updated successfully, but these errors were encountered: