pico-examples icon indicating copy to clipboard operation
pico-examples copied to clipboard

Results 239 pico-examples issues
Sort by recently updated
recently updated
newest added
trafficstars

Requires you to specify the server ip address when running cmake, e.g. -DIPERF_SERVER_IP=1.2.3.4 Fixes #255

I configured 2 PICO's as **SPI slave** and connected them to a raspberry pi 4B configured as SPI master with 2 slave devices, but i noticed all slave to master...

I have taken the steps in chapter 9.2 of "Getting started with raspberry pi Pico" and set up the Pico for my Windows machine and I can build the "blink"...

The generated link command and it inputs are as follows ``` C:\PROGRA~2\GNUARM~1\102020~1\bin\AR10B2~1.EXE -mcpu=cortex-m0plus -mthumb -O3 -DNDEBUG -Wl,--build-id=none --specs=nosys.specs -Wl,--wrap=sprintf -Wl,--wrap=snprintf -Wl,--wrap=vsnprintf -Wl,--wrap=__clzsi2 -Wl,--wrap=__clzdi2 -Wl,--wrap=__ctzsi2 -Wl,--wrap=__ctzdi2 -Wl,--wrap=__popcountsi2 -Wl,--wrap=__popcountdi2 -Wl,--wrap=__clz -Wl,--wrap=__clzl -Wl,--wrap=__clzll...

Hello, I'm new in raspberry dev. I need to develop a communication with an usb device. I builded Host_cdc_msc_hid example, it runs but if I plug in a mouse or...

I am getting a build error when I try to make this repo for FreeRTOS and Pico W. Here is what I am doing, I run under the build directory:...

I tried `pico_w/tcp_server/` and `pico_w/tcp_client/` examples (flashed picow_tcpip_*_background.uf2 ones) with my own python test scripts (because `pico_w/python_test_tcp/` written in MicroPython) but board couldn't send/receive default BUF_SIZE=2048. Then I tried with...

Comment location was misleading, intellisense associate the comment to the typedef type instead of struct usb_endpoint_configuration.