Micro:bit for Mad Scientists

Micro:bit for Mad Scientists PDF Author: Simon Monk
Publisher: No Starch Press
ISBN: 1593279752
Category : Computers
Languages : en
Pages : 281

Book Description
Build your own secret laboratory with 30 coding and electronic projects! The BBC micro:bit is a tiny, cheap, yet surprisingly powerful computer that you can use to build cool things and experiment with code. The 30 simple projects and experiments in this book will show you how to use the micro:bit to build a secret science lab complete with robots, door alarms, lie detectors, and more--as you learn basic coding and electronics skills. Here are just some of the projects you'll build: A "light guitar" you can play just by moving your fingers A working lie detector A self-watering plant care system A two-wheeled robot A talking robotic head with moving eyes A door alarm made with magnets Learn to code like a Mad Scientist!

Micro:bit for Mad Scientists

Micro:bit for Mad Scientists PDF Author: Simon Monk
Publisher: No Starch Press
ISBN: 1593279744
Category : Computers
Languages : en
Pages : 281

Book Description
Build your own secret laboratory with 30 coding and electronic projects! The BBC micro:bit is a tiny, cheap, yet surprisingly powerful computer that you can use to build cool things and experiment with code. The 30 simple projects and experiments in this book will show you how to use the micro:bit to build a secret science lab complete with robots, door alarms, lie detectors, and more--as you learn basic coding and electronics skills. Here are just some of the projects you'll build: A "light guitar" you can play just by moving your fingers A working lie detector A self-watering plant care system A two-wheeled robot A talking robotic head with moving eyes A door alarm made with magnets Learn to code like a Mad Scientist!

The Official BBC micro:bit User Guide

The Official BBC micro:bit User Guide PDF Author: Gareth Halfacree
Publisher: John Wiley & Sons
ISBN: 1119413842
Category : Computers
Languages : en
Pages : 312

Book Description
The go-to guide to getting started with the BBC micro:bit and exploring all of its amazing capabilities. The BBC micro:bit is a pocket-sized electronic development platform built with education in mind. It was developed by the BBC in partnership with major tech companies, communities, and educational organizations to provide kids with a fun, easy, inexpensive way to develop their digital skills. With it, kids (and grownups) can learn basic programming and coding while having fun making virtual pets, developing games, and a whole lot more. Written by internationally bestselling tech author Gareth Halfacree and endorsed by the Micro:bit Foundation, The Official BBC micro:bit User Guide contains what you need to know to get up and running fast with the BBC micro:bit. Learn everything from taking your first steps with the BBC micro:bit to writing your own programs. You'll also learn how to expand its capabilities with add-ons through easy-to-follow, step-by-step instructions. Set up your BBC micro:bit and develop your digital skills Write code in JavaScript Blocks, JavaScript, and Python Discover the BBC micro:bit’s built-in sensors Connect the BBC micro:bit to a Raspberry Pi to extend its capabilities Build your own circuits and create hardware The Official BBC micro:bit User Guide is your go-to source for learning all the secrets of the BBC micro:bit. Whether you're just beginning or have some experience, this book allows you to dive right in and experience everything the BBC micro:bit has to offer.

Programming the BBC micro:bit: Getting Started with MicroPython

Programming the BBC micro:bit: Getting Started with MicroPython PDF Author: Simon Monk
Publisher: McGraw Hill Professional
ISBN: 1260117596
Category : Technology & Engineering
Languages : en
Pages : 177

Book Description
Quickly write innovative programs for your micro:bit—no experience necessary!This easy-to-follow guide shows, step-by-step, how to quickly get started with programming and creating fun applications on your micro:bit.. Written in the straightforward style that Dr. Simon Monk is famous for, Programming the BBC micro:bit: Getting Started with MicroPython begins with basic concepts and gradually progresses to more advanced techniques. You will discover how to use the micro:bit's built-in hardware, use the LED display, accept input from sensors, attach external electronics, and handle wireless communication.•Connect your micro:bit to a computer and start programming!•Learn how to use the two most popular MicroPython editors •Work with built-in functions and methods—and see how to write your own•Display text, images, and animations on the micro:bit’s LED matrix•Process data from the accelerometer, compass, and touch sensor•Control external hardware by attaching it to the edge connector•Send and receive messages via the built-in radio module•Graphically build programs with the JavaScript Blocks Editor

The Maker's Guide to the Zombie Apocalypse

The Maker's Guide to the Zombie Apocalypse PDF Author: Simon Monk
Publisher: No Starch Press
ISBN: 1593277296
Category : Technology & Engineering
Languages : en
Pages : 296

Book Description
Where will you be when the zombie apocalypse hits? Trapping yourself in the basement? Roasting the family pet? Beheading reanimated neighbors? No way. You’ll be building fortresses, setting traps, and hoarding supplies, because you, savvy survivor, have snatched up your copy of The Maker's Guide to the Zombie Apocalypse before it’s too late. This indispensable guide to survival after Z-day, written by hardware hacker and zombie anthropologist Simon Monk, will teach you how to generate your own electricity, salvage parts, craft essential electronics, and out-survive the undead.,p>Take charge of your environment: –Monitor zombie movement with trip wires and motion sensors –Keep vigilant watch over your compound with Arduino and Raspberry Pi surveillance systems –Power zombie defense devices with car batteries, bicycle generators, and solar power Escape imminent danger: –Repurpose old disposable cameras for zombie-distracting flashbangs –Open doors remotely for a successful sprint home –Forestall subplot disasters with fire and smoke detectors Communicate with other survivors: –Hail nearby humans using Morse code –Pass silent messages with two-way vibration walkie-talkies –Fervently scan the airwaves with a frequency hopper For anyone from the budding maker to the keen hobbyist, The Maker’s Guide to the Zombie Apocalypse is an essential survival tool. Uses the Arduino Uno board and Raspberry Pi Model B+ or Model 2

