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

Introductory programs with the 32-bit pic microcontroller, Ward, Hubert


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

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

Автор: Ward, Hubert
Название:  Introductory programs with the 32-bit pic microcontroller
ISBN: 9781484290507
Издательство: Springer
Классификация:



ISBN-10: 148429050X
Обложка/Формат: Paperback
Страницы: 762
Вес: 1.20 кг.
Дата издания: 20.05.2023
Серия: Maker innovations series
Издание: 1st ed.
Иллюстрации: 131 illustrations, black and white; xxxi, 762 p. 131 illus.
Размер: 233 x 156 x 48
Читательская аудитория: Professional & vocational
Подзаголовок: A line-by-line code analysis and reference guide for embedded programming in c
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Embark on a journey into the world of embedded programming. This book introduces you to the 32bit PIC and will teach you how the main functions of C programming work and can be used with a PIC micro. A one-stop reference for the would-be embedded programmer, youll explore the electronics needed for a variety of programs as well as how to use different devices with the PIC. The book starts with downloading the environment and creating a simple project, one that uses different oscillators, Phase Lock Loop, and circuitry needed to create the different system clocks—an easy entry point to this exciting environment. Youll also review the MPLABX integrated development environment (IDE) and see how to program the 32Bit PIC, which can be adapted to different PICs. Throughout subsequent chapters, you’ll learn how to use a range of programs that use PIC modules such as the SPI, I2C, UART communication modules, the ADC module, the Capture, Compare, and Pulse Width Modulation module, and the RTCC, Real Time Clock and Calendar Module. What Youll Learn * Create a project in MPLABX * Configure the different clock frequencies that are used in the 32bit PIC * Build a variable delay subroutine to be used in a simple traffic lights program * Use the MAX 7219 driver IC to control the 8by8 matrix display * Program an I2C expander module to control the display on a LCD Who This Book Is For Readers who want to try their hand at embedded programming, newcomers to programming the PIC 32, programmers who want to look into using MPLAB Harmony 3, and programmers who want to understand how C instructions work with respect to 32bit PIC. Also students who are studying for an engineering qualification.
Дополнительное описание: Chapter 1: Creating Our First C Program.- Chapter 2: Header Files and Delays.- Chapter 3 The Seven Segment Display.- Chapter 4: The LCD.- Chapter 5: The Dot Matrix Display.- Chapter 6: Communication.- Chapter 7: I2C Communication.- Chapter 8: Using Interr



C Programming for the PIC Microcontroller: Demystify Coding with Embedded Programming

Автор: Ward Hubert Henry
Название: C Programming for the PIC Microcontroller: Demystify Coding with Embedded Programming
ISBN: 1484255240 ISBN-13(EAN): 9781484255247
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Chapter 1: IntroductionThis chapter introduces the reader to the aims and objectives of the book. It then covers some of the fundamentals of what is a micro-processor based system and how a micro-controller is different. It then covers the historic development of the 'C' programming language for PIC controllers.
Chapter 2: Our First ProgramThis chapter covers the following:

  • Process of creating a project in MPLABX and
  • Writing a simple 'C' program and adding comments to the instructions.
  • It explain what the configuration words for the PIC are and how to set them.
  • It explains what the PORTS are and how we use the TRIS registers to set the PORTS. It covers what are the main aspects of a 'C' program.
  • It covers how to set the internal oscillator.
  • Simulating a basic program within the IDE and simulating the program with a suitable ECAD software.
After reading this chapter you should be able to create a project and write a program that uses inputs from switches and turns on outputs.

Chapter 3: Updating the ProgramIn this chapter we will cover the "IF Then Else" instructions and saving the old program.
Chapter 4: Creating a DelayIn this chapter we will one of the most fundamental aspects of any micro-processor based system. How to overcome the fact that micros go too fast. This chapter covers the following:

  • Controlling the Timer0
  • Creating and calling subroutines
After reading this chapter you will be able to create a one second delay with any of the oscillator source and then create a variable delay. You will also learn how to create and use a subroutine
Chapter 5: Applying What We've LearnedIn this chapter we are going to apply what we have learnt in a simple program. It is probably the most common program that all new embedded programmers start with. It will take you through a structured approach to design programs.After reading this chapter you will be able to program s simple model of a set of traffic lights.
Chapter 6: Real World InputsIn this chapter we will look at using the PIC to measure real world signals such as signals from pressure, temperature and speed. It will cover the following:
  • Using the three registers that control the ADC.
  • Receiving an analogue input and displaying it as a binary value.
After reading this chapter you will be able to use analogue inputs.
Chapter 7: How to Use The Liquid Crystal DisplayThis chapter you should be able to use the LCD it covers the following;
  • How to set up the LCD
  • How to display text on the LCD
  • How to display numbers on the LCD
  • How to use arrays and pointers

Chapter 8: Creating a Header FileThis chapter covers how to create a header file. It then uses a header file in a program to control the LCD in 8 bit mode.
Ibrahim-Arm-Based Microcontroller Projects

Автор: Ibrahim, Dogan
Название: Ibrahim-Arm-Based Microcontroller Projects
ISBN: 0081029691 ISBN-13(EAN): 9780081029695
Издательство: Elsevier Science
Рейтинг:
Цена: 9087.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

ARM-based Microcontroller Projects Using mbed gives readers a good understanding of the basic architecture and programming of ARM-based microcontrollers using ARM's mbed software. The book presents the technology through a project-based approach with clearly structured sections that enable readers to use or modify them for their application. Sections include: Project title, Description of the project, Aim of the project, Block diagram of the project, Circuit diagram of the project, Construction of the project, Program listing, and a Suggestions for expansion. This book will be a valuable resource for professional engineers, students and researchers in computer engineering, computer science, automatic control engineering and mechatronics.

  • Includes a wide variety of projects, such as digital/analog inputs and outputs (GPIO, ADC, DAC), serial communications (UART, 12C, SPI), WIFI, Bluetooth, DC and servo motors
  • Based on the popular Nucleo-L476RG development board, but can be easily modified to any ARM compatible processor
  • Shows how to develop robotic applications for a mobile robot
  • Contains complete mbed program listings for all the projects in the book
MSP430 Microcontroller Lab Manual

Автор: Kretzschmar
Название: MSP430 Microcontroller Lab Manual
ISBN: 3031266420 ISBN-13(EAN): 9783031266423
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Поставка под заказ.

Описание: This book is a practical reference for using Texas Instruments MSP430 microcontrollers. It provides a series of hands-on laboratory exercises. The labs may be completed in a traditional laboratory setting or at home using the Digilent Analog Discovery 2 Test Instrument. This book can be used as a reference for planning future projects using the MSP430 microcontroller. The authors focus on applications of the main peripheral modules available on the MSP430 microcontroller – CPU clock, Basic Input/Output, Timer, Analog-to-Digital Converter. They also provide examples of how to develop Pulse Width Modulation signals, and how to use Interrupts.

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




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