A quick and easy MQTT client on the Pico 2 W using Mongoose.
https://youtube.com/shorts/bszP6F11llU
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose #mqtt
Latest posts tagged with #CLang on Bluesky
A quick and easy MQTT client on the Pico 2 W using Mongoose.
https://youtube.com/shorts/bszP6F11llU
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose #mqtt
New Video: Mongoose isn't just a Web Server. MQTT Client, sweet.
https://youtu.be/SdbOZYRDh4Y
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose #mqtt
#3min summary Waveshare RP2350 Touch 3.49 Review and Template project.
https://youtube.com/shorts/sOqxK52STiA?feature=share
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare
Waveshare RP2350 Touch 3.49. I made it easy with a template project.
https://youtube.com/shorts/RWqVowaygw0?feature=share
Deep dive: https://youtu.be/Sak3GQtrA7I
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare
C++ trusts your discipline, Rust guarantees it by design.
C++ trusts your discipline, Rust guarantees it by design. 🦀💻 EN
C++ confía en tu disciplina, Rust la garantiza por diseño. 🦀💻 ES
#programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #rustlang #clang
New Video: Waveshare RP2350 Touch 3.49, more than a module. A programmable device in one!
Check it out: https://youtu.be/Sak3GQtrA7I
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare
#3min Summary on my Mecanum drive from the Raspberry Pi Pico!
https://youtube.com/shorts/fPEYHxtEjTU?feature=share
#rp2040 #raspberrypipico #iot #microcontroller #clang #cpplang #rpipico #ros2 #microros #robotics
compilers are amazing. Thank you, compiler people
code.vinyl-cache.org/vinyl-cache/vinyl-cache/...
#gcc #clang #llvm
The RP2040 (Pico) does all the work here, controlling my Mecanum Drive Robot.
Short: https://youtube.com/shorts/VcUbz_pzFbM?feature=share
Deep dive here: https://youtu.be/KmaNhDDlJN4
#rp2040 #raspberrypipico #iot #microcontroller #clang #cpplang #rpipico #ros2 #microros #robotics
New Video: Mecanum drive controlled from the RP2040!
https://youtu.be/KmaNhDDlJN4
#rp2040 #raspberrypipico #iot #microcontroller #clang #cpplang #rpipico #ros2 #microros #robotics
Code in C and Odin programming languages.
I am rewriting a game from #clang to #odinlang.
Which one looks more clear? I think Odin (left) code filled with more scannability and readability.
#gamedev #indiedev
Check out how I used Mongoose Real Time Charts to understand this IMU:
youtube.com/shorts/JDx8eZKqlrE #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose
BNO055 IMU at last the data makes sense.
https://youtu.be/x6I02YAyZmU
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang
Real time charts helped me understand this IMU:
https://youtube.com/shorts/reZeNwbv4M4?feature=share
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang
Mongoose makes Over the Air updates of Raspberry Pi Pico 2 W look easy. Check it out:
https://youtu.be/3wzKpsNu3v4
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #ota
xkcd style comic explaining c-base, c-lang and expertise bias
Experts in their fields
https://wiki.c-base.org/dokuwiki/c-lang
#clang
HTTPS://c-base.org
New Video: Inertial Measurement Unit, the BNO055. At last an IMU I can tame.
Check it out: https://youtu.be/x6I02YAyZmU
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #bno055
#Metal #Cogs #Junk #Gunparts #Screwdriver #Metallic #Rustymetal #Steel #Clicks #Metalgadgets #Clang #Metalsweetener
Interestingly, when building Pocl with the option to statically link against LLVM 18, the crash can be reproduced by simply running `clinfo -l` (which is the least-intrusive OpenCL-using command you can run, basiclaly) and the error is caused by the good old
: CommandLine Error: Option […]
One of the most underrated merges for #Linux 7.0 isn't a new driver—it's removing Sparse's locking analysis in favor of #Clang 22's context tracking. Read more: 👉 tinyurl.com/35hr7f74
A screenshot of an X terminal. The terminal has the following contents: hp@lilly:~/Projects/motif/cursed$ gcc hello.c -o hello -lXt -lXm -g3 hp@lilly:~/Projects/motif/cursed$ ./hello XtToolkitInitialize() XtCreateApplicationContext XtOpenDisplay() XtVaAppCreateShell() X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 19 (X_DeleteProperty) Resource id in failed request: 0x0 Serial number of failed request: 119 Current serial number in output stream: 123 hp@lilly:~/Projects/motif/cursed$ gcc hello.c -o hello -lXm -lXt -g3 hp@lilly:~/Projects/motif/cursed$ ./hello XtToolkitInitialize() XtCreateApplicationContext XtOpenDisplay() XtVaAppCreateShell() XtVaCreateManagedWidget() Success! entering main loop hp@lilly:~/Projects/motif/cursed$
This is super #cursed. How is this even possible.
I'm legitimately asking, I have no idea how this could result in a program that links but doesn't run.
#programming #clang #retrocomputing
The Waveshare 4 Inch Touch LCD. Lets put it through it's paces. Noting the industrial feel of CAN BUS and RS485
https://youtube.com/shorts/6c6nz6uR360
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare #touch
videozinho abordando um pouco sobre APIs gráficas e mostrando um exemplo prático com OpenGL
https://youtu.be/sa-zksxbfz0?si=0zuM5Ecax3cZavYv
#opengl #programming #clang #computergraphics
videozinho abordando um pouco sobre APIs gráficas e dando um exemplo prático com OpenGL
youtu.be/sa-zksxbfz0?...
#opengl #programming #clang
Improving the Usability of C Libraries in Swift Doug Gregor: The Swift code above has a very “C” feel to it. It has global function calls with prefixed names like wgpuInstanceCreateSurface and ...
#Programming #C #Programming #Language #Clang #Language #Design #Swift #Programming #Language […]
Improving the Usability of C Libraries in Swift Doug Gregor: The Swift code above has a very “C” feel to it. It has global function calls with prefixed names like wgpuInstanceCreateSurface and ...
#Programming #C #Programming #Language #Clang #Language #Design #Swift #Programming #Language […]
Exploring raylib using C
#gamedev #gamedevelopment #indiedev #clang
New Video:
The Waveshare 4 Inch Touch LCD. Lets put it through it's paces.
https://youtu.be/rVc4AB276D8
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare #touch