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

Programming Arduino Projects with the PIC Microcontroller: A Line-by-Line Code Analysis and Complete Reference Guide for Embedded Programming in C, Ward Hubert Henry


Варианты приобретения
Цена: 8384.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


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

Автор: Ward Hubert Henry
Название:  Programming Arduino Projects with the PIC Microcontroller: A Line-by-Line Code Analysis and Complete Reference Guide for Embedded Programming in C
ISBN: 9781484272329
Издательство: Springer
Классификация:
ISBN-10: 1484272323
Обложка/Формат: Paperback
Страницы: 748
Вес: 1.03 кг.
Дата издания: 15.10.2021
Серия: Game and book
Язык: English
Издание: 1st ed.
Иллюстрации: 219 illustrations, black and white; xxi, 724 p. 219 illus.
Размер: 23.39 x 15.60 x 3.78 cm
Читательская аудитория: Professional & vocational
Подзаголовок: 100 years after the discovery of his tomb leading egyptologist joyce tyldesley unpicks the misunderstandings around the boy king`s life, death and legacy
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Preface: The Arduino Programs
Chapter 1: IntroductionThis chapter will set up the basics and cover the following: - What is a microcontroller- What are the main differences between the Arduino and the PIC- What are the aims and objectives of this book- How the book will workEach chapter looks at a different Arduino project creating a practical circuit built of vero board with the full program listing.Each program will have a full line by line analysis of all new instructions detailing how they work and what they are doing.
Chapter 2: What You Will Need- What you will need to use the book, such as a minimal approach; where the reader can just try the programming at no cost by simulation within MPLABX. Then use an inexpensive PIC programming option at around 30 to a full prototype board costing from around 70 to 150.- An introduction to MPLABX as to what it is and how you create a project and simulate a simple program.
Chapter 3: Our First Programs- We start with the first projects: Flashing a simple LED- Running a simple seven segment display.- As we write these programs we will look at creating our first header file for the configuration words.- As we use new instructions; as this is the first program all the instructions will be new, we explain how the instructions work and how they can be used to achieve what we want.- We will look at building the circuit on vero board by drawing the circuit diagram, the vero board plan what components and how they work and how to solder them.
Chapter 4: The 7 Segment Display and the 8by8 Matrix Display- This will look at the next two projects: The 4 seven segment display & 8by8 Matrix Display - This will mean we will look at the ADC module how it works and how we use it. Also we will look at the LCD with a full explanation of how it works and how we use it. We will also make our second header file for the LCD. We will also look at arrays and how we can use them.
Chapter 5: The Joystick Controller, The Ultrasonic and PIR Sensors- This will look at two more projects: the Joystick control and the Ultrasonic and PIR Sensors- The stepper motor linking that with the joystick control.- The ultrasonic sensor linking it with the buzzer.
Chapter 6: The Servo Motor and The Rotary EncoderThis will look at three more projects- The servo motor- The rotary encoder.- The RGB led- This will look at PWM as to how we can use it to create a square wave and the compare aspect of the CCP module.
Chapter 7: Interrupts and a RTC and The DS1307 RTC Module- This will look at a real time clock using interrupts and an external crystal. It will then look at the DS1307 RTC Module.- This will explain what interrupts are and how they work and how we can use them.
Chapter 8: The DHT11 Humidity and Temperature Sensor and SPI and I2C Communication- This will look at the DHT11 humidity and temperature sensor. It will also look at the TC72 and TC74 temperature sensors.- This will look at SPI and I2C comms.
Chapter 9: The USART and Bluetooth Communication With HC-06 Module- This will look at the USART in the PIC. How they work and how they can be used. This will move onto how we can use the HC-06 bluetooth module to send the temperature readings from the TC72 and TC74 to your mobile phone.
Chapter 10: DC Motors and Using a Keypad- This will look at the DC motor and fan.

Дополнительное описание: Chapter 1: Introducing MPLABX. - Chapter 2: Programming Basics. - Chapter 3: The 7 Segment Display and The Stepper Motor. - Chapter 4: The Joystick and the Stepper Motor. - Chapter 5: DC Motors. - Chapter 6: Ultrasonic Distance, and Humidity and Temperatu



The Avr Microcontroller and Embedded Systems Using Assembly and C: Using Arduino Uno and Atmel Studio

Автор: Naimi Sepehr, Naimi Sarmad, Mazidi Muhammad Ali
Название: The Avr Microcontroller and Embedded Systems Using Assembly and C: Using Arduino Uno and Atmel Studio
ISBN: 0997925965 ISBN-13(EAN): 9780997925968
Издательство: Неизвестно
Цена: 4311.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Intermediate C Programming for the PIC Microcontroller: Simplifying Embedded Programming

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

Описание: Introduction The Aims and Objectives of the Book The Objectives of the Book The PrerequisitesChapter 1: Creating a Header File Header Files Creating a Header File Creating a Project in MPLABX Including the Header File Create the Project Source File Analysis of Listing 1.1 SynopsisChapter 2: Controlling a Seven Segment Display The Seven Segment Display Common Anode LED Common Cathode The Program The Algorithm The Flowchart The Listing for the Seven Segment Display Improving the Seven Segment Display Program The Issue with the Program Arrays Using Pointers Analysis The Improved Program Exercise 2.1 SynopsisChapter 3: The 24 Hour Clock The Seven Segment Display The Algorithm The Initialization of the PIC. Analysis of Listing 3.1 A 24 Hr Clock with the LCD Display Analysis of the Header File for the LCD The Analysis of Listing 3.2 Improvements for the 24Hr Clock LCD Program Using Switch and Case Key Words Analysis of the New SubroutineChapter 4: Creating a Square Wave Why Create a Square Wave? Musical Notes Exercise 4.1 The Speed of the Simple DC Motor PWM Pulse Width Modulation Creating a Square Wave Creating a 500Hz Square Wave The Mark Time or Duty Cycle Creating Two Square Wave Outputs Setting the Speed of a DC Motor Driving the Motor Creating a Three speed DC Motor Program Varying the Space Width Using A Variable Input Voltage to Control the Speed of a DC Motor Creating a Musical Note Creating the Middle C Note Create a Musical Keyboard The Analysis of Listing 4.6 Summary of Chapter 4Chapter 5: Making Music Creating a Musical Note Creating the Middle C NoteChapter 6: The Stepper Motor The Servo Motor Controlling the Positions of the Servo Motor with a Variable ResistorChapter 7: Interrupts The Fetch and Execute Cycle The Program Counter PC The Sources of Interrupts Setting the Interrupts The Algorithm for the Interrupt Test Program The Analysis of the Listing 7.1.

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.
MintDuino

Название: MintDuino
ISBN: 1449307663 ISBN-13(EAN): 9781449307660
Издательство: Wiley
Рейтинг:
Цена: 632.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The Mintduino is another wonderful product in the Maker Shed`s Mintronics series of kits. It`s perfect for anyone interested in learning, or teaching, the fundamentals of how microcontrollers work.

Microcontroller Prototypes with Arduino and a 3D Printer: Learn, Program, Manufacture

Автор: Bolanakis Dimosthenis E.
Название: Microcontroller Prototypes with Arduino and a 3D Printer: Learn, Program, Manufacture
ISBN: 1119782619 ISBN-13(EAN): 9781119782612
Издательство: Wiley
Рейтинг:
Цена: 12506.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Discover a complete treatment of microcomputer programming and application development with Arduino and 3D printers

Microcontroller Prototypes with Arduino and a 3D Printer: Learn, Program, Manufacture delivers a comprehensive guide to learning microcontrollers that's perfectly suited to educators, researchers, and manufacturers. The book provides readers with a seasoned expert's perspective on the process of microcomputer programming and application development. Carefully designed and written example code and explanatory figures accompany the text, helping the reader fully understand and retain the concepts described within.

The book focuses on demonstrating how to craft creative and innovative solutions in embedded systems design by providing practical and illustrative methods and examples. An accompanying website includes functioning and tested source code and learning exercises and the book relies on freeware development tools for the creation of firmware and software code, 3D printed enclosures, and debugging. It allows the reader to work with modern sensors and collect sensor data to a host PC for offline analysis. Readers will also benefit from the inclusion of:

  • A thorough introduction to the art of embedded computers, including their interdisciplinarity, TPACK analysis, and the impact of microcontroller technology on the maker industry
  • An exploration of embedded programming with Arduino, including number representation and special-function codes and C common language reference
  • A discussion of hardware interfaces with the outside world, including digital pin interface, analog pin interface, UART serial interface, I2C, and SPI
  • A treatment of sensors and data acquisition, including environmental measurements with Arduino Uno, orientation and motion detection with Teensy, gesture recognition with TinyZero, and color sensing with Micro: bit
  • A variety of supplementary resources - including source codes and examples - hosted on an accompanying website to be maintained by the author: www.mikroct.com.

Perfect for researchers and undergraduate students in electrical and electronic engineering or computer engineering, Microcontroller Prototypes with Arduino and a 3D Printer: Learn, Program, Manufacture will also earn a place in the libraries of hardware engineers, embedded system designers, system engineers, and electronic engineers.

DIY Microcontroller Projects for Hobbyists: The ultimate project-based guide to building real-world embedded applications in C and C++ programming

Автор: Garcia-Ruiz Miguel Angel, Mancilla Pedro Cesar Santana
Название: DIY Microcontroller Projects for Hobbyists: The ultimate project-based guide to building real-world embedded applications in C and C++ programming
ISBN: 1800564139 ISBN-13(EAN): 9781800564138
Издательство: Неизвестно
Рейтинг:
Цена: 7355.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is a project-based introduction if you`re new to electronics, microcontroller boards, and C and C++ programming that will have you quickly building practical and real-world projects. Throughout the book, you`ll discover how to connect easy-to-use sensors and displays to microcontroller boards and learn how to test them.

Sd Card Projects Using The Pic Microcontroller

Автор: Ibrahim, Dogan
Название: Sd Card Projects Using The Pic Microcontroller
ISBN: 185617719X ISBN-13(EAN): 9781856177191
Издательство: Elsevier Science
Рейтинг:
Цена: 5725.00 р.
Наличие на складе: Нет в наличии.

Описание: PIC Microcontrollers are a favorite in industry and with hobbyists. Featuring Microchip`s C18 student compiler and using the C language, this book covers the PIC 18 and SD cards, knowledge which can be harnessed for hands-on work with the eighteen projects included within.

