top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Internet of things with Arduino Blueprints : develop interactive Arduino-based internet projects with Ethernet and Wi-Fi / / Pradeeka Seneviratne
Internet of things with Arduino Blueprints : develop interactive Arduino-based internet projects with Ethernet and Wi-Fi / / Pradeeka Seneviratne
Autore Seneviratne Pradeeka
Pubbl/distr/stampa Birmingham : , : Packt Publishing, , 2015
Descrizione fisica 1 online resource (210 p.)
Collana Community experience distilled
Soggetto topico Arduino (Programmable controller)
Arduino (Programmable controller) - Programming
ISBN 1-78528-191-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Internet-Controlled PowerSwitch; Getting started; Hardware and software requirements; Arduino Ethernet Shield; The Arduino Ethernet board; Connecting Arduino Ethernet Shield to the Internet; Testing your Arduino Ethernet Shield; Selecting a PowerSwitch Tail; PN PSSRKT-240; PN80135; Wiring PowerSwitch Tail with Arduino Ethernet Shield; Turning PowerSwitch Tail into a simple web server; What is a web server?; A step-by-step process for building a web-based control panel
Handling client requests by HTTP GETSensing the availability of mains electricity; Testing the mains electricity sensor; Building a user-friendly web user interface; Adding a Cascade Style Sheet to the web user interface; Finding the MAC address and obtaining a valid IP address; Finding the MAC address; Obtaining an IP address; Assigning a static IP address; Obtaining an IP address using DHCP; Summary; Chapter 2: Wi-Fi Signal Strength Reader and Haptic Feedback; Prerequisites; Arduino WiFi Shield; Firmware upgrading; Stacking the WiFi Shield with Arduino; Hacking an Arduino earlier than REV3
Knowing more about connectionsFixing the Arduino WiFi library; Connecting your Arduino to a Wi-Fi network; Wi-Fi signal strength and RSSI; Reading the Wi-Fi signal strength; Haptic feedback and haptic motors; Getting started with the Adafruit DRV2605 haptic controller; Selecting a correct vibrator; Connecting a haptic controller to Arduino WiFi Shield; Soldering a vibrator to the haptic controller breakout board; Downloading the Adafruit DRV2605 library; Making vibration effects for RSSI; Implementing a simple web server; Reading the signal strength over Wi-Fi; Summary
Chapter 3: Internet-Connected Smart Water MeterPrerequisites; Water flow sensors; Wiring the water flow sensor with Arduino; Reading pulses; Rising edge and falling edge; Reading and counting pulses with Arduino; Calculating the water flow rate; Calculating the water flow volume; Adding an LCD screen to the water meter; Converting your water meter to a web server; A little bit about plumbing; Summary; Chapter 4: Arduino Security Camera with Motion Detection; Prerequisites; Getting started with TTL Serial Camera; Wiring the TTL Serial Camera for image capturing
Wiring the TTL Serial Camera for video capturingTesting NTSC video stream with video screen; Connecting the TTL Serial Camera with Arduino and Ethernet Shield; Image capturing with Arduino; The Software Serial library; How the image capture works; Uploading images to Flickr; Creating a Flickr account; Creating a Temboo account; Creating your first Choreo; Initializing OAuth; Finalizing OAuth; Generating the photo upload sketch; Connecting the camera output with Temboo; Motion detection; Summary; Chapter 5: Solar Panel Voltage Logging with NearBus Cloud Connector and Xively
Connecting a solar cell with the Arduino Ethernet board
Record Nr. UNINA-9910814038303321
Seneviratne Pradeeka  
Birmingham : , : Packt Publishing, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Iot projects with arduino nano 33 ble sense : step-by-step projects for beginners / / Agus Kurniawan
Iot projects with arduino nano 33 ble sense : step-by-step projects for beginners / / Agus Kurniawan
Autore Kurniawan Agus <1984->
Edizione [1st ed. 2021.]
Pubbl/distr/stampa New York, New York : , : Apress L. P., , [2021]
Descrizione fisica 1 online resource (IX, 161 p. 89 illus. in color.)
Disciplina 006.22
Soggetto topico Arduino (Programmable controller)
Internet of things
Computer input-output equipment
ISBN 1-4842-6458-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter 1: Setting up Development Environment -- Chapter 2: Arduino Nano 33 BLE Sense Board Development -- Chapter 3: SensorProgramming -- Chapter 4: Bluetooth Low Energy (BLE) -- Chapter 5: Embedded Artificial Intelligence.
Record Nr. UNINA-9910483592103321
Kurniawan Agus <1984->  
New York, New York : , : Apress L. P., , [2021]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Programming Arduino projects with the PIC microcontroller : a line-by-line code analysis and complete reference guide for embedded programming in C / / Hubert Henry Ward
Programming Arduino projects with the PIC microcontroller : a line-by-line code analysis and complete reference guide for embedded programming in C / / Hubert Henry Ward
Autore Ward Hubert Henry
Pubbl/distr/stampa Berkeley, CA : , : Apress, , [2022]
Descrizione fisica 1 online resource (733 pages)
Disciplina 006.22
Soggetto topico Arduino (Programmable controller)
PIC microcontrollers
ISBN 1-4842-7230-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Introduction -- Chapter 1: Introducing MPLABX -- MPLABX: The IDE from Microchip -- Creating a Project in MPLABX -- The Configuration Words -- Creating a Header File -- Changing the Fonts and Colors -- The PIC Microcontroller -- The PIC16F88 and the PIC8F4525 -- Summary -- Chapter 2: Programming Basics -- Good Programming Practice -- Algorithms -- Flowcharts -- Program Listings -- Program 2.1: Turning On and Off an LED -- Algorithm for Program 2.1 -- Flowchart for Program 2.1 -- The Program Listing -- Creating a Source File -- Adding the Header File -- Program 2.1 -- Analysis of Listing 2-1 -- Running Program 2.1 -- The PIC16F88 Development Board -- The ICSP Circuit -- Testing Program 2.1 -- Downloading Our Program -- Summary -- Chapter 3: The Seven-Segment Display and the Stepper Motor -- Program 3.1: Controlling a Seven-Segment Display -- Seven-Segment Displays -- Common Anode Seven-Segment Display -- Common Cathode Seven-Segment Display -- Arrangement for a Common Anode Seven-Segment Display -- Controlling the Display with the PIC -- Seven-Segment Display Program -- Algorithm for Program 3.1 -- Flowchart for Program 3.1 -- Program Listing for the Common Cathode Seven-Segment Display -- Analysis of Listing 3-1 -- Program 3.2: 3461BS Common Anode Four Seven-Segment Display Module -- Analysis of Listing 3-2 -- The Stepper Motor -- Analysis of Listing 3-3 -- Summary -- Chapter 4: The Joystick and the Stepper Motor -- Using the Joystick -- The Principal Operation of the Joystick -- The ADCON0 Control Register -- The ADCON1 Register -- The ADCON2 Register -- Example 1: Creating the Required Acquisition Time -- Example 2: TAD Time -- Changing the ADC Input Channels -- Left or Right Justification -- The Joystick Program -- The LCD -- Instruction or Command Mode.
Data Mode -- Bytes and Nibbles -- The Control Pins of the LCD -- Analysis of Listing 4-1 -- One-Dimensional Array -- Accessing Data in the Array -- Using Pointers -- Joystick and Stepper Motor -- Analysis of Listing 4-2 -- Homemade Prototype Board for the PIC18F4525 -- Summary -- Chapter 5: DC Motors -- The Speed of the Simple DC Motor -- PWM -- Creating a Square Wave with the PWM Mode -- Creating a 1kHz Square Wave -- The Mark Time or Duty Cycle -- The TMR2 Preset Value -- Storing a Ten-Bit Number -- Analysis of Listing 5-1 -- The Variable-Speed DC Motor Program -- Analysis of Listing 5-2 -- A Two-Directional DC Motor Program -- Using the L293D Driver IC -- Controlling a Two-Wheel Drive System -- Analysis of Listing 5-3 -- Controlling a Servo Motor -- Analysis of Listing 5-4 -- Summary -- Chapter 6: Ultrasonic Distance, and Humidity and Temperature Sensors -- Using the Ultrasonic Sensor -- The Basic Principle of Operation -- The Principal Operation of the Program -- Analysis of Listing 6-1 -- The DHT11 Humidity and Temperature Sensor -- Communicating with the DHT11 -- The Use of a Pull Up Resistor -- Checking the Timing of the Pulses -- Analysis of Listing 6-3 -- Summary -- Chapter 7: Working with Keypads -- Traditional 3 × 4 Keypad Entry -- The Need for Pull Up or Pull Down -- Pull Down Resistors -- Pull Up Resistors -- Traditional Keypad Program -- Analysis of Listing 7-1 -- Switch Bounce -- The Membrane 4 × 4 Keypad -- The 8 × 8 Dot Matrix Board -- Analysis of Listing 7-3 -- Creating the Data for Each Row in the Two-Dimensional Array -- Summary -- Chapter 8: Using Bluetooth with PIR Motion Sensors -- The HC-06 Module -- Matching 5V to 3.3V -- The Default Settings of the HC-06 -- The HC-05 Bluetooth Module -- Connecting the PIC to a Mobile Phone via the HC-06 -- The UART -- Analysis of Listing 8-1 -- An Important Distinction.
Using the Mobile APP Bluetooth Terminal -- Changing the PIN on the HC-06 -- Using AT Commands -- Using Tera Term to Change the PIN -- Using PuTTY to Program the HC-06 -- Programming the HC-06 with AT Command from the PIC Micro -- Analysis of Listing 8-2 -- The HC-SR501 PIR Motion Sensor -- Analysis of Listing 8-3 -- Summary -- Chapter 9: Communication -- Getting the PIC to Communicate with  Other Devices -- The SPI Mode -- The Buffer Full (BF) Flag in the SSPSTAT Register -- Synchronizing the Sequence -- SSPSTAT Register -- The SSPCON1 Register -- Using the SPI to Read from the TC72 -- Operating Modes for the TC72 -- The Registers of the TC72 -- The Algorithm for Using the TC72 -- Displaying the Temperature Reading -- Binary Numbers -- Adding Binary Numbers -- Analysis of Listing 9-1 -- Reading the Temperature from the TC72 -- Examples of the 2's Complement Process -- Using the Sprintf Function -- Analysis of Listing 9-2 -- Comparing the Two Approaches -- Using the PIC18f4525 as the Slave -- Analysis of Listing 9-3 -- Analysis of Listing 9-4 -- Summary -- Chapter 10: Using the I2C Protocol -- I2C Communication Protocol -- EEPROM -- 24LC256 EEPROM -- Writing to the EEPROM -- Reading from the EEPROM -- TC74 Temperature Sensor -- Reading the Temperature -- Using I2C with 24LC256 and TC74 -- Analysis of Listing 10-1 -- That Little Thought -- Summary -- Chapter 11: Using the UART -- UART at a Glance -- Interrupts and How They Work -- Analysis of Listing 11-1 -- The Baud Rate -- Using Tera Term -- Using Handshaking -- Analysis of Listing 11-2 -- Two PICs Communicate via the UART -- Analysis of Listing 11-3 -- Summary -- Chapter 12: Real-Time Clock and Interrupts -- The RTC Program -- Analysis of Listing 12-1 -- The DS1307 RTC Module -- Setting Up and Reading from the DS1307 -- The I2C Protocol -- Writing to the Slave -- The Start Bit.
The Address Bits and Control Bit in the First Byte -- The Acknowledgment Bit -- The Data Byte -- The Stop Bit -- Reading from the Slave -- The NACK or Not Acknowledgment Bit -- Analysis of Listing 12-2 -- TM1637 and the Four Seven-Segment Display -- The TM1367 Driver IC -- Analysis of Listing 12-3 -- Summary -- Chapter 13: Working with LCDs -- Creating Your Own Characters on an LCD -- The Pixel Maps -- A Simple Exercise -- Analysis of Listing 13-1 -- The CCP Module -- Algorithm for the Bike Speed Program -- The Speed of a Bicycle -- Analysis of Listing 13-2 -- Finding the Program Instructions -- Program Counter and the Stack -- The Stack -- The Vector Table and the ISR -- Summary -- Chapter 14: Analyzing Obscure Instructions and Logic Operators in C -- Obscure C Instructions -- Analysis of Listing 14-1 -- Some Logic Operators -- & -- Symbol -- Testing the Programs in MPLABX -- Analysis of Listing 14-3 -- The & -- & -- Operator -- The '|' Operator -- The '||' Operator -- The ^ EXOR or Exclusive OR -- The & -- = Function -- The |= Function -- The '%' or Modulus or Remainder Operator -- The '~' Or 1's Complement -- The '< -- < -- n' or '> -- > -- n' Operator -- Summary -- Appendix: Additional Insights -- Data Types and Memory -- The Program Memory Area -- The Data RAM -- The Data EEPROM -- Variables -- Appendix A: Data Types -- Appendix B: Some Useful Definitions -- Appendix C: Mathematical and Logic Operators -- Appendix D: Keywords -- Appendix E: Numbering Systems Within Microprocessor-Based Systems -- Introduction -- Binary Numbers -- Converting Decimal to Binary -- Adding and Subtracting Binary Numbers -- Subtracting Binary Numbers -- The Hexadecimal Number System -- Appendix F: Building Circuit Boards -- Preparation -- The Circuit Diagram -- The Vero Board Plan -- Preparing to Solder -- Tinning the Components -- Soldering the Components -- Patience and Practice -- Appendix G: The LCD Header File for Eight-Bit Mode -- Appendix H: The ASCII Character Set -- Appendix I: The LCD Instruction Set -- Index.
Record Nr. UNINA-9910523769303321
Ward Hubert Henry  
Berkeley, CA : , : Apress, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Sensoren im einsatz mit Arduino / / Thomas Brühlmann
Sensoren im einsatz mit Arduino / / Thomas Brühlmann
Autore Brühlmann Thomas
Edizione [1. Auflage.]
Pubbl/distr/stampa Frechen, [Germany] : , : mitp, , 2017
Descrizione fisica 1 online resource (352 pages) : illustrations
Disciplina 005.133
Collana mitp Professional
Soggetto topico Arduino (Programmable controller)
Application software - Development
Programmable controllers
ISBN 3-95845-152-7
3-95845-151-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione ger
Nota di contenuto Cover -- Titel -- Impressum -- Inhaltsverzeichnis -- Einleitung -- Kapitel 1: Arduino-Plattform -- 1.1 Das Arduino-Board -- 1.1.1 Praxisbeispiel: Arduino-Minimalschaltung -- 1.2 Entwicklungsumgebung (IDE) -- 1.3 Bibliotheken -- 1.4 Shields -- 1.4.1 Praxisbeispiel: Arduino mit Proto-Shield und Display-Shield -- 1.5 Steckbrett (Breadboard) -- Kapitel 2: Warm & -- kalt -- 2.1 Temperatursensor NTC (Thermistor) -- 2.1.1 Praxisbeispiel: Temperaturmessung mit NTC -- 2.2 Analoger Temperatursensor LM35 -- 2.2.1 Praxisbeispiel: Raumtemperaturmessung mit LM35 -- 2.3 Serieller Temperatursensor DS1820 -- 2.3.1 Praxisbeispiel: Temperaturmessung über seriellen Bus mit DS1820 -- 2.4 Auswahl eines Temperatursensors -- Kapitel 3: Licht & -- Farbe & -- Bild -- 3.1 Lichtabhängiger Widerstand (LDR) -- 3.1.1 Praxisbeispiel: Lichtmesser mit LDR -- 3.1.2 Praxisbeispiel: Nachtlampe mit LDR -- 3.2 Infrarotanwendungen mit IR-Sensor -- 3.2.1 Praxisbeispiel: Infrarot-Fernbedienung -- 3.2.2 Praxisbeispiel: LED einschalten mit IR-Fernbedienung -- 3.3 Farben erkennen mit Farb-Sensor -- 3.3.1 Praxisbeispiel: Sensor erkennt Farben -- 3.4 UV-Strahlung messen mit UV-Sensor -- 3.4.1 Praxisbeispiel: UV-Index-Monitor -- 3.5 Bilderfassung mit Kamera -- 3.5.1 Praxisbeispiel: Überwachungskamera -- Kapitel 4: Distanz & -- Bewegung -- 4.1 Ultraschall-Sensor -- 4.1.1 Praxisbeispiel: Abstandsmesser mit Ultraschall-Sensor -- 4.1.2 Praxisbeispiel: Abstandsmesser für die Garage -- 4.2 Bewegungsmelder PIR-Sensor -- 4.2.1 Praxisbeispiel: Raum-Bewegungsmelder -- 4.3 Neigung erfassen mit Tilt-Sensor -- 4.3.1 Tilt-Sensor AT407 -- 4.3.2 Praxisbeispiel: Garagentor-Wächter -- 4.3.3 Tilt-Sensor RPI-1031 -- 4.3.4 Praxisbeispiel: Neigungsmesser mit Neigungsrichtungserkennung -- 4.4 Tongeber Piezo-Sensor -- 4.4.1 Praxisbeispiel: Piezo als Klopf-Sensor -- Kapitel 5: Kräfte.
5.1 Biegung messen mit Flex-Sensor -- 5.1.1 Praxisbeispiel: Flex-Sensor-Testschaltung -- 5.1.2 Praxisbeispiel: Candy-Schrank-Wächter -- 5.2 Druckempfindlicher Sensor - Force-Sensor (FSR) -- 5.2.1 Praxisbeispiel: Druck messen mit FSR-Sensor -- 5.3 Berührungslose Eingabe -- 5.3.1 Praxisbeispiel: Touch-Keyboards -- 5.3.2 Praxisbeispiel: Q-Touch-Sensor -- 5.3.3 Praxisbeispiel: Mini-Keyboard -- Kapitel 6: Ort -- 6.1 Zeig mir Norden - Kompass -- 6.1.1 Praxisbeispiel: Kompass mit HMC5883 -- 6.1.2 Praxisbeispiel: Digitaler Kompass mit LED-Anzeige -- 6.2 Position ermitteln mit GPS-Modul -- 6.2.1 Praxisbeispiel: GPS-Daten abfragen -- 6.2.2 Praxisbeispiel: Anzeige GPS-Position -- Kapitel 7: Gase -- 7.1 Elektronische Nasen - Gas-Sensoren -- 7.2 MQ2 - Gas und Rauch -- 7.2.1 Praxisbeispiel: Gase messen -- 7.3 MQ3 - Alkohol-Sensor -- 7.3.1 Praxisbeispiel: Alkohol-Messgerät -- Kapitel 8: Elektrische Phänomene -- 8.1 Elektrischen Strom messen -- 8.1.1 Praxisbeispiel: Strommessung mit Shunt -- 8.1.2 Praxisbeispiel: Strommessung mit High-Side-Messmodul -- 8.2 Messung einer elektrischen Spannung -- 8.2.1 Praxisbeispiel: Spannungen von 0 bis 5 Volt messen -- 8.2.2 Praxisbeispiel: Spannungen von 5 bis 30 Volt messen -- 8.3 Hall-Sensor -- 8.3.1 Praxisbeispiel: Überwachungskontakt mit Hall-Sensor -- Kapitel 9: Haus & -- Garten -- 9.1 Temperatur & -- Luftfeuchtigkeit -- 9.1.1 Umweltsensor DHT11/22 -- 9.1.2 Praxisbeispiel: Wetterstation mit DHT-Sensor -- 9.1.3 Umweltsensor SHT31 -- 9.1.4 Praxisbeispiel: Ansteuerung des SHT31 -- 9.2 Sensoren für Bodenfeuchte-Messung -- 9.2.1 Praxisbeispiel: Chirp-Feuchtesensor -- 9.3 Laut und leise - Geräusche erfassen -- 9.3.1 Praxisbeispiel: Lärmmesser mit optischer Anzeige -- 9.4 Stromverbrauch messen (Gleichstrom) -- 9.4.1 Praxisbeispiel: Einfache Strommessung mit ACS712-Sensor -- 9.5 Stromverbrauch messen (Wechselstrom).
9.5.1 Praxisbeispiel: Kontaktlose Messung von Strom und Leistung mit SCT-013-Sensor -- 9.5.2 Praxisbeispiel: Energy-Monitor-Board -- 9.6 Fensterkontakt-Sensor -- 9.6.1 Praxisbeispiel: Fenster mit Fensterkontakt überwachen -- Kapitel 10: Mensch -- 10.1 Herzschlag messen -- 10.1.1 Praxisbeispiel: Herzschlag messen mit Infrarot-Sensor -- 10.2 Hautwiderstand messen -- 10.2.1 Praxisbeispiel: Richtig oder falsch mit Lügendetektor -- 10.2.2 Praxisbeispiel: Messwerte darstellen mit seriellem Plotter -- Kapitel 11: Datenübertragung -- 11.1 Serielle Übertragung -- 11.1.1 Praxisbeispiel: Serieller Monitor -- 11.2 Drahtlos mit RF-Modul (433 MHz) -- 11.2.1 Praxisbeispiel: Daten drahtlos senden mit 433-MHz-RF-Kit -- 11.2.2 Praxisbeispiel: 433-MHz-Sender -- 11.2.3 Praxisbeispiel: 433-MHz-Empfänger -- 11.2.4 Praxisbeispiel: Drahtloser Temperatursensor LM35 -- 11.3 Bluetooth -- 11.3.1 Praxisbeispiel: Bluetooth-Anwendungen mit 1Sheeld -- 11.3.2 Praxisbeispiel: 1Sheeld - Erste Anwendung -- 11.3.3 Praxisbeispiel: Fernsteuerung -- Kapitel 12: Daten anzeigen & -- speichern -- 12.1 Elektronische Lampe - Leuchtdiode (LED) -- 12.1.1 Praxisbeispiel: Ansteuerung der Leuchtdiode -- 12.1.2 Praxisbeispiel: Mini-Lichtelement mit LED -- 12.2 Viele Farben mit RGB-LED -- 12.2.1 Praxisbeispiel: Ansteuerung einer RGB-Leuchtdiode -- 12.3 LED-Streifen mit Neopixel -- 12.3.1 Praxisbeispiel: Farbmuster mit LED-Streifen -- 12.4 Balkenanzeige mit LED -- 12.4.1 Praxisbeispiel: 10-Segment-Balkenanzeige -- 12.5 Daten und Messwerte anzeigen mit Display -- 12.5.1 Praxisbeispiel: Parallele LCD-Ansteuerung -- 12.6 Daten speichern auf SD-Karte -- 12.6.1 Praxisbeispiel: Datenlogger mit SD-Karte -- 12.6.2 Praxisbeispiel: Uhrzeit mit DS1307 -- 12.6.3 Praxisbeispiel: Datenlogger mit Zeitstempel -- 12.7 Datenspeicher EEPROM -- 12.7.1 Praxisbeispiel: Daten ins EEPROM schreiben.
12.7.2 Praxisbeispiel: Daten aus dem EEPROM lesen -- 12.7.3 Praxisbeispiel: Daten aus dem EEPROM löschen -- 12.8 Internet-Plattformen - Internet of Things (IoT) -- 12.9 Sensordaten bei ThingSpeak -- 12.9.1 Praxisbeispiel: Lichtmesswerte an ThingSpeak senden -- 12.10 Lokale IoT-Datenbank mit MySQL-Datenbank -- 12.10.1 Praxisbeispiel: Webserver installieren -- 12.10.2 Praxisbeispiel: MySQL-Datenbank verwalten -- 12.10.3 Praxisbeispiel: Sensordaten-Erfassung -- 12.10.4 Praxisbeispiel: Daten erfassen mit PHP -- 12.10.5 Praxisbeispiel: Sensordaten in Webbrowser darstellen -- 12.10.6 Praxisbeispiel: Sensordaten als Liniengrafik darstellen -- 12.10.7 Praxisbeispiel: Umweltdaten sammeln und an Webserver senden -- Kapitel 13: Sensor-Shield -- 13.1 Das Sensor-Shield -- 13.2 Shield-Schaltung -- 13.3 Anschlussmöglichkeiten -- 13.4 Anschlussbelegung -- 13.5 Anwendungsmöglichkeiten -- 13.5.1 Praxisbeispiel: Ansteuerung RGB-LED -- 13.5.2 Praxisbeispiel: Analogwert-Monitor mit RGB -- 13.6 Bezugsquellen -- Kapitel 14: Sensor-Board -- 14.1 Sensor-Board -- 14.1.1 Praxisbeispiel: Grundaufbau Sensor-Board -- 14.1.2 Praxisbeispiel: Programmierung des Sensor-Boards -- 14.2 Low-Power-Betrieb -- 14.2.1 Praxisbeispiel: Stromverbrauch reduzieren auf dem Arduino-Board -- 14.2.2 Praxisbeispiel: Sensor-Board im Low-Power-Betrieb mit Low-Power-Bibliothek -- 14.2.3 Praxisbeispiel: Sensor-Board im Low-Power-Betrieb mit JeeLib-Bibliothek -- Stichwortverzeichnis.
Record Nr. UNINA-9910165146003321
Brühlmann Thomas  
Frechen, [Germany] : , : mitp, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Sensori per maker / Tero Karvinen, Kimmo Karvinen, Ville Valtokari
Sensori per maker / Tero Karvinen, Kimmo Karvinen, Ville Valtokari
Autore Karvinen, Tero
Pubbl/distr/stampa Milano : LSWR, c2015
Descrizione fisica 397 p. : ill. ; 24 cm
Disciplina 681.25
Altri autori (Persone) Karvinen, Kimmoauthor
Valtokari, Villeauthor
Soggetto topico Sensor networks - Design and construction
Raspberry Pi (Computer)
Arduino (Programmable controller)
ISBN 9788868951030
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione ita
Nota di contenuto Raspberry Pi -- Arduino -- Distanza -- Fumo e gas -- Tatto -- Movimento -- Luce -- Accelerazione -- Identità -- Electricità e magnetismo -- Suono -- Tempo e clima -- Appendice guida rapida di riferimento per Linux su Raspberry Pi
Record Nr. UNISALENTO-991003581579707536
Karvinen, Tero  
Milano : LSWR, c2015
Materiale a stampa
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui