by Agus Kurniawan
16. December 2018 16:16
This book helps you to get started with NodeMCU development on ESP32 boards. Several simple projects in this book can accelerate your learning.
Table of Content
1. Preparing Development Environment
1.1 NodeMCU
1.2 Electronics Components
1.2.1 Arduino Starter Kit
1.2.2 Fritzing
1.2.3 Cooking-Hacks: Arduino Starter Kit
1.2.4 Arduino Sidekick Basic kit v2
1.2.5 Grove - Starter Kit for Arduino
1.2.6 DFRobot - Arduino Kit for Beginner v3
1.3 Development Tools
1.4 Testing
2. Setting Up NodeMCU for ESP32
2.1 Getting Started
2.2 Connecting ESP32 board to Computer
2.3 Building NodeMCU Firmware for ESP32 Boards
2.4 Configuring and Flashing NodeMCU Project for ESP32
2.5 Flashing NodeMCU Firmware
2.5.1 Windows Platform
2.5.2 Linux and OS X Platforms
2.6 Development Tools
2.7 Hello NodeMCU: Blinking LED
2.7.1 Wiring
2.7.2 Writing Program Using Serial/UART Tool
2.7.3 Uploading Lua Script File to NodeMCU Board
3. Lua Programming Language
3.1 Preparing Development Environment
3.2 Common Rule
3.3 Variables
3.3.1 Declaring Variable
3.3.2 Assigning Variables
3.3.3 Demo
3.4 Comment
3.5 Arithmetic Operations
3.6 Mathematical Functions
3.7 Increment and Decrement
3.8 Comparison Operators
3.9 Logical Operators
3.10 Decision - if..then
3.11 Iteration - for
3.12 Iteration - while
3.13 Iteration - repeat
3.14 break and do
3.15 Array
3.16 Functions
3.17 Lua Modules
4. GPIO Programming
4.1 Getting Started
4.2 Wiring
4.3 Writing a Program
4.4 Testing
5. PWM and Analog Input
5.1 Getting Started
5.2 Demo Analog Output (PWM) : RGB LED
5.2.1 Wiring
5.2.2 Writing Program
5.2.3 Testing
5.3 Demo Analog Input: Working with SparkFun Electret Microphone Breakout
5.3.1 Wiring
5.3.2 Writing Program
5.3.3 Testing
6. Working with I2C
6.1 Getting Started
6.2 Writing Program
6.3 Writing Program
6.4 Testing
7. Working with UART
7.1 Getting Started
7.2 Wiring
7.3 Writing a Program
7.4 Testing
8. Working with SPI
8.1 Getting Started
8.2 Wiring
8.3 Writing a Program
8.4 Testing
9. Connecting to a Network
9.1 Connecting to a WiFi Hotspot
9.2 Building a Simple Web Server
How to Buy
You can get this e-book on the following online store:
Google Play Book, https://play.google.com/store/books/details?id=LVx_DwAAQBAJ
Amazon Kindle, https://www.amazon.com/dp/B07LDK4FFK
Lulu, http://www.lulu.com/shop/agus-kurniawan/nodemcu-for-esp32-development-workshop/ebook/product-23914069.html
Kobo, https://www.kobo.com/de/en/ebook/nodemcu-for-esp32-development-workshop
Apple iBookStore, http://itunes.apple.com/us/book/isbn9780359295753
by Agus Kurniawan
10. December 2018 02:22
This book explores how to work ACKme Mackerel AMW004 Development. I use terminal command and Python to develop programs on ACKme Mackerel AMW004 board.
Table of Content
1. Preparing Development
1.1 ACKme Mackerel AMW004
1.2 Electronic Components
1.3 Development Tools
2. Set up Development and Testing Environment
2.1 Getting Started
2.2 Connecting to Computer
2.3 Executing Commands on ACKme Mackerel AMW004
2.4 Updating Firmware
3. GPIO Programming
3.1 Getting Started
3.2 Digital I/O
3.3 Python Programming for ACKme Mackerel AMW004
4. Working with ADC and PWM
4.1 Getting Started
4.2 Working with ADC
4.3 Working with PWM
4.3.1 ACKme Mackerel AMW004 PWM
4.3.2 Controlling RGB LED Color
4.3.3 Writing Program
5. WiFi Networking
5.1 Getting Started
5.2 Connecting to Existing WiFi
6. Building Internet of Things Application
6.1 Getting Started
6.2 Accessing RESTful Server
6.3 Building RESTful own Server
How to buy
You can get this book on the following online store.
Amazon Kindle, https://www.amazon.com/dp/B07L7QF8GK
Lulu, http://www.lulu.com/shop/getting-started-with-ackme-mackerel-amw004-development/ebook/product-23905433.html
Kobo, https://www.kobo.com/de/en/ebook/getting-started-with-ackme-mackerel-amw004-development
Google Play, https://play.google.com/store/books/details?id=eBR-DwAAQBAJ
Apple iBookStore, http://itunes.apple.com/us/book/isbn9780359281664
by Agus Kurniawan
19. November 2018 11:58
This book helps readers to get started with IOIO-OTG board development using Java. The title book is IOIO-OTG Development Workshop. I hope this book is hopeful for you.
Table of Content
1. Preparing Development Environment
1.1 IOIO-OTG
1.2 Electronic Components
1.2.1 Arduino Starter Kit
1.2.2 Fritzing
1.2.3 Cooking-Hacks: Arduino Starter Kit
1.2.4 Arduino Sidekick Basic kit
1.3 Testing
2. Setting up Development Environment
2.1 Getting Started
2.2 IOIO-OTG Driver
2.3 Setting up Development Environment
2.4 Hello World for IOIO-OTG
2.4.1 Creating Project
2.4.2 Writing Program
2.4.3 Compiling and Running
2.5 Upgrading/Reflashing IOIO-OTG Firmware
3. Working with Digital Input/Output
3.1 Getting Started
3.2 Demo: Digital I/O
3.2.1 Wiring
3.2.2 Creating Project
3.2.3 Writing Program
3.2.4 Compiling and Running
4. Working with Analog Input and PWM
4.1 Getting Started
4.2 Demo: Analog Input
4.2.1 Wiring
4.2.2 Creating Project
4.2.3 Writing Program
4.2.4 Compiling and Running
4.3 Demo: PWM
4.3.1 IOIO-OTG PWM
4.3.2 Controlling RGB LED Color
4.3.3 Creating Project
4.3.4 Writing Program
4.3.5 Compiling and Running
5. Serial Communication
5.1 Getting Started
5.2 Demo: Serial Communication
5.2.1 Wiring
5.2.2 Creating Project
5.2.3 Writing Program
5.2.4 Compiling and Running
6. Working with SPI
6.1 Getting Started
6.2 Wiring
6.2.1 Creating Project
6.2.2 Writing Program
6.2.3 Compiling and Running
7. Working with I2C
7.1 Getting Started
7.2 Wiring
7.3 Creating Project
7.4 Writing Arduino Program
7.5 Writing IOIO-OTG Program
7.6 Compiling and Running
How to Buy
You can get this book on the following online store:
Lulu, http://www.lulu.com/shop/agus-kurniawan/ioio-otg-development-workshop/ebook/product-23877401.html
Amazon Kindle, https://www.amazon.com/dp/B07KNXX311
Google Play Book, https://play.google.com/store/books/details?id=J7V6DwAAQBAJ
Kobo, https://www.kobo.com/de/en/ebook/ioio-otg-development-workshop
Apple iBookStore, http://itunes.apple.com/us/book/isbn9780359235483
by Agus Kurniawan
21. October 2018 18:19
My new book about Arduino MKR WIFI 1010 Development Workshop explores how to work with Arduino MKR WIFI 1010.
Table of Content
1. Setting up Development Environment
1.1 Arduino MKR WIFI 1010
1.2 Electronic Components
1.2.1 Arduino Starter Kit
1.2.2 Fritzing
1.2.3 Cooking-Hacks: Arduino Starter Kit
1.2.4 Arduino Sidekick Basic kit
1.3 Unboxing
1.4 Testing
2. Sketch Programming
2.1 Getting Started
2.2 Arduino Hardware Driver
2.3 Setting up Arduino MKR WIFI 1010
2.4 Hello World for Arduino MKR WIFI 1010
2.5 Basic Sketch Programming
2.6 Digital I/O
2.7 Serial Communication
2.8 Analog I/O: Reading Analog (ADC)
2.9 PWM
2.9.1 Arduino MKR WIFI 1010 PWM
2.9.2 Controlling RGB LED Color
2.9.3 Writing Arduino Sketch
2.10 What's Next?
3. Working with SPI
3.1 Getting Started
3.2 Wiring
3.3 Writing a Program
3.4 Testing
4. Working with I2C
4.1 Getting Started
4.2 Writing Program
4.3 Writing Program
4.4 Testing
5. Arduino WiFi Networking
5.1 Getting Started
5.2 Adding WiFiNINA Library
5.3 Scanning WiFi Hotspot
5.4 Connecting to a WiFi Network
5.5 Building a Simple IoT Application
5.5.1 Wiring
5.5.2 Writing Program
5.5.3 Testing
6. Working with Internal RTC and Sleep Mode
6.1 Getting Started
6.2 Adding RTC Library
6.3 Demo: Simple RTC
6.4 Demo: Connecting to Network Time Protocol (NTP) Server
6.5 Demo: Sleep and Wake up
How to Buy
You can get this book on the following online store:
Amazon Kindle, https://www.amazon.com/dp/B07J4FJNFB
Google Play Book, https://play.google.com/store/books/details?id=rIBxDwAAQBAJ
Lulu, http://www.lulu.com/shop/agus-kurniawan/arduino-mkr-wifi-1010-development-workshop/ebook/product-23827169.html
Apple iBookStore, http://itunes.apple.com/us/book/isbn9780359140978
Kobo, https://www.kobo.com/de/en/ebook/arduino-mkr-wifi-1010-development-workshop
by Agus Kurniawan
21. October 2018 17:31
This is my new book about STM32 Nucleo-32 Development. I use GNU ARM, OpenOCD and mbed development for demo.
Table of Content
1. Preparing Development Environment
1.1 STM32 Nucleo-32 Series
1.2 Getting Hardware
1.3 Development Tools
1.4 Electronics Devices
1.5 STM32 Nucleo-32 GPIO
2. Setup Development Environment
2.1 Getting Started
2.2 Set up Development Environment
2.2.1 Eclipse IDE for C/C++
2.2.2 GNU ARM Eclipse Plug-ins
2.2.3 GNU GCC ARM Tool-Chain
2.2.4 Build Tools
2.2.5 ST-Link Utility
2.2.6 Connecting Your STM32 Nucleo Board to Computer
2.2.7 Upgrading STM32 Nucleo-32 Firmware
2.2.8 STM32CubeMX
2.2.9 OpenOCD
2.3 Testing: Hello World
2.3.1 Creating A New Project
2.3.2 Generating Code Template Using STM32CubeMX
2.3.3 Combining Eclipse and STM32CubeMX Projects
2.3.3.1 Copy Files from Src and Inc folders on STM32CubeMX Project
2.3.3.2 Copy Files from Driver folder of CubeMX Project
2.3.3.3 Copy HAL Files
2.3.3.4 HAL Codes
2.3.4 Configure Project Setting
2.3.5 Writing Program for Blinking
2.3.4 Compiling
2.3.5 Deploying Program to STM32 Nucleo-32 Board
2.3.6 Updating Program
2.4 Debugging
2.4.1 Configuring OpenOCD
2.4.2 Configuring GDB Hardware Debugging
2.4.3 Testing
3. Digital Input/Output
3.1 Getting Started
3.2 Demo : PushON Project
2.2.1 Hardware Configuration
2.2.2 Creating A Project
2.2.3 Writing Program
3.2.3 Testing
3.2.4 Debugging
4. Serial Communication - UART
4.1 STM32 Nucleo UART
4.2 Hello STM32 Nucleo UART
4.2.1 Creating Project
4.2.2 Writing Program for Sending Data
4.2.4 Compiling and Deploying
4.2.5 Testing
5. Working with Analog Input (ADC)
5.1 Getting Started
5.2 Demo: Reading Analog Input
5.2.1 Hardware Configuration
5.2.2 Creating Project
5.2.3 Enabling ADC and UART
5.2.4 Reading Analog Input
5.2.5 Compiling and Deploying
5.2.6 Testing
6. Working with Analog Output (PWM)
6.1 Getting Started
6.2 Demo: Analog Ouput (PWM)
6.2.1 Wiring
6.2.3 Creating a Project
6.2.4 Writing a Program
6.2.5 Compiling and Deploying
6.2.6 Testing
7. Working with Analog Output (DAC)
7.1 Getting Started
7.2 Demo: Analog Ouput (DAC)
7.2.1 Create a Project
7.2.2 Write Progam
7.2.3 Testing
8. Working with SPI
8.1 Getting Started
8.2 Demo: SPI Loopback
8.2.1 Create a Project
8.2.2 Write Program
8.2.3 Testing
9. Working with I2C
9.1 Getting Started
9.2 Demo
9.2.1 Create a Project
9.2.2 Write Program
9.2.3 Testing
10. mbed Development
10.1 Getting Started
10.2 Hello mbed and STM32 Nucleo-32
10.2.1 Registration
10.2.2 Adding STM32 Nucleo-32 as Target Board
10.2.3 Creating Project
10.2.4 Compiling
10.2.5 Deploying Program to STM32 Nucleo-32 Board
10.2.6 Testing
How to Buy
You can get this book on the following online store:
Google Play Book, https://play.google.com/store/books/details?id=mwt0DwAAQBAJ
Lulu, http://www.lulu.com/shop/agus-kurniawan/stm32-nucleo-32-development-workshop/ebook/product-23843480.html
Amazon Kindle, https://www.amazon.com/dp/B07JLHQJDH
Kobo, https://www.kobo.com/de/en/ebook/stm32-nucleo-32-development-workshop
by Agus Kurniawan
27. September 2018 03:15
This is my new book about MicroPython development for STM32 Nucleo boards.
Table of Content
1. Preparing Development Environment
1.1 MicroPython for STM32 Nucleo Boards
1.2 Electronics Components
1.2.1 Arduino Starter Kit
1.2.2 Fritzing
1.2.3 Cooking-Hacks: Arduino Starter Kit
1.2.4 Arduino Sidekick Basic kit v2
1.2.5 Grove - Starter Kit for Arduino
1.2.6 DFRobot - Arduino Kit for Beginner v3
1.3 Selecting STM32 Nucleo Board
1.4 Development Tools
1.5 Testing
2. Setting Up MicroPython for STM32 Nucleo
2.1 Getting Started
2.2 Connecting STM32 Nucleo Boards to Computer
2.3 STM32 Driver and ST-LINK/V2
2.4 Updating ST-LINK/V2 Firmware
2.5 MicroPython Firmware for STM32 Nucleo
2.6 Flashing The Latest MicroPython Firmware
2.7 Testing MicroPython on STM32 Nucleo
2.8 Development Tools
2.8 Python programming
2.9 Hello MicroPython: Blinking LED
2.9.1 Wiring
2.9.2 Writing Program Using Serial/UART Tool
2.10 Copy Scripts and Execute
3. GPIO Programming
3.1 Getting Started
3.2 Wiring
3.3 Writing a Program
3.4 Testing
4. PWM and Analog Input
4.1 Getting Started
4.2 Demo Analog Output (PWM) : RGB LED
4.2.1 Wiring
4.2.2 Writing Program
4.2.3 Testing
4.3 Demo Analog Input: Working with Potentiometer
4.3.1 Wiring
4.3.2 Writing Program
4.3.3 Testing
5. Working with I2C
5.1 Getting Started
5.2 Wiring
5.3 Writing Program
5.4 Testing
6. Working with UART
6.1 Getting Started
6.2 Wiring
6.3 Writing a Program
6.4 Testing
7. Working with SPI
7.1 Getting Started
7.2 Wiring
7.3 Writing a Program
7.4 Testing
8. Working with DHT Module
8.1 Getting Started
8.2 Wiring
8.3 Writing MicroPython Program
8.4 Testing
How to Buy
You can get this book on the following online:
Lulu, http://www.lulu.com/shop/agus-kurniawan/micropython-for-stm32-nucleo-technical-workshop/ebook/product-23813905.html
Google Play Book, https://play.google.com/store/books/details?id=mmBwDwAAQBAJ
Amazon Kindle, https://www.amazon.com/dp/B07HPFCXJC
Kobo, https://www.kobo.com/de/en/ebook/micropython-for-stm32-nucleo-technical-workshop
iBookstore, http://itunes.apple.com/us/book/isbn9780359117413
by Agus Kurniawan
16. September 2018 11:30
If you have SparkFun nRF52832 Breakout board, you learn how to play fun with it. This book help you to get started with SparkFun nRF52832 Development.
Table of Content
1. Setting up Development Environment
1.1 SparkFun nRF52832 Breakout
1.2 Electronic Components
1.2.1 Arduino Starter Kit
1.2.2 Fritzing
1.2.3 Cooking-Hacks: Arduino Starter Kit
1.2.4 Arduino Sidekick Basic kit
1.3 Testing
2. Sketch Programming
2.1 Getting Started
2.2 UART Hardware Driver
2.3 Connecting SparkFun nRF52832 Breakout to Computer
2.4 Setting up SparkFun nRF52832 Breakout on Arduino Sketch
2.5 Hello World for SparkFun nRF52832 Breakout
2.6 Basic Sketch Programming
2.7 Digital I/O
2.8 Serial Communication
2.9 Analog I/O
2.10 PWM
2.10.1 SparkFun nRF52832 Breakout PWM
2.10.2 Controlling RGB LED Color
2.10.3 Arduino Implementation
2.11 What's Next?
3. Working with SPI
3.1 Getting Started
3.2 Wiring
3.3 Writing a Program
3.4 Testing
4. Working with I2C
4.1 Getting Started
4.2 Changing I2C Pins
4.3 Writing Program
4.4 Writing Program
4.5 Testing
5. BLE Programming
5.1 Getting Started
5.2 nRF Connect Tool
5.3 Adding BLEPeripheral library
5.4 Writing BLE Simple Application
5.5 Testing
6. Building Sensor Application Based BLE
6.1 Getting Started
6.2 Wiring
6.3 Writing Arduino Program
6.4 Testing
How to Buy
You can get this book on the following online store.
Lulu, http://www.lulu.com/shop/agus-kurniawan/sparkfun-nrf52832-development-workshop/ebook/product-23800385.html
Google Play Book, https://play.google.com/store/books/details?id=IIJuDwAAQBAJ
Kobo, https://www.kobo.com/de/en/ebook/sparkfun-nrf52832-development-workshop
Amazon Kindle, https://www.amazon.com/dp/B07HDFYXRS
iBookstore, http://itunes.apple.com/us/book/isbn9780359092345
by Agus Kurniawan
3. September 2018 15:49
My new book about CircuitPython development. This book uses Adafruit ItsyBitsy M0 Express board for testing.
Table of Content
1. Preparing Development Environment
1.1 Introduce CircuitPython
1.2 Electronics Components
1.3 Development Tools
1.4 Testing
2. Setting Up CircuitPython
2.1 Getting Started
2.2 Connecting CircuitPython Boards to Computer
2.3 Flashing The Latest CircuitPython Firmware
2.4 Development Tools
2.5 Python programming
2.6 Hello CircuitPython: Blinking LED
2.6.1 Wiring
2.6.2 Writing Program using Mu
2.6.3 Run the Program
3. GPIO Programming
3.1 Getting Started
3.2 Wiring
3.3 Writing a Program
3.4 Testing
4. PWM and Analog Input
4.1 Getting Started
4.2 Demo Analog Output (PWM) : RGB LED
4.2.1 Wiring
4.2.2 Writing Program
4.2.3 Testing
4.3 Demo Analog Input: Working with Potentiometer
4.3.1 Wiring
4.3.2 Writing Program
4.3.3 Testing
5. Working with I2C
5.1 Getting Started
5.2 Wiring
5.3 Writing Program
5.4 Testing
6. Working with UART
6.1 Getting Started
6.2 Wiring
6.3 Writing a Program
6.4 Testing
7. Working with SPI
7.1 Getting Started
7.2 Wiring
7.3 Writing a Program
7.4 Testing
8. Working with DHT Module
8.1 Getting Started
8.2 Wiring
8.3 Writing CircuitPython Program
8.4 Testing
How to Buy
You can get this book on the following online store:
Lulu, http://www.lulu.com/shop/agus-kurniawan/circuitpython-development-workshop/ebook/product-23785078.html
Google Play Book, https://play.google.com/store/books/details?id=t7VsDwAAQBAJ
Amazon Kindle, https://www.amazon.com/dp/B07H2BDQLD
Kobo, https://www.kobo.com/de/en/ebook/circuitpython-development-workshop
iBookStore, http://itunes.apple.com/us/book/isbn9780359065721
by Agus Kurniawan
2. September 2018 10:26
I just completed my new book, LinkIt Smart 7688 and LinkIt Smart 7688 Duo Development Workshop. This book helps you to get started with LinkIt Smart 7688 and LinkIt Smart 7688 Duo Development.
Table of Content
1. Preparing Development Environment
1.1 LinkIt Smart 7688 and LinkIt Smart 7688 Duo
1.2 Electronic Components
1.2.1 Arduino Starter Kit
1.2.2 Fritzing
1.2.3 Cooking-Hacks: Arduino Starter Kit
1.2.4 Arduino Sidekick Basic kit
1.3 Development Tools
1.4 Unboxing
2. Basic Operations
2.1 Getting Started
2.2 Installing LinkIt Smart 7688/Duo Driver
2.3 Connecting LinkIt Smart 7688/Duo Using SSH
2.4 Connecting to Existing Wifi
2.5 Updating Firmware
2.5.1 Preparation
2.5.2 Updating The Board Firmware
2.6 SSH
2.7 Restart and Shutdown
2.8 Reset WiFi configuration
3. LinkIt Smart 7688/Duo Linux Programming
3.1 Getting Started
3.2 LinkIt Smart 7688 Duo Package Manager
3.3 SFTP
3.4 Python
3.5 Node.js
4. LinkIt Smart 7688/Duo I/O Programming using Python
4.1 Getting Started
4.2 Digital I/O
4.2.1 Wiring
4.2.2 Writing Program
4.2.3 Testing
4.3 Serial Communication
4.4 Analog Output PWM
4.4.1 Wiring
4.4.2 Writing Program
4.4.3 Testing
5. Arduino Sketch Programming
5.1 Getting Started
5.2 Configuring Arduino on LinkIt Smart 7688 Duo
5.3 Hello World: Blinking LED
5.3.1 Wiring
5.3.2 Writing Blinking LED Program
5.3.3 Deploying and Testing via Serial Port
5.3.4 Deploying and Testing via Remote Wifi
5.4 Digital I/O
5.4.1 Wiring
5.4.2 Writing Program
5.4.3 Testing
5.5 Serial Communication
5.6 What's Next?
How to Buy
Lulu, http://www.lulu.com/shop/agus-kurniawan/linkit-smart-7688-and-linkit-smart-7688-duo-development-workshop/ebook/product-23783496.html
Amazon Kindle, https://www.amazon.com/dp/B07H1L8S29
Google Play Book, https://play.google.com/store/books/details?id=OXdsDwAAQBAJ
Kobo, https://www.kobo.com/de/en/ebook/linkit-smart-7688-and-linkit-smart-7688-duo-development-workshop
iBookStore, http://itunes.apple.com/us/book/isbn9780359063291
by Agus Kurniawan
20. August 2018 18:19
My new book, RedBear Blend v2 Development Workshop, to help you to get started with RedBear Blend v2 Development.
Table of Content
1. Preparing Development Environment
1.1 RedBear Blend v2
1.2 Getting Hardware
1.3 Development Tools
1.4 Electronics Devices
1.5 RedBear Blend v2 Pinout
1.6 Installing RedBear Blend v2 Driver
1.7 Connecting to Computer
1.7.1 Windows Platform
1.7.2 Ubuntu Linux Platform
1.7.3 Mac Platform
2. Updating DAPLink USB Firmware
2.1 Preparation
2.2 Updating The DAPLink Firmware
3. Hello World - RedBear Blend v2
3.1 Getting Started
3.2 Set up Arduino Sketch
3.3 Building Blinking Application
4. Sketch Programming for RedBear Blend v2
4.1 Getting Started
4.2 Getting Input from Button
4.2.1 Hardware Configuration
4.2.2 Writing Program
4.2.3 Testing
4.3 Serial Communication
4.4 Working with Analog Output
4.4.1 RGB LED
4.4.2 Hardware Configuration
4.4.3 Writing Application
4.4.4 Testing
5. Mbed Development
5.1 Getting Started
5.2 Register to Mbed Developers
5.3 Add RedBear Blend v2 to Mbed
5.4 Develop Mbed Program
5.5 Testing
How to Buy
You can get this book on the following online store.
Lulu, http://www.lulu.com/shop/agus-kurniawan/redbear-blend-v2-development-workshop/ebook/product-23766395.html
Google Play Book, https://play.google.com/store/books/details?id=kyxqDwAAQBAJ
Amazon Kindle, https://www.amazon.com/dp/B07GN39SB2
Kobo, https://www.kobo.com/ww/en/ebook/redbear-blend-v2-development-workshop
iBookStore, http://itunes.apple.com/us/book/isbn9780359034833