PIC Microcontroller Projects in C, 2nd Edition

Автор: Dogan Ibrahim
Название: PIC Microcontroller Projects in C, 2nd Edition
ISBN: 0080999247 ISBN-13(EAN): 9780080999241
Издательство: Elsevier Science
Рейтинг:
Цена: 8083.00 р.
Наличие на складе: Нет в наличии.

Описание: Extensively revised and updated to encompass the developments in the PIC 18FXXX series, this book demonstrates how to develop a range of microcontroller applications through a project-based approach. It covers the architecture of the PIC 18FXXX series, typical oscillator, reset, memory, and input-output circuits.

Microchip Avr(r) Microcontroller Primer: Programming and Interfacing, Third Edition

Автор: Barrett Steven F., Pack Daniel J.
Название: Microchip Avr(r) Microcontroller Primer: Programming and Interfacing, Third Edition
ISBN: 1681736233 ISBN-13(EAN): 9781681736235
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 18572.00 р.
Наличие на складе: Нет в наличии.

Описание: This textbook provides practicing scientists and engineers a primer on the Microchip AVR® microcontroller. The revised title of this book reflects the 2016 Microchip Technology acquisition of Atmel Corporation. In this third edition we highlight the popular ATmega164 microcontroller and other pin-for-pin controllers in the family with a complement of flash memory up to 128 KB. The third edition also provides an update on Atmel Studio, programming with a USB pod, the gcc compiler, the ImageCraft JumpStart C for AVR compiler, the Two-Wire Interface (TWI), and multiple examples at both the subsystem and system level. Our approach is to provide readers with the fundamental skills to quickly set up and operate with this internationally popular microcontroller. We cover the main subsystems aboard the ATmega164, providing a short theory section followed by a description of the related microcontroller subsystem with accompanying hardware and software to operate the subsystem. In all examples, we use the C programming language. We include a detailed chapter describing how to interface the microcontroller to a wide variety of input and output devices and conclude with several system level examples including a special effects light-emitting diode cube, autonomous robots, a multi-function weather station, and a motor speed control system.

