Independence Systems Yokohama

My Name is Goro Nishida. I'm a software engineer living in Yokohama, Japan.

*

wifishld2-150x101

Using CC3000 Wifi shield

  2015/12/04    Arduino

Hi, everyone. This is an arduino shield for the CC3000 WiFi Module. SparkFun WiFi Shield – CC3000 In this article, I’d like to show you how to use HTTP method(GET and POST) by the shield. First of all, you need …

vc

Visual C++ CRT build error(C4996) issue

  2015/10/08    Visual C++

Hi everyone! In this article, I’d like to talk about Visual C++ CRT build error(C4996). The build error occurs when we use C runtime library(CRT). I always use _CRT_SECURE_NO_WARNINGS macro for the issue. At first, I made a VC++ project …

console2

Raspberry Pi setup without monitor and keyboard #3 console cable

  2015/10/03    Raspberry Pi

Hi everyone! I’d like to show you how to use console cable for set up Raspberry Pi. When you can’t use SSH, it’s very useful to use console cable. I bought it from adafruit. The price is $9.95 and the …

connect2

Raspberry Pi setup without monitor and keyboard #2 basic configuration

  2015/09/29    Raspberry Pi

Hi, everyone! This article shows you how to setup Raspberry Pi through SSH. Please refer to the following link for a last article. Raspberry Pi setup without monitor and keyboard #1 Raspi-Setup First, connect to the Raspberry Pi Put hostname …

raspi2-2

Raspberry Pi setup without monitor and keyboard #1 SSH

  2015/09/29    Raspberry Pi

Hi, everyone! This article shows you how to setup Raspberry Pi without monitor. At first, this is for people who used to use command line. If you don’t usually use command line, I think it’s better to use monitor and …