pico-examples
pico-examples copied to clipboard
Please add the SDLC example with PIO
The example code from https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/access_point/picow_access_point.c#L293 shows the default IP address for the DHCP server is 192.168.4.1. When I changed the subnet to, for example, 192.168.3.1, my TCP client could not...
Propose a modified lauch.json that provides the user with choices for a debug probe. 
Heyhey folks, I have 2 Picos, where one (master) has to send data to the other (slave) over SPI. There is no back-talk, i.e. the setup only uses the MOSI...
On ubuntu 20.04, with a clean repo I cannot compile `picow_tls_client.c`. I have the error: ``` /pico-examples/pico_w/wifi/tls_client/picow_tls_client.c:61:93: error: 'TCP_WRITE_FLAG_COPY' undeclared (first use in this function) 61 | err = altcp_write(state->pcb,...
Line 13 of pico-examples/i2c/lis3dh_i2c/lis3dh_i2c.c says `/* Example code to talk to a LIS3DH Mini GPS module.` which of course it isn't a GPS module.
I can not get "hello world" response from screen or minicom in Ubuntu 22. I can confirm it works because I can get a response via Hercules in Windows 11....
https://github.com/raspberrypi/pico-examples/blob/1c5d9aa567598e6e3eadf6d7f2d8a9342b44dab4/i2c/ssd1306_i2c/ssd1306_i2c.c#L191
Good morning to all of you. Please someone can tel or show me how and where to modify the hub75 pio example geving to manage LED brightness on and RGB...
Hello. As part of a project I've been tinkering with, I've been playing with the idea of turning a raspi pico into a LPC ([Low Pin Count](https://www.intel.com/content/dam/www/program/design/us/en/documents/low-pin-count-interface-specification.pdf)) sniffing device to...