Tutorial about controlling multiple Arduinos via Bluetooth Low Power (BLE) with python multi-threading.
Category: IoT Gateway
Install pip in the Raspberry Pi & using requests for HTTP request via JSON
Setting up pip and making HTTP JSON request with python
Connect to Raspberry Pi via SSH WiFi through Router
Setup: Enable the SSH server from the config menu: sudo raspi-config Setting up WiFi for the Pi: http://raspberrypihq.com/how-to-add-wifi-to-the-raspberry-pi/ In order to connect to the Pi via SSH through router, we have to fix the IPÂ address of the Pi. In order to allow the Pi sending requests to the server (localhost in my laptop), we have … Continue reading Connect to Raspberry Pi via SSH WiFi through Router