Posts

Showing posts with the label Free ebooks

Comprehensive Rust - a Rust course developed by the Android team

Image
Comprehensive Rust - This is a four day Rust course developed by the Android team. The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling. It also includes Android-specific content on the last day. The source code of the course is HERE .

Free ebook - The Picamera2 Library Manual

Image
Picamera2 is the libcamera-based replacement for Picamera which was a Python interface to the Raspberry Pi's legacy camera stack. Picamera2 also presents an easy to use Python API. Picamera2 is currently available as a beta release. This means there may still be some issues and bugs which shall be worked on fixing, and where users identify particularly useful features may still be considered implementing them. ~ Download The Picamera2 Library Manual (PDF)

Online books for Embedded Rust

Image
Rust Embedded aims to be a resource for Rust programmers writing software for embedded devices. The Embedded Rust Book is an introductory book about using the Rust Programming Language on "Bare Metal" embedded systems, such as Microcontrollers. Another one  Discover the world of microcontrollers through Rust! There are currently two versions of this book. The first is older and uses an F3 Discovery circuit board to introduce you to microcontrollers and Rust, while the second is newer and uses a micro:bit circuit board instead. ~  Older book, using an F3 discovery board ~  Newer book, using a micro:bit

Raspberry Pi Pico W

Image
My dev.board -  Raspberry Pi Pico W pinout: ref: ~ The official documentation for Raspberry Pi microcontrollers ~ Raspberry Pi Pico W Datasheet ~  Connecting to the Internet with Raspberry Pi Pico W Related post: ~  Raspberry Pi Pico W first power up and install MicroPython firmware ~  MicroPython/CircuitPython, enter bootloader programmatically, without BOOT button. (Tested on Raspberry Pi Pico) ~  Set CircuitPython file system Writable, and write/read text file on CircuitPython ~  Control onboard LED of Raspberry Pi Pico 2/2W using MicroPython/CircuitPython Exercises of Pico W with MicroPython: ~  connect to WiFi network and synchronize to NTP Time Server ~  Raspberry Pi Pico W/MicroPython x 0.96" 80x160 ST7735 SPI IPS ~  Raspberry Pi Pico W/MicroPython act as socket client, connect to HC-25 WiFi Module . ~  Prepare MicroPython Bluetooth service example on Raspberry Pi Pico W (MicroPython v1.20.0 ) ~  MicroPyt...

Free ebok - Raspberry Pi Handbook 2023

Image
 Download  The Official Raspberry Pi Handbook 2023 HERE for Free.

Free eBook - Connecting to the Internet with Raspberry Pi Pico W

Image
Free ebook: Connecting to the Internet with Raspberry Pi Pico W - Getting Raspberry Pi Pico W online with C/C++ or MicroPython .

Free online ebook: C++ for Python Programmers

Image
A free online book for Python Programmers to learn C++:  C++ for Python Programmers

Free eBook - Arduino MKR Projects for Schools

Image
Arduino MKR Projects for Schools is a A colourful entry-level project book, which introduces learners to the exciting world of microcontrollers, the Internet of Things and Data Science. ~ FREE to download here .

my dev.board - Raspberry Pi Pico

Image
 my dev.board - Raspberry Pi Pico (RP2040) Pinout: Free eBooks for Raspberry Pi Pico: ~ Get Started with MicroPython on Raspberry Pi Pico ~ Raspberry Pi Pico Python SDK ~ Raspberry Pi Pico C/C++ SDK ~ Getting started with Raspberry Pi Pico CircuitPython Related: - To install CircuitPython, read the document Getting Started with Raspberry Pi Pico and CircuitPython > Installing CircuitPython ~  MicroPython/CircuitPython, enter bootloader programmatically, without BOOT button. (Tested on Raspberry Pi Pico) ~  Set CircuitPython file system Writable, and write/read text file on CircuitPython ~  Control onboard LED of Raspberry Pi Pico 2/2W using MicroPython/CircuitPython Exercises of Raspberry Pi Pico/CircuitPython: ~  SSD1306 SPI OLED on Raspberry Pi Pico/CircuitPython using displayio ~  Display on 240x320 ST7789 SPI IPS TFT using Raspberry Pi Pico/CircuitPython 7 ~  ov2640 (Red board without MCLK) on Raspberry Pi Pico/...