Connecting the ESP8266 Wi-Fi module to PC and trying out some AT Commands.The ESP8266 is a low-cost Wi-Fi chip with full TCP/IP stack and microcontroller capability produced by Shanghai-based Chinese manufacturer, Espressif Systems. The chip first came to the attention of western makers in August 2014 with the ESP-01 module, made by a third-party manufacturer, AI-Thinker. This small module allows microcontrollers to connect to a Wi-Fi network and make simple TCP/IP connections using Hayes-style commands. However, at the time there was almost no English-language documentation on the chip and the…
Read MoreMonth: September 2016
Getting Started with Smallest Arduino | Digispark AtTiny85
The Digispark is an Attiny85 based microcontroller development board similar to the Arduino line, only cheaper, smaller, and a bit less powerful. With a whole host of shields to extend its functionality and the ability to use the familiar Arduino IDE the Digispark is a great way to jump into electronics, or perfect for when an Arduino is too big or too much. Specs: Support for the Arduino IDE 1.0+ (OSX/Win/Linux) Power via USB or External Source – 5v or 7-35v (12v or less recommended, automatic selection) On-board 500ma 5V…
Read MoreMCP3208 I2C ADC Interfacing with Arduino
The MCP3208 12-bit Analog-to-Digital Converter (ADC) combines high performance and low power consumption in a small package, making it ideal for embedded control applications. IC features a successive approximation register (SAR) architecture and an industry-standard SPI™ serial interface, allowing 12-bit ADC capability to be added to any PICmicro® microcontroller. IC Features 100k samples/second, 8 input channels, low power consumption (5nA typical standby, 400 µA max.active), and is available in 16-pin PDIP and SOIC packages. Applications for the IC include data acquisition, instrumentation and measurement, multi-channel data loggers, industrial PCs, motor control, robotics,…
Read MoreMCP3208 SPI ADC Interfacing with Raspberry Pi
The MCP3208 12-bit Analog-to-Digital Converter (ADC) combines high performance and low power consumption in a small package, making it ideal for embedded control applications. IC features a successive approximation register (SAR) architecture and an industry-standard SPI™ serial interface, allowing 12-bit ADC capability to be added to any PICmicro® microcontroller. IC Features 100k samples/second, 8 input channels, low power consumption (5nA typical standby, 400 µA max.active), and is available in 16-pin PDIP and SOIC packages. Applications for the IC include data acquisition, instrumentation and measurement, multi-channel data loggers, industrial PCs, motor control, robotics,…
Read MoreDHT11 | Interface using JAVA | Raspberry Pi
The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air, and spits out a digital signal on the data pin (no analog input pins needed). Its fairly simple to use, but requires careful timing to grab data. The only real downside of this sensor is you can only get new data from it once every 2 seconds, so when using our library, sensor readings can be up to 2 seconds old. Source : Adafruit…
Read More