Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 26-06-2023, 21:55
  • Комментариев: 0
Develop and Operate Your LoRaWAN IoT Nodes : Ready-to-use devices and self-built Arduino nodes in the "The Things Network"Название: Develop and Operate Your LoRaWAN IoT Nodes : Ready-to-use devices and self-built Arduino nodes in the "The Things Network"
Автор: Dr. Claus Kuhnel
Издательство: Elektor Publication
Год: 2022
Страниц: 224
Язык: английский
Формат: pdf (true)
Размер: 38.8 MB

LoRaWAN has developed excellently as a communication solution in the IoT. The Things Network (TTN) has contributed to this. The Things Network was upgraded to The Things Stack Community Edition (TTS (CE)). The TTN V2 clusters were closed towards the end of 2021. This book shows you the necessary steps to operate LoRaWAN nodes using TTS (CE) and maybe extend the network of gateways with an own gateway. Meanwhile, there are even LoRaWAN gateways suitable for mobile use with which you can connect to the TTN server via your cell phone. The author presents several commercial LoRaWAN nodes and new, low-cost and battery-powered hardware for building autonomous LoRaWAN nodes. Registering LoRaWAN nodes and gateways in the TTS (CE), providing the collected data via MQTT and visualization via Node-RED, Cayenne, Thingspeak, and Datacake enable complex IoT projects and completely new applications at very low cost.

  • Добавил: literator
  • Дата: 26-06-2023, 21:37
  • Комментариев: 0
Develop your own Bluetooth Low Energy Applications: for Raspberry Pi, ESP32 and nRF52 with Python, Arduino and ZephyrНазвание: Develop your own Bluetooth Low Energy Applications: for Raspberry Pi, ESP32 and nRF52 with Python, Arduino and Zephyr
Автор: Koen Vervloesem
Издательство: Elektor Publication
Год: 2022
Страниц: 258
Язык: английский
Формат: pdf (true)
Размер: 35.6 MB

Bluetooth Low Energy (BLE) radio chips are ubiquitous from Raspberry Pi to light bulbs. BLE is an elaborate technology with a comprehensive specification, but the basics are quite accessible. A progressive and systematic approach will lead you far in mastering this wireless communication technique, which is essential for working in low power scenarios. This book shows you the ropes of BLE programming with Python and the Bleak library on a Raspberry Pi or PC, with C++ and NimBLE-Arduino on Espressif’s ESP32 development boards, and with C on one of the development boards supported by the Zephyr real-time operating system, such as Nordic Semiconductor's nRF52 boards.

  • Добавил: literator
  • Дата: 26-06-2023, 20:53
  • Комментариев: 0
Using Displays in Raspberry Pi Projects : Learn to program displays and GUIs with PythonНазвание: Using Displays in Raspberry Pi Projects : Learn to program displays and GUIs with Python
Автор: Dogan Ibrahim
Издательство: Elektor Publication
Год: 2021
Страниц: 301
Язык: английский
Формат: pdf (true)
Размер: 34.7 MB

This book is about Raspberry Pi 4 display projects. The book starts by explaining how to install the latest Raspbian operating system on an SD card, and how to configure and use the GPIO ports. This book is about Raspberry Pi 4 display projects. The book starts by explaining how to install the latest Raspbian operating system on an SD card, and how to configure and use GPIOs. The core of the book explains in simple terms and with tested and working example projects, how various types of display devices can be used in Raspberry Pi projects. Example projects provided use simple LEDs, bar graph LEDs, matrix LEDs, bit map LEDs, multi-digit 7-segment LEDs, LED strips, LCDs, OLEDs, E-paper displays, TFT displays, 7 inch touchscreen display modules, and many more. Tkinter is an inbuilt Python module used to create GUI applications. Tkinter is already part of Python and therefore there is no need to install it.

  • Добавил: literator
  • Дата: 26-06-2023, 20:00
  • Комментариев: 0
Inside an Open-Source Processor : An Introduction to RISC-VНазвание: Inside an Open-Source Processor: An Introduction to RISC-V
Автор: Monte Dalrymple
Издательство: Elektor Publication
Год: 2021
Страниц: 272
Язык: английский
Формат: pdf (true)
Размер: 19.9 MB

RISC-V is an Instruction Set Architecture (ISA) that is both free and open. This means that the RISC-V ISA itself does not require a licensing fee, although individual implementations may do so. The RISC-V ISA is curated by a non-profit foundation with no commercial interest in products or services that use it, and it is possible for anyone to submit contributions to the RISC-V specifications. The RISC-V ISA is suitable for applications ranging from embedded microcontrollers to supercomputers. This book will first describe the 32-bit RISC-V ISA, including both the base instruction set as well as the majority of the currently-defined extensions. The book will then describe, in detail, an open-source implementation of the ISA that is intended for embedded control applications. This implementation includes the base instruction set as well as a number of standard extensions.

  • Добавил: literator
  • Дата: 26-06-2023, 19:29
  • Комментариев: 0