Electronics for Kids

Electronics for Kids PDF Author: Oyvind Nydal Dahl
Publisher: No Starch Press
ISBN: 1593277474
Category : Juvenile Nonfiction
Languages : en
Pages : 329

Book Description
Why do the lights in a house turn on when you flip a switch? How does a remote-controlled car move? And what makes lights on TVs and microwaves blink? The technology around you may seem like magic, but most of it wouldn’t run without electricity. Electronics for Kids demystifies electricity with a collection of awesome hands-on projects. In Part 1, you’ll learn how current, voltage, and circuits work by making a battery out of a lemon, turning a metal bolt into an electromagnet, and transforming a paper cup and some magnets into a spinning motor. In Part 2, you’ll make even more cool stuff as you: –Solder a blinking LED circuit with resistors, capacitors, and relays –Turn a circuit into a touch sensor using your finger as a resistor –Build an alarm clock triggered by the sunrise –Create a musical instrument that makes sci-fi soundsThen, in Part 3, you’ll learn about digital electronics—things like logic gates and memory circuits—as you make a secret code checker and an electronic coin flipper. Finally, you’ll use everything you’ve learned to make the LED Reaction Game—test your reaction time as you try to catch a blinking light!With its clear explanations and assortment of hands-on projects, Electronics for Kids will have you building your own circuits in no time.

Strange Code

Strange Code PDF Author: Ronald T. Kneusel
Publisher: No Starch Press
ISBN: 1718502419
Category : Computers
Languages : en
Pages : 498

Book Description
Strengthen your overall coding skills by exploring the wonderful, wild, and often weird world of esoteric languages (esolangs). Strange Code starts with a dive into the underlying history of programming, covering the early computer-science concepts, like Turing machines and Turing completeness, that led to the languages we use today. It then explores the realm of “atypical” programming languages, introducing you to the out-of-the-box thinking that comes from these unusual approaches to coding. Later chapters address the even more unusual esolangs, nearly all of which are like nothing you’ve ever seen. Finally, author Ron Kneusel helps you develop and use two entirely new programming languages. You may not apply these languages in your day job, but this one-of-a-kind book will motivate you to think differently about what it means to express thought through code, while discovering the far-flung boundaries of programming. You’ll learn: How to program with pictures using Piet How to write two-dimensional programs in Befunge How to implement machine-learning algorithms using the text pattern matching language SNOBOL How to decipher Brainfuck code like [->-[>+”]>[[-+]+>+”]““]/liliHow to design and create two original programming languages Learning to think in these languages will make you a better, more confident programmer.

Bartholomew and the Oobleck

Bartholomew and the Oobleck PDF Author: Dr. Seuss
Publisher: Random House Books for Young Readers
ISBN: 0394800753
Category : Juvenile Fiction
Languages : en
Pages : 57

Book Description
Join Bartholomew Cubbins in Dr. Seuss’s Caldecott Honor–winning picture book about a king’s magical mishap! Bored with rain, sunshine, fog, and snow, King Derwin of Didd summons his royal magicians to create something new and exciting to fall from the sky. What he gets is a storm of sticky green goo called Oobleck—which soon wreaks havock all over his kingdom! But with the assistance of the wise page boy Bartholomew, the king (along with young readers) learns that the simplest words can sometimes solve the stickiest problems.

Build Your Own Website

Build Your Own Website PDF Author: Nate Cooper
Publisher: No Starch Press
ISBN: 1593275226
Category : Computers
Languages : en
Pages : 267

Book Description
Build Your Own Website is a fun, illustrated introduction to the basics of creating a website. Join Kim and her little dog Tofu as she learns HTML, the language of web pages, and CSS, the language used to style web pages, from the Web Guru and Glinda, the Good Witch of CSS. Once she figures out the basics, Kim travels to WordPress City to build her first website, with Wendy, the WordPress Maven, at her side. They take control of WordPress® themes, install useful plugins, and more. As you follow along, you’ll learn how to: –Use HTML tags –Make your site shine with CSS –Customize WordPress to fit your needs –Choose a company to host your site and get advice on picking a good domain name The patient, step-by-step advice you’ll find in Build Your Own Website will help you get your website up and running in no time. Stop dreaming of your perfect website and start making it!

Out Of Control

Out Of Control PDF Author: Kevin Kelly
Publisher: Basic Books
ISBN: 078674703X
Category : Science
Languages : en
Pages : 528

Book Description
Out of Control chronicles the dawn of a new era in which the machines and systems that drive our economy are so complex and autonomous as to be indistinguishable from living things.
Proudly powered by WordPress | Theme: Rits Blog by Crimson Themes.