Raspberry Pi Pico

286 readers
16 users here now

Unofficial Raspberry Pi Pico/RP2040 Forum on Lemmy.

Visit us on discord! @Discord

Other Lemmy Communities (not affiliated, see related post to make suggestions for changes)

General Electronics

Embedded (generic)

Embedded (hardware specific)

Radio Frequency / RF

founded 1 year ago
MODERATORS
1
 
 

The linked article describes the problem I'm having: I have a Pi Pico W programmed in C++ using PlatformIO and after a few hours of inactivity, the WiFi disconnects.

The rest of the program on the Pi Pico W continues to run, I can see it outputting debug statements in the serial link via USB.

I can't use the solution proposed on the linked page because I'm running an http server on the Pi Pico W, intended to receive commands maybe two or three times a day. These are completely asynchronous, so I don't have a way to know when a command is coming so I can get the WiFi connected again.

Is this a known issue? If so is there a solution that will cause the Pi Pico W to keep the WiFi connection active? I need that server running and listening 24 hours a day, 7 days a week, 365 days a year, irrespective of how little traffic is on it.

2
 
 

cross-posted from: https://lemmy.ml/post/6755708

A micro Erlang VM for embedded devices like ESP32 and Raspberry Pico

3
2
submitted 9 months ago* (last edited 9 months ago) by kuneho to c/[email protected]
 
 

Hi all. Tho I have this problem a long time, I try to ask here too.

When I use PicoProbe for debug my code with Visual Studio Code (or Codium), can't get serial monitor working on the target Pico.

I have hooked up everything correctly, the probe's Rx/Tx GPIOs are connected to the target's UART0 Tx/Rx correctly (checked it, Tx-Rx and Rx-Tx, swapped it, no data at all. Tried to touch the wires to random spots, garbage appeared on the serial monitor, so the probe is probably listening)

Using USB as UART, connected directly to the target device does give me serial output, but through the probe and with UART, absolutely nothing.

I used the 'hello_serial' example project, built it with Codium (or VSCode), using the same plugins the pico_installer would setup. (MS CMake Tools, MS C++ tools and Cortex debug).

Debugging with openocd, or just running the built firmware on it's own and listening to it with the probe has the same result: nothing.

Same on Windows, same on Linux.

Anyone has any idea? I can program the Picos this way, but I really need serial for debugging. I could use two USB cables, but soonly enough that won't work.

Am I missing something? I did lots of search, but this feature should just work.

edit: fixed some typos

4
 
 

This should cover every Nintendo game cartridge, but it was made specifically for the Game Boy (DMG/Color/Advance). It currently just counts up the address pins and reads the data, with no defined range to read from.

Next hardware step is designing an adapter to map the pins for each console, and then making a PCB for both.

Next software step is writing cases for each of the memory mappers used in the cartridges... For each console... so only ~50 cases...

I wanted to make this because these universal readers cost ~$150-200 including adapters. Instead, I decided to spend $30 + $1000+ of my time

5
 
 

Is there a pico-sdk based hello world for c++? Basically CMakeLists.txt and main.cpp with a led blinker. On the surface everything is C based. Thanks!

6
 
 

why is my purple pico not same header format as offcial one ๐Ÿ˜ตโ€๐Ÿ’ซ

spoiler


7
 
 

Hey all!

Been trying to build a PCB for a strip of neopixels using the RP2040. this is my second attempt at this; I fucked up on my first design, the xtal was wired wrong. i'm a noob at this too. made some changes. before sending this revision to the press, i wanted to ask around for a quick peak. if you see anything i'm missing, or any hints, etc. i'd appreciate.

also first time posting on lemmy. lets see how this thing goes.

url to schematic: https://easyeda.com/editor#id=|1ac67c08db4d4abfb7b0146c6d905ee2|31c1962ae0074c72a02339c67fd2fa64|a66882b41d9849f4badb4f041fdf557a|e3c9251c551147e0a3626164f85e1244|9e08cbc442054b9ebf3f6bb92fa4e965

thanks all!

8
 
 

Crosspost from r/raspberrypipico

9
1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

I've created a list of other electronics communities on lemmy.

Feel free to create PR's against it or make suggestions here if there are others that we should include. I've also placed them in the sidebar.

Let me know if I've missed anything.

This list on Github

General Electronics

Embedded (generic)

Embedded (hardware specific)

Radio Frequency / RF

10
 
 

This is run by the same moderator team as the subreddit.

I'm not shutting down the subreddit or anything at this point, but I wanted to give a lemmy alternative for users that want to move over.