Skip to content

Commit 7614e78

Browse files
committed
updating content
1 parent 6004a48 commit 7614e78

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/misc/references.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@
4444

4545
## Snake Game
4646

47-
[Micropython Snake Game](https://github.com/hwiguna/HariFun_203_PicoSnake)
47+
[Micropython Snake Game](https://github.com/hwiguna/HariFun_203_PicoSnake)
48+
49+
## Turing the Raspberry Pi Pico into a Logic Analyzer
50+
51+
[Make a 100MHz 24 Channel Logic Analyzer from your favorite Raspberry Pi Pico](https://www.youtube.com/watch?v=Obd1PiW7RO8&t=1s) - In this video you will learn how to setup the Raspberry Pi Pico so it can be used as a 24 channel signal analyzer. You will also see some examples using the signal analyzer decoding some different protocols like a UART, I2C-bus and 1-wire.

docs/sensors/14-microphone.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Microphone
2+
3+
## Basic Sound Sensor
4+
5+
**Pros:**
6+
7+
- low cost
8+
- able to detect if sound is present and send a digital signal
9+
10+
**Cons:**
11+
12+
13+
## INMP441 24-bit I2S Interface Omnidirectional Microphone Sensor Module
14+
15+
## References
16+
17+
[YouTube Video Raspberry Pi Pico Audio Recorder with INMP441](https://www.youtube.com/watch?v=6AfcCyxWVEQ) - MCU Application Lab

0 commit comments

Comments
 (0)