ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Arduino in Science: Collecting, Displaying, and Manipulating Sensor Data

دانلود کتاب آردوینو در علم: جمع آوری، نمایش و دستکاری داده های حسگر

Arduino in Science: Collecting, Displaying, and Manipulating Sensor Data

مشخصات کتاب

Arduino in Science: Collecting, Displaying, and Manipulating Sensor Data

ویرایش: [1 ed.] 
نویسندگان:   
سری:  
ISBN (شابک) : 148426777X, 9781484267776 
ناشر: Apress 
سال نشر: 2021 
تعداد صفحات: 506
[505] 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 17 Mb 

قیمت کتاب (تومان) : 44,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 7


در صورت تبدیل فایل کتاب Arduino in Science: Collecting, Displaying, and Manipulating Sensor Data به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب آردوینو در علم: جمع آوری، نمایش و دستکاری داده های حسگر نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب آردوینو در علم: جمع آوری، نمایش و دستکاری داده های حسگر


توضیحاتی درمورد کتاب به خارجی

It’s a simple question, but do you know how to take basic measurements with your Arduino, Raspberry Pi or PC? A lot of the times, you know how to use microcontrollers, sensors, and programming skills to collect data. This book takes it one step further to teach you how to transform your PC, Raspberry Pi, and Arduino to a device that can measure, collect, and analyze data.

You'll begin from a simple starting point reviewing the basics of electronics and digital and analog concepts. As you advance through this book, you’ll work through 10 exercises to develop a working knowledge of microcontroller properties and graphical data presentation  concepts, basic electronic technology, and the fundamentals of controlling and acquiring data.

Arduino in Science is your guide to monitoring and measuring physical – chemical parameters with integrated circuitry and physical computational systems.

What You’ll Learn
  • Review fundamental human machine interfacing with supervisory control and data acquisition software
  • Examine timing, counting, and serial communication concepts
  • Adapt microcontrollers to perform sophisticated functions
  • Understand collection and presentation of data
Who This Book Is For

Beginner-level students, citizen scientists, and hobbyists, and is also great for educators who can seamlessly implement this content into STEM programs.


فهرست مطالب

Table of Contents
About the Author
About the Technical Reviewer
Acknowledgments
The Author’s Preface to Arduino in Science
Chapter 1: Button Control of LED Illumination
	Experimental
		Hardware
		Circuit Schematic: DAQFactory and LabJack Combination
		Software
		Observations, Testing, and Development
		Discussion
	Raspberry Pi, Python, Screen Push Button LED Control
		Experimental
		Observations
		Discussion
	Code Listings
	Summary
Chapter 2: Power Control, Monitoring, and Creation of Dedicated Graphical User Interfaces
	Experimental
	Hardware
	Software
	Page Components Required
	Observations, Testing, and Development
	Discussion
	Power Monitoring and Control with Raspberry Pi
	Experimental
	Observations
	Discussion
	Code Listings
	Summary
Chapter 3: Introduction to Scripting
	Experimental
		Hardware
		Software
			Page Components Required
		Scripting
	Observations
	Discussion
	DAQFactory Sequences: Arduino LED Array
	Experimental
	Discussion
	Raspberry Pi
	Code Listings
	Summary
Chapter 4: Data Entry from the Screen
	Hardware
	Software
		Page Components Required
	Scripting
		Observations
		Discussion
	Screen Entry of Data with the Arduino Microcontroller
		Experimental
		Observations
		Discussion
	Raspberry Pi: Screen Entry of Data
	Code Listings
	Summary
Chapter 5: Digital Signal Concepts and Digital Signal Outputs
	Experimental
		Hardware
		Software
		Observations
		Discussion
	DAQFactory Digital Output Exercise with a Microcontroller LED Demonstration Array
		Experimental
		Observations
		Discussion
	Raspberry Pi
	Code Listings
	Summary
Chapter 6: Analog or Digital Conversions for Input and Output
	Digital-to-Analog Conversions
	Experimental: LabJack-DAQFactory Decimal-to-Binary Conversions
		Hardware
		Software
		Analog-to-Digital Conversions
		Observations
		DAQFactory–LabJack HMI Analog-to-Digital Numerical Base Conversions
		Analog-to-Digital Electronic Signal Conversions
		ADC0804: 8-Bit Binary LED Display
		Discussion
	Analog-to-Digital Conversions with Microcontrollers
		Experimental
		Observations
		Discussion
		Diagnostics for Nonresponsive Displays
		System Development and Programming
	Analog and Digital Conversions for Input and Output with Raspberry Pi
		Binary-Decimal Conversions
	ADC with Raspberry Pi
		Experimental
		Observations
		Discussion
	Code Listings
		Code Listings for Raspberry Pi
	Summary
