This shows you the differences between two versions of the page.
eap:laboratoare:01 [2024/07/17 11:44] jan.vaduva [Intro to Raspberry Pico] |
eap:laboratoare:01 [2024/07/17 11:51] (current) jan.vaduva |
||
---|---|---|---|
Line 142: | Line 142: | ||
- Design and implement a program for a Raspberry Pi Pico (RP2040) microcontroller that increments a counter from 0 to 9 and displays the current count on an 7-segment display. The program should also include a reset button that, when pressed, resets the counter back to 0. | - Design and implement a program for a Raspberry Pi Pico (RP2040) microcontroller that increments a counter from 0 to 9 and displays the current count on an 7-segment display. The program should also include a reset button that, when pressed, resets the counter back to 0. | ||
* [[https://wokwi.com/projects/403561096139405313|Use this as starting project]] | * [[https://wokwi.com/projects/403561096139405313|Use this as starting project]] | ||
- | - Write a program for a Raspberry Pi Pico to communicate with another device via UART. The program will set up the UART with desired settings, send a predefined message, receive incoming data, and process it (like printing or storing). | ||
==== References ==== | ==== References ==== | ||
Line 149: | Line 148: | ||
- [[https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf|Raspberry Pi Pico datasheet]] | - [[https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf|Raspberry Pi Pico datasheet]] | ||
- [[https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html|Pico-SDK]] | - [[https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html|Pico-SDK]] | ||
+ | - [[https://www.raspberrypi.com/documentation/pico-sdk/hardware.html#ga71d35b29e897b9bb4fc881b587b08cab|Pico-SDK Documentation]] |