This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ir-for-mary [2023/11/18 12:59] – admin | ir-for-mary [2023/11/18 14:29] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Connect Hichi IR to the Pi Pico ====== | ====== Connect Hichi IR to the Pi Pico ====== | ||
| + | ===== Connection ===== | ||
| - | ===== Ping-Ping string: Hello, Pico! ===== | + | {{:: |
| + | |||
| + | |||
| + | |||
| + | ===== Ping-Pong string: Hello, Pico! ===== | ||
| Should return: | Should return: | ||
| + | |||
| <code bash> | <code bash> | ||
| send data Hello, Pico! | send data Hello, Pico! | ||
| Received: b' | Received: b' | ||
| - | < | + | </code> |
| The Code: | The Code: | ||