Chapter 7: Variable Intensity and Power Control
	Experimental
		Variable Voltage Control
			Hardware
			Software
		Observations
		Discussion
	Experimental
		Pulse Width Modulation of Voltage
			Introduction
		Observations
		Discussion
	Raspberry Pi Variable Intensity Control
		Introduction
	Experimental
		PWM Signals with the RPi.GPIO Library
			PWM Signals with the gpiozero Library
			PWM Signals with the pigpio Library
		Observations
			PWM_tst1
			PWM Control of RGB LED Output
			Discussion
	Code Listings
	Summary
Chapter 8: Counting Events and Timing
	Software Time and Timing
		Basic Time Variables
		Scheduled Event Timer
		The Stopwatch Timer
		Hardware Timing, Event Counting, and Frequency Determination
	Experimental
		Hardware
		Circuit Schematic
		Software
		Scripting
		Circuit
		Software
			Scripting and Action
	Observations
	Discussion
		Time Determination
		Manual and Automated Event Counting
	Hardware Time and Timing
		Experimental
		Schematic
	Observations
	Discussion
	Microcontroller Clocks, Timekeeping, and Event Counting
	Experimental
	Observations
	Discussion
	Counting Events and Timing with Python and Raspberry Pi
		Scheduling Events
		Detecting and Counting Events
	Experimental
	Observations
	Discussion
	Code Listings
		Raspberry Pi Program Code
	Summary
Chapter 9: Graphical Data Recording
	Experimental: Linear Graphical Data Recording
		Part 1: Hardware and Component Selection – Square Wave Output
		Electronic Components Required
		Circuit Schematic
		Software
		Page Components Required
		Part 1: Observations
	Experimental
		Part 2: Hardware and Component Selection – Triangular and “Sawtooth” Outputs
		Part 2: Observations
		Part 3: Hardware and Component Selection – Dual-Slope Triangular Waveform
		Part 3: Observations
	X-Y Data Recording
	Observations: x-y Plotting
	Discussion
		X vs. Time Recordings
		X-Y Recordings
	Microcontroller Data Plotting
		Experimental
		Observations
		Discussion
	Graphical Data Recording with Python and the Raspberry Pi
		Introduction
		Experimental
		Observations
		Discussion
	Code Listing
	Summary
Chapter 10: Current Control
	Constant Current Sources
	Experimental
		Hardware
		Circuit Schematic
		Software
	Observations
	Discussion
	Control of Larger DC Currents
		Introduction
		Brushless Direct Current (BLDC) Motors (Motors Without Commutators or Sparking Brushes)
	Experimental
		Hardware
		Circuit Schematic
		Software
	Observations
	Discussion
		Stepper Motors
	Experimental
		Hardware
		Circuit Schematic
		Software
			Page Components Required
	Observations
	Discussion
	Control of AC Current Sources
		Introduction
	Experimental
		Hardware
		Circuit Schematic
		Software
	Observations
	Discussion
	Current Control with Raspberry Pi and Python
		Introduction
		Control of Larger DC Currents
	Experimental
		Non-inductive Loads
	Observations
	Discussion
	Power Control to Inductive Loads
		Introduction
		Experimental
	Observations
	Discussion
	Control of AC Currents
		Introduction
	Experimental
	Observations
	Discussion
	Code Listings
		Raspberry Pi–Python Codes
	Summary
Chapter 11: Microcontrollers and Serial Communications
	Experimental: Microprocessor to Host PC Communications – “Uploading”
		Hardware
		Circuit Schematic
		Software
		Page Components Required
	Observations
	Discussion
	Experimental: Host PC to Microprocessor Communications – “Downloading”
		Introduction
		Hardware
		Software
	Observations
	Discussion
	Raspberry Pi and Arduino
	Experimental
	Observations
	Discussion
	Code Listings
	Summary
Appendix A:
List of Abbreviations
Appendix B:
List of Suppliers
Index




نظرات کاربران