|Aangeboden in rubriek:
Hebt u iets om te verkopen?

Introductory Programs With the 32bit Pic Microcontroller : A Line-by Line Cod...

Objectstaat:
Vrijwel nieuw
2 beschikbaar
Prijs:
US $54,68
OngeveerEUR 50,30
Verzendkosten:
Gratis Economy Shipping. Details bekijkenvoor verzending
Bevindt zich in: Jessup, Maryland, Verenigde Staten
Levering:
Geschatte levering tussen di, 11 jun en za, 15 jun tot 43230
De levertijd wordt geschat met onze eigen methode op basis van onder meer de nabijheid van de koper ten opzichte van de objectlocatie, de geselecteerde verzendservice, en de verzendgeschiedenis van de verkoper. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
14 dagen om te retourneren. Koper betaalt voor retourzending. Details bekijken- voor meer informatie over retourzendingen
Betalingen:
     

Winkel met vertrouwen

Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Ingeschreven als zakelijke verkoper
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:354786860543
Laatst bijgewerkt op 31 mei 2024 16:54:19 CESTAlle herzieningen bekijkenAlle herzieningen bekijken

Specificaties

Objectstaat
Vrijwel nieuw: Een boek dat er als nieuw uitziet, maar al wel is gelezen. De kaft is niet zichtbaar ...
Book Title
Introductory Programs With the 32bit Pic Microcontroller : A Line
ISBN
9781484290507
Publication Year
2023
Series
Maker Innovations Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Introductory Programs with the 32bit PIC Microcontroller : A Line-By Line Code Analysis and Reference Guide for Embedded Programming in C
Author
Hubert Henry Ward
Item Length
9.3in
Publisher
Apress L. P.
Item Width
6.1in
Item Weight
42.5 Oz
Number of Pages
Xxxiii, 762 Pages

Over dit product

Product Information

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, you'll 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. You'll 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 You'll 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.

Product Identifiers

Publisher
Apress L. P.
ISBN-10
148429050x
ISBN-13
9781484290507
eBay Product ID (ePID)
23058378414

Product Key Features

Author
Hubert Henry Ward
Publication Name
Introductory Programs with the 32bit PIC Microcontroller : A Line-By Line Code Analysis and Reference Guide for Embedded Programming in C
Format
Trade Paperback
Language
English
Publication Year
2023
Series
Maker Innovations Ser.
Type
Textbook
Number of Pages
Xxxiii, 762 Pages

Dimensions

Item Length
9.3in
Item Width
6.1in
Item Weight
42.5 Oz

Additional Product Features

Number of Volumes
1 Vol.
Lc Classification Number
Ts171.57
Table of Content
Chapter 1 Creating Our First Project This will take the reader through the process of creating a project in MPLABX and how to configure the different clock frequencies that are used in the 32bit PIC. You will start a simple program that allows the user to turn on and off a single LED connected to the PIC. Chapter 2 Header Files and Delays This will take the reader through the important aspect of creating and using local and global header files. We will then look at creating a variable delay subroutine that we will use in a simple traffic lights program. Chapter 3 The Seven Segment Display This will explain what a seven-segment display is and how they work. Then we will go on to write a program that controls the display. Chapter 4 The LCD This will introduce the reader to the LCD, Liquid Crystal Display. It will explain how they work and how we can create a program to write to the display. It will then move on to explain how we can create and use special characters to display on the LCD. It will also introduce the reader into the concept of arrays. Chapter 5 The Dot Matrix Display This will introduce the reader into the use of a single 8by8 dot matrix display. It will explain how we can use the MAX 7219 driver IC to control the 8by8 matrix display. It will then go on to explain how to control a series of 4 dot matrix displays cascaded together. Chapter 6 Communication This will look at how we can use the SPI module of the PIC to communicate with some EPROM to store data on. It will also move on to explain how we can use the UART terminal to communicate with a terminal. Chapter 7 I2C Communication This will move on to explain what the I2C communication protocol is and how we can create a program to use I2C. It will then move on to show how we can program an I2C expander module to control the display on a LCD. Chapter 8 Using Interrupts This will introduce the reader into interrupts. It will explain what they are and how we can set up the 32bit PIC to use single vectored and multi-vectored interrupts. It will also explain why and how we can set the interrupts to use different priority levels. Chapter 9 The RTC This will cover using the external crystal oscillator and interrupts to create an accurate clock signal. This will then display the time of day using the TM1637 IC on four 7 segment displays. Chapter 10 The RTC and the DS3231 This will look at a real time clock using interrupts and an external crystal. It will then look at the DS3231 RTC Module. Chapter 11 The RTCC Module of the 32 bit PIC. In this chapter we will look at using the RTCC module of the 32 bit PIC. It will explain how to create an alarm with the RTCC module. We will also look at using the Parallel Master Port of the PIC to write the data of time etc to the LCD. Chapter 12 The Analogue World This chapter will explain what analogue and digital signals are. It will then move on to explain how the 32 bit PIC use the ADC module to allow analogue inputs to be used in the PIC. It will look at creating a voltmeter with the PIC and using the TC107A temperature transducer on the 16-explorer development board. Chapter 13 The DHT11 This will look at the DHT11 humidity and temperature sensor. This will look at SPI and I2C comms. Chapter 14 Creating a Square Wave This will look at creating a square wave with a fixed 50/50 duty cycle using the compare module of the PIC. It will then move onto creating a PWM square wave to creates a variable DC voltage output from the PIC.
Copyright Date
2023
Topic
Engineering (General), Hardware / General
Dewey Decimal
005.133
Dewey Edition
23
Illustrated
Yes
Genre
Computers, Technology & Engineering

Objectbeschrijving van de verkoper

Informatie van zakelijke verkoper

Expert Trading Limited
John Boyer
9220 Rumsey Rd
Ste 101
21045-1956 Columbia, MD
United States
Contactgegevens weergeven
:liam-Emoc.secirpkoobtaerg@sredroyabe
Ik verklaar dat al mijn verkoopactiviteiten zullen voldoen aan alle wet- en regelgeving van de EU.
Great Book Prices Store

Great Book Prices Store

96,8% positieve feedback
1,2M objecten verkocht
Reageert meestal binnen 24 uur

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
4.9
Redelijke verzendkosten
5.0
Verzendtijd
4.9
Communicatie
4.8
Ingeschreven als zakelijke verkoper

Feedback verkoper (342.873)

3***d (676)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
thanks
n***f (110)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Packaged with care and promptly shipped!
6***o (461)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Great, thanks