Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Practical AVR Microcontrollers: Games, Gadgets, and Home Aut, Trevennor Alan


Варианты приобретения
Цена: 6142.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Trevennor Alan
Название:  Practical AVR Microcontrollers: Games, Gadgets, and Home Aut
ISBN: 9781430244462
Издательство: Springer
Классификация:


ISBN-10: 1430244461
Обложка/Формат: Paperback
Страницы: 416
Вес: 0.73 кг.
Дата издания: 24.10.2012
Язык: English
Иллюстрации: Biography
Размер: 234 x 193 x 22
Читательская аудитория: General (us: trade)
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:

In Practical AVR Microcontrollers, you ll learn how to use the AVR microcontroller to make your own nifty projects and gadgets. You ll start off with the basics in part one: setting up your development environment and learning how the naked AVR differs from the Arduino. Then you ll gain experience by building a few simple gizmos and learning how everything can be interconnected.

In part two, we really get into the goodies: projects Each project will show you exactly what software and hardware you need, and will provide enough detail that you can adapt it to your own needs and parts availability. Some of the projects you ll make: An illuminated secret panel A hallway lighting system with a waterfall effect A crazy lightshow Visual effects gizmos like a Moire wheel and shadow puppets

In addition, youll design and implement some home automation projects, includingworking with wired and wireless setups. Along the way, youll design a useable home automation protocol andlook at a variety of hardware setups.

Whether you re new to electronics, or you just want to see what you can do with an AVR outside of an Arduino, Practical AVR Microcontrollers is the book for you.



Designing Embedded Systems with 32-Bit PIC Microcontrollers and M

Автор: Dogan Ibrahim
Название: Designing Embedded Systems with 32-Bit PIC Microcontrollers and M
ISBN: 0080977863 ISBN-13(EAN): 9780080977867
Издательство: Elsevier Science
Рейтинг:
Цена: 7578.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Teaches the basics of 32-bit C programming, including an introduction to the PIC 32-bit C compiler. This title includes a description of the architecture of 32-bit PICs and their applications, along with coverage of the relevant development and debugging tools.

The Designer`s Guide to the Cortex-M Microcontrollers

Автор: Martin, Trevor
Название: The Designer`s Guide to the Cortex-M Microcontrollers
ISBN: 0081006292 ISBN-13(EAN): 9780081006290
Издательство: Elsevier Science
Рейтинг:
Цена: 8083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

The Designer's Guide to the Cortex-M Microcontrollers gives you an easy-to-understand introduction to the concepts required to develop programs in C with a Cortex-M based microcontroller. The book begins with an overview of the Cortex-M family, giving architectural descriptions supported with practical examples, enabling you to easily develop basic C programs to run on the Cortex-M0/M0+/M3 and M4 and M7. It then examines the more advanced features of the Cortex architecture such as memory protection, operating modes, and dual stack operation.

Once a firm grounding in the Cortex-M processor has been established the book introduces the use of a small footprint RTOS and the CMSIS-DSP library. The book also examines techniques for software testing and code reuse specific to Cortex-M microcontrollers. With this book you will learn: the key differences between the Cortex-M0/M0+/M3 and M4 and M7; how to write C programs to run on Cortex-M based processors; how to make the best use of the CoreSight debug system; the Cortex-M operating modes and memory protection; advanced software techniques that can be used on Cortex-M microcontrollers; how to use a Real Time Operating System with Cortex-M devices; how to optimize DSP code for the Cortex-M4; and how to build real time DSP systems.

  • Includes an update to the latest version (5) of MDK-ARM, which introduces the concept of using software device packs and software components
  • Includes overviews of the new CMSIS specifications
  • Covers developing software with CMSIS-RTOS showing how to use RTOS in a real world design
  • Provides a new chapter on the Cortex-M7 architecture covering all the new features
  • Includes a new chapter covering test driven development for Cortex-M microcontrollers
  • Features a new chapter on creating software components with CMSIS-Pack and device abstraction with CMSIS-Driver
  • Features a new chapter providing an overview of the ARMv8-M architecture including the TrustZone hardware security model
Embedded Systems Fundamentals with Arm Cortex-M Based Microcontrollers: A Practical Approach

Автор: Dean Alexander G.
Название: Embedded Systems Fundamentals with Arm Cortex-M Based Microcontrollers: A Practical Approach
ISBN: 1911531034 ISBN-13(EAN): 9781911531036
Издательство: Неизвестно
Цена: 7723.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Microcontrollers are embedded into larger systems to provide benefits such as better performance, more features, better efficiency, lower costs and better dependability. This textbook introduces students to creating microcontroller-based embedded systems featuring an ARM Cortex-M CPU core.

Chapter 1 introduces students to the concepts of MCU-based embedded systems, and how they differ from general-purpose computers. It then introduces the ARM Cortex-M0+ CPU, the Kinetis KL25Z MCU, and the low cost FRDM-KL25Z MCU development board.

Chapter 2 presents the general purpose I/O peripheral to provide an early, hands-on experience with reading switches and lighting LEDs using C code. It also introduces the CMSIS hardware abstraction layer, which simplifies software access to peripherals.

Chapter 3 introduces multitasking on the CPU, with the goals of improving responsiveness and software modularity while reducing CPU overhead. The interplay of interrupts, peripherals and schedulers (both cooperative and preemptive) is examined.

Chapter 4 presents the ARM Cortex-M0+ processor core, including organization, registers, memory, and instruction set. It then discusses interrupts and exceptions, including CPU response and hardware configuration. Designing software for a system with interrupts is discussed, including program design (including partitioning work), interrupt configuration, writing handlers in C, and sharing data safely given preemption.