MSP430 Microcontroller Essentials : Architecture, Programming and ApplicationsНазвание: MSP430 Microcontroller Essentials : Architecture, Programming and Applications
Автор: Miroslav Cina
Издательство: Elektor Publication
Год: 2022
Страниц: 314
Язык: английский
Формат: pdf (true)
Размер: 34.3 MB

The MSP430 is a popular family of microcontrollers from Texas Instruments. In this book we will work with the smallest type, which is the powerful MSP430G2553. We will look at the capabilities of this microcontroller in detail, as it is well-suited for self-made projects because it is available in a P-DIP20 package. We will take a closer look at the microcontroller and then build, step by step, some interesting applications, including a "Hello World" blinking LED and a nice clock application, which can calculate the day of the week based on the date. You also will learn how to create code for the MSP microcontroller in assembler. We will use the C-language to walk through our exercises and will not go down to the assembler level.

  • Добавил: Vlad-312
  • Дата: 26-06-2023, 17:13
  • Комментариев: 0
Название: Kickstart to Arduino Nano Get Cracking with the ArduinoNanoV3, NanoEvery, and Nano33IoT
Автор: Ashwin Pajankar
Издательство: Elektor Publication
ISBN: 978-3-89576-509-4 , 978-3-89576-510-0
Год: 2022
Страниц: 193
Формат: PDF
Размер: 12 Mб
Язык: English

The seven chapters in this book serve as the first step for novices and microcontroller enthusiasts wishing to make a head start in Arduino programming.
The entire book follows a step-by-step approach to explain concepts and the operation of things. Each concept is invariably followed by a to-the-point circuit diagram and code examples. Next come detailed explanations of the syntax and the logic used.
  • Добавил: Vlad-312
  • Дата: 26-06-2023, 16:47
  • Комментариев: 0

Название: Explore ATtiny Microcontrollers using C and Assembly Language
Автор: Warwick A. Smith
Издательство: Elektor Publication
Год: 2021
Страниц: 377
Формат: PDF
Размер: 17 Mб
Язык: English

An in-depth look at the 8-bit AVR architecture found in ATtiny and ATmega microcontrollers, mainly from a software and programming point of view. Explore the AVR architecture using C and assembly language in Microchip Studio (formerly Atmel Studio) with ATtiny microcontrollers.
  • Добавил: polyanskiy
  • Дата: 26-06-2023, 12:29
  • Комментариев: 0

Название: Почему замолчал приемник? Массовая радиобиблиотека. Выпуск 676
Автор: Борисов Виктор Гаврилович
Издательство: Москва. Энергия
Год издания: 1968
Страниц: 64
Формат: DJVU, PDF
Размер: 12 МБ

Брошюра в популярной форме знакомит читателя с устройством и работой массовых ламповых радиовещательных приемников и радиол, питающихся от сети переменного тока, с простейшими методами и приемами самостоятельного нахождения и устранения неисправностей в ник. Предназначена для широкого круга радиолюбителей.
  • Добавил: polyanskiy
  • Дата: 26-06-2023, 11:23
  • Комментариев: 0

Автор: Кокачев В. П.
Название: Простые радиоприемники на транзисторах. Массовая радиобиблиотека, выпуск 677
Издательство: Москва. Энергия
Год издания: 1968
Страниц: 72
Формат: DJVU, PDF
Размер: 10 МБ

В брошюре даются практические советы, как проверить исправность отдельных деталей простыми и доступными методами, приводятся указания по изготовлению некоторых малогабаритных узлов и деталей. Подробно описываются различные по схеме и конструкции радиоприемники прямого усиления и даются советы по их изготовлению, налаживанию и эксплуатации. Брошюра предназначена для начинающих радиолюбителей.
  • Добавил: polyanskiy
  • Дата: 26-06-2023, 10:44
  • Комментариев: 0

Автор: Шор К. Г.
Название: Блоки ПТК на транзисторах. Массовая радиобиблиотека, выпуск 671
Издательство: М:, Энергия
Год: 1968
Страниц: 48
Формат: DJVU, PDF
Размер: 10 МБ
В книге рассмотрены принципы работы блока переключателя телевизионных каналов метрового диапазона (ПТК МВ) и блока настройки дециметровых волн (ДЦВ), особенности работы транзисторов в схеме, основные параметры и характеристики используемых полупроводниковых приборов, а также даются советы по конструированию и настройке транзисторных блоков. Приводится ряд принципиальных схем блоков МВ и ДЦВ отечественного и зарубежного производства...