Skip to content

Commit

Permalink
Mention RPi Pico board's 3v regulator in Pico SDK doc (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Aug 25, 2023
1 parent a028813 commit 890243c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pico_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ To specify the default SPI pins used at build time, you can use either:
It is possible to drive multiple nRF24L01 transceivers on a single board. To do this each radio needs dedicated digital output pins for the CE and CSN pins.
@warning The RPi Pico board's 3v regulator is typically insufficient to power more than 1 radio.
It is also worth mentioning that the RPi Pico board uses a switching regulator which inherently
produces electrical noise (a not steady 3v signal otherwise referred to as "power instability").
If you want to drive each radio with a separate SPI bus, then the following example will demonstrate how to do that.
```cpp
Expand Down

0 comments on commit 890243c

Please sign in to comment.