Skip to main content

Posts

Upgrading Firmware to HM-10 CC2541 BLE 4.0

HM-10 BLE 4.0 Module CC2541 MCU can be set up,also can controlled by a remote Bluetooth device for setting,can transfer data, and can remotely control 10 PIO pins,so,the best choice is HM-10 bluetooth module. It can replace HC-05, HC-06, HC-07 etc. Support Central and  Peripheral mode switch, modify by AT commander . The Bluetooth UART RS232 serial Converter Module can easily transfer the UART data through the wireless Bluetooth, without complex PCB layout or deep knowledge in the Bluetooth software stack, you can combine this bluetooth module with your system: Any Micro controllers, ARM or DSP systems can be interfaced with HM-10. SOC systems. Personal Digital Assistants (PDAs) Computer Accessories Other systems your want to use under bluetooth functions. DEVICE FEATURES Fully Qualified Bluetooth V4.0 BLE module Full Speed Bluetooth Operation with Full Piconet Support and Scatternet Support Increadible samll size with 3.3V input, and RoHS C...

Let's start setting up Arduino YUN - IOT Prototyping Board

Arduino Yún is the one of the best prototyping boards used for building Internet of Things applications. Unlike others, Yún is smaller in size and also enabled with inbuilt WIFI connectivity and Linux running machine. Yún consists of two IC's Atheros AR9331 runs OpenWRT-Yún Linux build with OpenWRT Wireless Stack and a 8-Bit Atmega-32u4 used to hook up the sensors, Actuators,etc., for collecting the sensor DATA. So with this we can collect the data and push to the cloud API. Both the IC's are connected with a BRIDGE using serial port. OpenWRT-Yún Linux mainly built for embedded platform comes with inbuilt Python 2.7.4 installed and you can also install ruby, node or PHP as you prefer. Once configured with the wifi network, the Atmega 32u4 can be programmed via wifi as well as usb port. PREREQUISITES Format the SD Card to work with Arduino Yún storage. Install the Latest Version of the Arduino IDE (1.5.6 or later) to download the software click this Ar...