Chapter 5 first gives an overview of tool-chain which translates a program from C source code to executable object code. It then shows side-by-side the source code and the object code the tool-chain has generated to implement it. Topics covered include functions, arguments, return values, activation records, exception handlers, control flow constructs for loops and selection, memory allocation and use, and accessing data in memory.

Chapter 6 presents analog interfacing, starting with theory and ending with practical implementations. Quantization and sampling are presented as a foundation for digital to analog conversion, and analog to digital conversion. The DAC, ADC and analog comparator peripherals are presented and used.

Chapter 7 presents timer peripherals and their use for generating a periodic interrupt or a pulse-width modulated signal, or for measuring elapsed time or a signal's frequency. Watchdog timers, used to detect and reset an out-of-control program, are also discussed. The SysTick, PIT, TPM and COP timers are examined.

Chapter 8 discusses serial communications, starting with the fundamentals of data serialization, framing, error detection, media access control and addressing. Software queues are introduced to show how to buffer data between communication ISRs and other parts of the program. Three protocols and their supporting peripherals are investigated next: SPI, asynchronous serial (UART) and I2C. UART communication is demonstrated using the FRDM-KL25Z's debug MCU as a serial port bridge over USB to the PC. I2C communication is demonstrated using the FRDM-KL25Z's built-in 3 axis accelerometer with I2C interface.

Chapter 9 introduces the direct memory access peripheral and its ability to transfer data autonomously, offloading work from the CPU and offering dramatically improved performance. Examples include using DMA for bulk data copying, and for DAC-based analog waveform generation with precise timing.

An appendix covers how to measure the power and energy use on the FRDM-KL25Z board, including disconnecting the debug MCU to reduce power. Energy measurement using an ultracapacitor is also presented.

For use in ECE, EE, and CS departments.

Designing Embedded Systems with PIC Microcontrollers,

Автор: Tim Wilmshurst
Название: Designing Embedded Systems with PIC Microcontrollers,
ISBN: 1856177505 ISBN-13(EAN): 9781856177504
Издательство: Elsevier Science
Рейтинг:
Цена: 6399.00 р.
Наличие на складе: Поставка под заказ.

Описание: PIC microcontrollers are used worldwide in commercial and industrial devices. This title focuses on the 8-bit PIC which is a versatile work horse that completes many designs. It takes you from introduction of embedded systems through to advanced development techniques for utilizing and optimizing the PIC family of microcontrollers in your device.

Programmable Microcontrollers: Applications on the Msp432 Launchpad

Автор: Unsalan Cem, Gurhan H. Deniz, Yucel M. Erkin
Название: Programmable Microcontrollers: Applications on the Msp432 Launchpad
ISBN: 1259836193 ISBN-13(EAN): 9781259836190
Издательство: McGraw-Hill
Цена: 11839.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.


Develop and Deploy Powerful MSP432 Microcontroller Applications

Bolster your electronics skills and learn to work with the cutting-edge MSP432 microcontroller using the practical information contained in this comprehensive guide. Programmable Microcontrollers: Applications on the MSP432 LaunchPad clearly explains each concept and features detailed illustrations, real-world examples, and DIY projects. Discover how to configure the MSP432, program custom functions, interface with external hardware, and communicate via WiFi. Ideal for practicing engineers and hobbyists alike, this hands-on guide empowers you to program all microcontrollers by thoroughly understanding the MSP432.

Coverage includes:

- MSP432 architecture

- Code Composer Studio (CCS)

- CCS Cloud and Energia

- MSP432 programming with C and Assembly

- Digital I/O

- Exceptions and interrupts

- Power management and timing operations

- Mixed signal systems

- Digital and wireless communication

- Flash memory, RAM, and direct memory access

- Real-time operating system

- Advanced applications



Practical Aspects of Embedded System Design using Microcontrollers

Автор: Jivan Parab; Santosh A. Shinde; Vinod G Shelake; R
Название: Practical Aspects of Embedded System Design using Microcontrollers
ISBN: 9048178657 ISBN-13(EAN): 9789048178650
Издательство: Springer
Рейтинг:
Цена: 15672.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book features a learning-by-doing approach to teach readers how to build embedded systems using microcontrollers, both at home and in the office. It includes case studies developed around the PIC16F877 and AT 89S52, today`s most popular microcontrollers.

Arduino for Musicians: A Complete Guide to Arduino and Teensy Microcontrollers

Автор: Edstrom Brent
Название: Arduino for Musicians: A Complete Guide to Arduino and Teensy Microcontrollers
ISBN: 0199309329 ISBN-13(EAN): 9780199309320
Издательство: Oxford Academ
Рейтинг:
Цена: 7126.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The Arduino platform provides a virtually limitless range of creative opportunities to musicians who are interested to explore new technologies. In Arduino for Musicians, Brent Edstrom provides a comprehensive guide to the underlying technologies enabling the creation of custom instruments that respond to light, touch, breath, and other forms of control.

Jumpstarting C: Learn the All-Purpose Programming Language for Microcontrollers and Computers

Автор: Donat Wolfram
Название: Jumpstarting C: Learn the All-Purpose Programming Language for Microcontrollers and Computers
ISBN: 1680454986 ISBN-13(EAN): 9781680454987
Издательство: Wiley
Рейтинг:
Цена: 1663.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Jumpstarting books provide an avenue for makers to quickly master topical knowledge! Each book starts with instructions on how to install or initialize the hardware or software needed to reach the "Hello, World" stage of getting started!


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия