slabua

@slabua

Tinkerer

Joined on Aug 21, 2020

  • Introduction Given the great potential of the RP2040 chip announced on the 21st of January 2021 as the first microcontroller designed by Raspberry Pi Ltd, more and more boards from different manufacturers have been populating the shelves of enthusiast makers. About this article This article will be covering the general characteristics of the RP2040 chip, and introduce three popular small form factor boards that I have been considering for some of my projects to come. Pimoroni Tiny 2040 Seeed Studio XIAO RP2040 Waveshare RP2040-Zero
     Like  Bookmark
  • Introduction My name is Salvatore and I am a Development Engineer at 株式会社Rist. Robotics team, responsible for Robotics R&D. Robot design, control, motion, perception and manipulation. Image analysis, recognition and classification. AI algorithms design and implementation. UI/UX design and implementation. About this article
     Like  Bookmark
  • Rust Study Session #15 Ch.15 (part 1) - Smart Pointers 2020.11.13 - Salvatore La Bua Summary What is a pointer. Using Box<T> to point to data on the heap. Smart Pointers as regular references. Running code on cleanup.
     Like  Bookmark
  • Rust Study Session #11 Ch. 12 (part 1): Building a Command Line Program 2020.10.16 - Salvatore La Bua I/O Project: Implementing grep Organising code (Ch. 7) Using vectors and strings (Ch. 8) Handling errors (Ch. 9) Using traits and lifetimes (Ch. 10)
     Like 1 Bookmark
  • Rust Study Session #8 Ch. 9: Error Handling 2020.09.25 - Salvatore La Bua Summary Unrecoverable errors Using the panic! macro.
     Like 1 Bookmark
  • Rust Study Session #4 Ch. 6: Enums and Pattern Matching 2020.08.28 - Salvatore La Bua Summary Defining an enum Encoding meaning into the data.
     Like 1 Bookmark