Microcontroller Programming

Автор: Rizvi, Syed R.
Название: Microcontroller Programming
ISBN: 1439850771 ISBN-13(EAN): 9781439850770
Издательство: Taylor&Francis
Рейтинг:
Цена: 19140.00 р.
Наличие на складе: Нет в наличии.

Make: Avr Programming: Get Under the Hood of the Avr Microcontroller Family

Автор: Williams Elliot
Название: Make: Avr Programming: Get Under the Hood of the Avr Microcontroller Family
ISBN: 1449355781 ISBN-13(EAN): 9781449355784
Издательство: Wiley
Рейтинг:
Цена: 5701.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Atmel`s AVR microcontrollers are the chips that power Arduino, and are the go-to chip for many hobbyist and hardware hacking projects. In this book you`ll set aside the layers of abstraction provided by the Arduino environment and learn how to program AVR microcontrollers directly.

An Educational Guide to the Avr Microcontroller Programming: Avr Programming: : Demystified

Автор: Papazoglou Panayotis M.
Название: An Educational Guide to the Avr Microcontroller Programming: Avr Programming: : Demystified
ISBN: 1986008398 ISBN-13(EAN): 9781986008396
Издательство: Неизвестно
Цена: 4311.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book (volume 1) constitutes a complete basic educational guide which offers important knowledge and demystifies the AVR programming. Moreover, this book has been written by taking in account the real needs of students, teachers and others who want to develop AVR based applications. All the programs and applications of the book have been developed and tested in a real microcontroller, in contrast with other books where the corresponding material has been developed only theoretically with no tests in practice. The above lines, state the deep belief of the author that this book will constitute a useful teaching and educational tool for helping anyone understand the AVR applications. On the other hand, the book can be used by the teacher for organizing lectures and presentations as well as the laboratory exercises. Free download: Editable power point presentation (editable slides and Visio drawings), source code, solution manual -selected exercises-.


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