How to communicate with digital devices like sensors, ADC, DAC for IOT (over I2C and SPI protocols)

Digital devices like sensors are the key element for the highly-connected ‘Internet of Things’ (IoT) networks that are increasingly being used in ‘smart city’ and ‘smart grid’ designs. Digital interfaces for the latest sensors, like temperature sensors, pressure sensors, humidity sensors are simplifying the interface to the IoT to enhance the reliability and functionality of systems. The Internet of … Read more

Drone Wireless Video Transmission – Technologies, Challenges and Probable Solutions !

Lately, drones have become very popular both as professional tools and for recreation and air sports competitions. Drone or UAV (Unmanned Aerial Vehicle) are generic terms that include many types of unmanned, remote-controlled aerial vehicles. This includes fixed-wing planes, helicopters, and multi-rotors. Professional drones have a wide range of applications. Aerial photography during sports events does … Read more

IoT Kits and Leaning Resources — Rapid Prototype your IoT Idea

The Internet of things (IoT) is the inter-networking of physical devices, vehicles, buildings, and other items embedded with electronics, software, sensors, actuators, and network connectivity which enable these objects to collect and exchange data which offers instant access to detailed information about their health, their environment, and their machines. For developers, however, the IoT levies a very broad … Read more

IoT Evolution and Market

Majority of industries recognize that M2M and IoT have become the key growth opportunities for telecommunication service providers and enterprises of various sizes in the next decade. Many of us may have questions about M2M and IoT, which can be: How IoT started? What are the key market drivers for IoT? What is the market … Read more

Sending simple data to other apps Like Share Via

Sending simple data to other apps Like Share Via In this Article, I am sharing how to share via simple sending data to other apps. When you use an intent, you must specify the action Intent to “trigger.” Android defines several actions, including ACTION_SEND which, as you can probably guess, indicates that the intent is sending data … Read more

Android Recycler view list with Swipe Refresh and Search bar in recycler list

Android Recycler view list with Swipe Refresh and Search bar in recycler list In this article, I am sharing how to used recycler view in android and Swipe Refresh list to refresh the recycler view list with a search bar to search any item in the recycler list easy. It’s very easy to implement these just … Read more

Android Splash Screen Animation

Android Splash Screen Animation Hey everyone, in this example I am creating a splash screen with animation . is very easy to implement these you can just follow the simple step to implement these and create an animated splash screen in android. Step 1: First one to  Start Android Studio Step 2 :  Seconds step to … Read more

How to used Image slider in Android SliderLayout

 Image slider in Android Slider Layout Hey in these I am sharing Image slider with API. In this tutorial, I get image list and show on Slider and use the time duration to slide image . and used network library volley to get response throw API, its a easy way to used multiple image show … Read more