top of page

Application example of RaspberryPi

[RaspberryPi3 and "Windows 10 IoT Core"]

Books I found in the electric street in Akihabara on January 30 this year
  With reference to “IoT programming created with Raspberry Pi3” (Note 1)
I started "Windows 10 IoT Core" with my RaspberryPi3.
This is with the universal app newly introduced in Windows 10
It becomes the development environment of UWP (Universal Windows Platform).
The question is whether you can use it in the future, but ...

 

Note 1 Author: Shuhei Uda, Kenken Hayashi, Publisher: MyNavi Publishing Co., Ltd. Publication date: January 27, 2017 First Edition

 

February 4, 2017

[LED lights on / off with Raspberry Pi3 and slide switch]

We purchased Pi 3 following Raspberry Pi 2 model B.


Follow the steps below to understand "Program to turn on / off the LED with slide switch".


1. Connect GPIO with the circuit of LED and resistor only. After that, the software (sample source 1) is turned on to turn on the LED.


2. Connect the slide switch and the resistor only circuit to GPIO. After that, the state of switch on and off is input by software (sample source 2).


3. Finally, without changing the above two circuits, it is possible to "turn on and off the LED with the slide switch" with only software changes.

The change in the software was as follows: "Copy two lines of sample sows 2 execution statements and add them to sample sows 1."


September 26, 2016

bottom of page