1. 程式人生 > >Build your own bot, TobyJnr: Setting up your raspberry Pi

Build your own bot, TobyJnr: Setting up your raspberry Pi

In this video, Brian demonstrates how to set up your Raspberry Pi to use with your TobyJnr bot. You’ll want to first follow the instructions in this previous Hands-on IoT video to set up your Pi without a keyboard, mouse, or monitor. TobyJnr uses Raspbian Stretch, the latest version of the Pi’s OS.

The step-by-step instructions for how to set up your Pi with Raspbian Stretch can be found in the TobyJnr wiki.

Brian downloads the Raspbian Stretch from the downloads site (https://www.raspberrypi.org/downloads/raspbian/) and then flashes it to a microSD card using etcher (http://etcher.io). Then, he explains about adding an .ssh file to the microSD card in the boot partition before inserting it in the Pi. Lastly, he talks about configuring Raspbian to be able to connect to your wifi.

After first booting the Pi, Brian quickly steps you through some setup or configuration of your Pi. You’ll want to follow along in the step-by-step instructions on the wiki for the configurations you need to make.

After you have the Pi on the internet, you have to update the Pi software and install additional packages, including Node-RED packages, which are detailed in the

step-by-step instructions on the wiki. Last step is to change the password for the Pi.

After setting up your Raspberry Pi, you’ll want to use Brian’s next Hands-on IoT video to wire together the hardware components.

Want More?

相關推薦

Build your own bot, TobyJnr: Setting up your raspberry Pi

In this video, Brian demonstrates how to set up your Raspberry Pi to use with your TobyJnr bot. You’ll want to first follow the instructions in this pr

Build your own bot, TobyJnr: Wiring the components together

In this video, Brian demonstrates how to wire together the components that make up your TobyJnr bot. These components include the Raspberry Pi board, t

Build your own bot, using a Raspberry Pi, SenseHat, and Node-RED

In this video, Brian introduces you to TobyJnr, a bot that he uses in the next several videos to teach you many key things about IoT development. T

Ask HN: What is your favorite way of setting up online store in 2018?

Reddit's /r/entrepreneur has a great selection of posts on this:Generally speaking it seems that Shopify is the most popular platform for quickly deploying

Setting up Storm and Running Your First Topology

oms yam org scratch connect tput mode don cep http://www.haroldnguyen.com/blog/2015/01/setting-up-storm-and-running-your-first-topology/

build your own website 1 -- how to install Apache Server

tps href root res apache2 sys targe serve name Operating System: Ubuntu 16.04 Web Server ? most often used Web Server software is freely

Snap Build Your Own Blocks輸入中文解決辦法

val 它的 解決方法 關心 信息 span 技術分享 應該 輸出 Snap Build Your Own Blocks輸入中文解決辦法 Snap! (formerly BYOB) is a visual, drag-and-drop programming languag

Build Your Own React - Part 4: Lists and Keys

The last and final feature we'll add to Minimum Viable React are keys. By keys, I refer to the key attribute that you should assig

Build Your Own React - Part 3: State and Lifecycle

In this part, we'll add state, i.e. setState() method, to our framework. We can already build stateful applications by passing down pro

Build Your Own React - Part 2: Components

In this article, we pick up where we left off in part 1. Our first app isn't particularly impressive, but it works well and has some fe

Build Your Own React - Part 1: Simple Elements

Build Your Own React - Part 1: Simple Elements   In this series of articles, we'll build a simple React-like framework. I call itMinimum Viab

How to build your own Neural Network from scratch in Python

How to build your own Neural Network from scratch in PythonA beginner’s guide to understanding the inner workings of Deep LearningMotivation: As part of my

Messenger Platform: Build your own chatbot for Facebook Messenger

Chatfuel is one of the major players that provides easy to use interface and requires almost no-coding until you chose to develop a static chatbot. To get

How To Build Your Own Lambda Deployer

How To Build Your Own Lambda DeployerIn my last article, we discussed replacing monolithic APIs with more nimble Serverless technology. We had a lot of que

How to build your own Twitter Sentiment Analysis Tool

In this article we will show how yo

How to build your own Facebook Sentiment Analysis Tool

In this article we will discuss how

DIY(也即Build Your Own) vSAN時,選擇SSD需要注意的事項

大家知道,選購vSAN有三種方式: 1)EMC VxRail、DELL vSAN Ready Nodes等超融合一體機,出廠前就已經預安裝好了ESXi和vSAN的; 2)vSAN就緒節點 進入到如下vSAN相容列表網站: http://www.vmware.com

AWS DeepLens Extensions: Build Your Own Project

AWS DeepLens provides a great opportunity to learn new technologies, such as deep learning and Internet of Things (IoT), as well as to build innov

Using Scrapy to Build your Own Dataset

Using Scrapy to Build your Own DatasetWeb Scraping (Scrapy) using PythonWhen I first started working in industry, one of the things I quickly realized is s

How to build your own ubuntu image with docker?

一. Build a ubuntu image and install sshd 1. Pull ubuntu docker pull ubuntu:14.04 2. Create Dockerfile FROM ubuntu:14.04 #updat