Developers' Point
Place for articles, tips and tricks related to hardware(Arduino, Raspberry Pi, Microcontroller,etc) and software( Nodejs, Python, Django, etc) development.
Understanding How To Make Post Request Using Nodemcu
Guide for making POST request using nodemcu. This is begineer's level tutorial on how you can post data to web server using nodemcu.
Interfacing OBD II with Raspberry Pi in Easy Steps Part-2
This is the continuation of article named "Interfacing OBD II with Raspberry Pi Part-1".I will be using raspberry pi 2 and SIM 808 for GPRS connection to send data to server.We get obd data as described here.And we send data to server through AT commands using SIM 808.
The Unconventional Guide to Nodejs for Arduino
This article is continuation of previous article named Arduino And Python but using NodeJs.Follow steps 1 and 2 of that article to load standard firmata code to arduino. I am going to use arduino-firmata.js, a NodeJs module for this article.You can find source code for the library here.
The Complete Beginner's Guide to Python for Arduino
In this article,I am going show you how to use python for arduino.
For this I am going to use firmata library.
First you need to upload standard firmata code which is available in arduino example in arduino IDE, into your arduino(I am using arduino uno).
The Complete Beginner's Guide to TCP Server and Client
In this tutorial, I am going to make simple tcp server using NodeJs and and tcp client using NodeJs and Python.
Interfacing OBD II with Raspberry Pi in Easy Steps Part-1
This is the OBD II module or cable I have used for this project. I bought it from https://www.scantool.net/obdlink-sx/.It has in-built Serial to USB converter so that it will be easy to interface with Raspberry Pi through USB.I have used Raspberry Pi 2 for this project but any version of Pi will do.
Subscribe to:
Posts (Atom)