Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Raspberry Pi (Computer) 123
- Programming 63
- Python (Computer program language) 57
- Computer input-output equipment 49
- Hardware and Maker 45
- Linux 31
- Microcomputers 26
- Computer programming 25
- Internet of things 25
- Development 19
- Application software 18
- Operating systems (Computers) 18
- Arduino (Programmable controller) 17
- Design and construction 13
- Artificial intelligence 12
- Pocket computers 12
- Programming languages (Electronic computers) 12
- Python 12
- Computer networks 11
- Java (Computer program language) 11
- Robots 11
- Engineering & Applied Sciences 10
- Microcontrollers 10
- Computer Hardware 9
- Computer hardware 9
- Computer science 9
- Electrónica 9
- Embedded computer systems 9
- Security measures 9
- Computer Science 8
-
61Publicado 2018Materias: “…Raspberry Pi (Computer)…”
Libro electrónico -
62por Strickland, James R. authorTabla de Contenidos: “…Chapter 1: Your Shopping List -- Chapter 2: Meet the Raspberry Pi -- Chapter 3: Survival Linux -- Chapter 4: Meet C++ -- Chapter 5: Meet WiringPi -- Chapter 6: Input and Output -- Chapter 7: One Pi, Multiple Processes -- Chapter 8: One Processe, Multiple Threads -- Chapter 9: From Pi to the World: Network Sockets -- Chapter 10: Serving Pi: Network Servers -- Chapter 11: Files and Filesystems -- Chapter 12: The Best of Both Worlds -- Chapter 13: Conclusions, Credits, and Closing Thoughts…”
Publicado 2018
Libro electrónico -
63por Membrey, PeterTabla de Contenidos: “…Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Why Eat Raspberry Pi?; It Only Costs 25; MORE PI!; Experiment in Safety; Independence; Low Power; The Ingredients for a Raspberry Pi; ARM CPU; 512MB of RAM; GPU; Ethernet Port (Model B only); USB; GPIO Ports; Baked to Perfection; Whistle-Stop Tour; Your First Bite of Raspberry Pi; Surveying the Landscape; Remodeling the Landscape; Getting Comfortable on the Command Line; Storing Stuff and then (Hopefully) Finding It Again…”
Publicado 2013
Libro electrónico -
64Publicado 2015“…Join the Raspberry revolution with these fun and easy Pi projects The Raspberry Pi has opened up a whole new world of innovation for everyone from hardware hackers and programmers to students, hobbyists, engineers, and beyond. …”
Libro electrónico -
65Publicado 2014“…The must-have companion guide to the Raspberry Pi User Guide! Raspberry Pi chose Python as its teaching language of choice to encourage a new generation of programmers to learn how to program. …”
Libro electrónico -
66por Gay, Warren. author“…Either way, what it can actually do is not simple, and you should know exactly what the Raspberry Pi hardware is all about. Raspberry Pi Hardware Reference, from Mastering the Raspberry Pi, is the hardware guide you need on your desk or workbench. …”
Publicado 2014
Libro electrónico -
67Publicado 2015Materias:Libro electrónico
-
68por Shovic, John C. author“…Expert makers may also find interesting new approaches. Raspberry Pi IoT Projects contains the tools needed to build a prototype of your design, sense the environment, communicate with the Internet (over the Internet and Machine to Machine communications) and display the results. …”
Publicado 2016
Libro electrónico -
69Publicado 2016Tabla de Contenidos: “…-- A Bit of History -- So What Can You Do with the Raspberry Pi? -- Part 1 The Board -- Chapter 1 Meet the Raspberry Pi -- A Trip Around the Board -- Model A/B -- Model A+/B+ -- Raspberry Pi 2 -- Raspberry Pi 3 -- Raspberry Pi Zero -- A Bit of Background -- ARM Versus x86 -- Windows Versus Linux -- Chapter 2 Getting Started with the Raspberry Pi -- Connecting a Display -- Composite Video -- HDMI Video -- DSI Video -- Connecting Audio -- Connecting a Keyboard and Mouse -- Installing NOOBS on an SD Card -- Connecting External Storage -- Connecting the Network -- Wired Networking -- Wireless Networking -- Connecting Power -- Installing the Operating System -- Installing Using NOOBS -- Installing Manually -- Connecting Bluetooth Devices -- Chapter 3 Linux System Administration -- Linux: An Overview -- Linux Basics -- Introducing Raspbian -- About Raspbian's Parent, Debian -- Alternatives to Raspbian -- Using External Storage Devices -- Creating a New User Account -- File System Layout -- Logical Layout -- Physical Layout -- Installing and Uninstalling Software -- Managing Software Graphically -- Managing Software at the Command Line -- Finding the Software You Want -- Installing Software -- Uninstalling Software -- Upgrading Software -- Shutting the Pi Down Safely -- Chapter 4 Troubleshooting -- Keyboard and Mouse Diagnostics -- Power Diagnostics -- Display Diagnostics -- Boot Diagnostics -- Network Diagnostics -- Chapter 5 Network Configuration -- Wired Networking -- Connecting to a Wired Network via the GUI -- Connecting to a Wired Network via the Console -- Testing Your Connectivity -- Wireless Networking -- Connecting to a Wireless Network via the GUI…”
Libro electrónico -
70Publicado 2016Materias:Libro electrónico
-
71Publicado 2024Materias: “…Raspberry Pi (Computer) Juvenile literature…”
Libro electrónico -
72
-
73por Soper, Mark Edward. authorTabla de Contenidos: “…Chapter 1: Raspberry Pi System Anatomy -- Chapter 2: The Distro Bunch -- Chapter 3: Adding Mass Storage -- Chapter 4: Connecting to a Workgroup Network -- Chapter 5: Sharing an Internet connection -- Chapter 6: Setting up a print and scan server -- Chapter 7: Imaging and Video -- Chapter 8: Media Serving -- Chapter 9: GPIO Anatomy and Applications -- Chapter 10: Taking Your Raspberry Pi on the Road…”
Publicado 2017
Libro electrónico -
74Publicado 2019“…Learn Robotics with Raspberry Pi will take you from inexperienced maker to robot builder. …”
Libro electrónico -
75por Guillen, Guillermo. author“…Use the MQ2 gas sensor and a Raspberry Pi board as a gas leak alarm system to detect dangerous explosive and fire hazards. …”
Publicado 2019
Libro electrónico -
76por Gay, Warren. author“…This book equips the reader with skills necessary to design and build custom hardware interfaces for the Raspberry Pi. A thorough chapter on interfacing 5-volt systems to 3.3-volt Raspberry Pis expands the reader’s choice of peripheral options. …”
Publicado 2017
Libro electrónico -
77Publicado 2016Materias: “…Raspberry Pi (Computer)…”
Libro electrónico -
78Publicado 2017Tabla de Contenidos: “…. -- Chapter 8: Taking Digital Inputs to the Raspberry Pi Zero -- Introduction -- Interfacing push switches -- Getting ready -- How to do it... -- Interfacing toggle switches and setting debouncing -- Getting ready -- How to do it... -- Avoiding the floating states of the input line -- Getting ready -- How to do it... -- Interfacing a keypad with the RPZ -- Getting ready -- How to do it... -- Interfacing RTC to get accurate time -- Getting ready -- How to do it... -- There's more... -- Setting up Interrupts on a toggle switch through GPIO -- Getting ready -- How to do it... -- Interfacing RFID tags with the RPZ -- Getting ready -- How to do it... -- Interfacing a GPS module with the RPZ -- Getting ready -- Enabling the Google Geocoding API -- How to do it... -- Chapter 9: Interfacing Sensors with the Raspberry Pi Zero -- Interfacing any resistive sensor on GPIO -- Getting ready -- How to do it... -- Interfacing an LDO with the RPZ -- Getting ready -- How to do it... -- Interfacing an ultrasonic sensor with the RPZ -- Getting ready -- How to do it... -- Interfacing an analog-to-digital convertor to interface any analog sensor with the RPZ -- Getting ready -- How to do it... -- Interfacing an infrared receiver to read remote controls and control a TV with the RPZ -- Getting ready -- How to do it... -- Interfacing a motion sensor -- Getting ready -- How to do it... -- Interfacing a temperature humidity sensor using bit-banging -- Getting ready -- How to do it... -- Interfacing a gyroscope and accelerometer with the RPZ -- Getting ready -- How to do it... -- Pulling it all together with the Pi Sense Hat -- Getting ready -- How to do it... -- Chapter 10: Cooking up Projects to Amaze the World! …”
Libro electrónico -
79Publicado 2013“…Was können Sie mit dem Raspberry Pi machen – einem kreditkartengroßen Computer zum Preis von 35 Euro? …”
Libro electrónico -
80Publicado 2015Materias: “…Raspberry Pi (Computer) Juvenile literature…”
Libro electrónico