-->
Page 1 of 1

Respberry pi2 model b v 1.1 starting ?

PostPosted: Thu Aug 24, 2017 4:38 am
by Ankur Rastogi
Hi All,

Can anybody help me find some starting step by step process documentations regarding hardware connection, software for below provided boards with raspberry pi2 model b v1.1

1. Serial ESP8266 Remote Serial Port WIFI wireless module, WiFi Serial Transceiver Module
http://www.amazon.in/Serial-ESP8266-Rem ... ge_o02_s00

2. NodeMCU
ESP32 Wifi Bluetooth Development Board
http://www.amazon.in/ESP32-Wifi-Bluetoo ... ge_o04_s00

---Thanks
Ankur

Re: Respberry pi2 model b v 1.1 starting ?

PostPosted: Sat Aug 26, 2017 11:52 pm
by gdsports
You did not specify what language you want to use. There are many options such as basic, micropython, and even javascript.

I would avoid the ESP-01. If you want to use an ESP8266, buy a board based on the ESP-12 module such as a NodeMCU devkit 1.0 or a WeMos D1 mini. They are much easier to use and have more pins than an ESP-01.

If you want to use the Arduino IDE, there is a version for Linux ARM that works on Raspberry Pi 2 and 3.

https://www.arduino.cc/en/Main/Software

Once you have the IDE up and running, install the ESP8266 board support.

https://github.com/esp8266/arduino#inst ... ds-manager

I have no idea if you can develop for ESP32 on a Pi. The Arduino ESP32 package has not yet been released so it is not as easy to install and use as the ESP8266 package.

https://github.com/espressif/arduino-es ... -wifi-chip

Re: Respberry pi2 model b v 1.1 starting ?

PostPosted: Sat Aug 26, 2017 11:57 pm
by Ankur Rastogi
Thanks for responding!!

I am asking for c language..additionally and specifically for respbarry pi 2 modal b v1.1..

for Arduino I have data..

Regards.
ANKUR