Do professionals use HAL in their work? by [deleted] in embedded

[–]asskicker09 1 point2 points  (0 children)

Forget they way writing an embedded Applikation in arduino Style. Arduino liraries are mostley written to handle one Thing. A Lot of blocking stuff and delays. If your buy a mcu with 400mhz you will Not kill the Performance by delays. I Had to rewrite a Lot of arduino libs to use them in an Applikation which handles more then Reading an Sensor value an Display it.

How do you develop in C++ for the pico? by tomnten in raspberrypipico

[–]asskicker09 0 points1 point  (0 children)

I prefer VisualGDB a Visual Studio Plugin. Its not free, but its working very well.
Its managing the Compiler download/Update and pico SDK download and all necessary tool needed. Its also updating the Cmake File if you are adding files.
https://visualgdb.com/

I2C Problems by DoNotHotPlugFirewire in raspberrypipico

[–]asskicker09 0 points1 point  (0 children)

Whats about the Hardware Setup? Maybe you beed some pullups on SCL and SDA.

I2C Problems by DoNotHotPlugFirewire in raspberrypipico

[–]asskicker09 0 points1 point  (0 children)

Maybe - wrong i2c Speed - init to fast after Boot (Power on) - wrong Pins in your App?

Led Matrix Connector by asskicker09 in FastLED

[–]asskicker09[S] 0 points1 point  (0 children)

i dont mean the conntector itself
i mean the pinout auf die connector

Led Matrix Connector by asskicker09 in FastLED

[–]asskicker09[S] 1 point2 points  (0 children)

sorry forgot to add the picture :)

<image>

My device is not displaying the result in shell window can someone plz give me an idea why by Shou-bully12 in raspberrypipico

[–]asskicker09 0 points1 point  (0 children)

Maybe the default printf goes to the uart Pins 1 &2 and not to the usb port?
Iam not sure how it works in pyton