pspeybro

Results 9 comments of pspeybro

This is also an issue in the old library (MediaPlugin): https://github.com/jamesmontemagno/MediaPlugin/issues/286 I already tried many of the suggested workarounds, but no luck so far. @jamesmontemagno , is there a way...

See my comment [here](https://stackoverflow.com/questions/26192758/how-can-i-send-a-simple-http-request-with-a-lwip-stack/75264534#75264534) Based on [this](https://www.i-programmer.info/programming/hardware/15838-the-picow-in-c-simple-web-client.html) example, which also has the memory leak. You will need to free the memory taken by the struct pbuf *hdr in the headers...

If I add an overlay to remap CS0 to another pin (GPIO28): dtoverlay=spi0-1cs,cs0_pin=28 I'm not getting an error, but nothing seems to happen (I suppose I need to work more...

Hi, thanks for the quick response. Yes, I have this in config.txt: dtparam=spi=on Remapping the pin did seem to have a good effect. I updated the DeviceInitialize() method to match...

Unfortunately, I don't know what made it switch from input to output... At this moment I am experimenting to get the 2in7 display going with the remapped pin, since the...

@thomasgalliker , can you try with adding this line to config.txt? dtoverlay=spi0-1cs,cs0_pin=28 This will remap the CS0 pin to GPIO28, so that the library can actually use the pin directly.

$ dotnet --version 6.0.101 $ uname -a Linux malina 5.10.92-v7+ #1514 SMP Mon Jan 17 17:36:39 GMT 2022 armv7l GNU/Linux

@thomasgalliker by default, the hardware spi cs0 pin is on gpio8. The dtoverlay line remaps this to a gpio for which there is no pin on the 40-pin header (gpio28)....

Is there any chance that this update fixes the problem with locking up the pico after repeatedly calling stdio_init_all(); or stdio via USB that stops working after waking up? See...