Friday, November 29, 2019

SBCFinder: Banana Pi BPI-F2S

SBCFinder: Banana Pi BPI-F2S: A perfact place to compare different SBC's. The website host a databse of different SBC along with their features. SBC like Raspberry Pi, Banana Pi etc are hosted.

Wednesday, November 27, 2019

SBCFinder: NanoPi M4B

SBCFinder: NanoPi M4B: Checkout the #newest offering from Friendlyarm​, the new #sbc #nanopi #m4b. Checkout the specs and compare it with other #sbcs such as #raspberrypi #wglabz #sbcfinder #weargenius

Monday, July 10, 2017

Getting started with Linkit Smart 7688 DUO | First Look



        You can Subscribe on YouTube by clicking this link to show your support and be updated with the latest video on the channel like this. Subscribe: http://bit.ly/2d8pHge



        In this video, we will see the specs of the module, Configure using the web interface, will access the terminal using SSH. So being said that let's get started. Now coming on to the board this comes is two flavors those are Linkit Smart 7688 and Linkit Smart DUO.Over here what I am having is the DUO module.The difference between both is that the DUO has an ATMEGA324 controller apart from the main MPU which can be programmed using Arduino. Checking out the board on the front side u get 2 Micro USB socket out of which the top one acts as am USB host so that u can connect USB devices to it. The second one is for providing power to the module which can be connected to any USB power source.In between the USB sockets, it has two LEDS which shows power source status and Wifi status. The Wifi LED also shows system status like if it is in AP or Station mode and much more. After that, we get 3 tac switches which are for MPU Reset, Wifi Reset and MCU reset. In the front side, most of the area is covered by the shield which hides the MPU below it which is MT7688 MIPS24KEC controller having WiFI and Ethernet stack and clocked at 580 MHz. It also features 128MB of DDR2 RAM. After that, on the front side, we also get the chip antenna for WiFi and an IPEX connector if you want to add your own high-gain antenna. Now coming to back side of the module it features MicroSD card socket the Atmega324 microcontroller for Arduino which is clocked at 8MHz. In the back side, you can also see the  32 MB of flash memory chip. Coming onto the GPIO exposed as male headers from the module they feature 27GPIO, 12 ADC with 3.3V, 8 PWM, 1 I2C, 1 SPI,8 External interrupts, 3 UART Lite ports.

Sunday, June 18, 2017

DHT12 Temp & Humidity Sensor Interfacing with PI | Raspberry Pi #27





DHT12 Humidity and Temperature Sensor Interfacing with Raspberry Pi by using JAVA and Pi4J. This uses the I2C interface of the sensor and Pi. If like you can Subscribe on YouTube by clicking this link to show your support and be updated with the latest video on the channel like this.

Subscribe: bit.ly/2d8pHge

Monday, October 31, 2016

Custom Character Generator for MAX7219 based 8x8 LED Matrix | Geeky Way



In this video i will show you a custom character generator for MAX7219 based 8x8 LED matrix. The app is developed using JAVA. If you are interested in making some updates to it you can cjheckout my repository on github. All links are provided in video description.


Wednesday, October 26, 2016

Fedora 25 on Pi | Raspberry Pi

Finally Fedora 25 beta version is out with the support for Raspberry Pi 2/3. Why not to give it a try ? In this video let's check it out how it works

Thursday, September 22, 2016

Smallest Arduino Dev. Board | Digispark AtTiny85 | Getting Started





Subscribe YouTube : https://goo.gl/FhfdL7



Website : http://www.weargenius.in

Twitter : https://twitter.com/geekybikash

YouTube : https://www.youtube.com/weargenius

Instagram : https://www.instagram.com/weargenius/

GIT : https://github.com/oksbwn


Thursday, September 15, 2016

Read Analog Signals | MCP3208 | Raspberry Pi





​This video is all about connecting MCP3208 with Raspberry Pi and accessing it using JAVA.

----------------------------------------------------------------------

Repository : https://goo.gl/7NRe5n

Schematic : https://goo.gl/kbkhj4

Code : https://goo.gl/J0BT8p

Compiled JAVA App: https://goo.gl/pvb6Sp

Lib :  https://goo.gl/NyI9vL

----------------------------------------------------------------------

Subscribe : http://goo.gl/gM134X



Wednesday, September 7, 2016

Pi 3 as BLE Beacon | Raspberry Pi

Published on Sep 6, 2016

You can use your Raspberry Pi laying around as BLE Beacon.
########################
Links:
Beacon URL Calculator : http://goo.gl/QVaguX
About BLE :http://goo.gl/KpAmlF

Raspberry Pi 3 : http://goo.gl/Oa8KKu
___________________________________________
Guys Subscribe to my channel for latest contents into your inbox.
Support me to keep going.

Subscribe : http://goo.gl/gM134X

____________________________________________

Blog : http://goo.gl/8BTy4z
Twitter : http://goo.gl/1UVHjG
GIT: https://goo.gl/L71Oct

Saturday, August 27, 2016

SQLite | Interact using JAVA | Raspberry Pi



This tutorial is an overview of interacting with SQLite database using JDBC connector running on Raspberry Pi. It's not about learning SQlite. I have tried to show briefly how it can be done.

---------------------------------------------------------------------------------------

SQLite Getting STarted : http://goo.gl/UuQvzV

Java Application on Pi :  http://goo.gl/5zGGME

Monday, August 22, 2016

Arduino | Tutorial | MCP23008 Interfacing



MCP23008 8 Pin Port Expander with I2C interface IC with Arduino. This enables to have more digital GPIO on Arduino or any other uc.

########################

Links:

MCp23008 Connection Diagram :  https://goo.gl/rLdO2k

Pins all HIGH Code  : https://goo.gl/cse7eL

Pins all LOW Code : https://goo.gl/Y9fMij

Pins all BLINK Code : https://goo.gl/vYCJJ0

Pins as INPUT Code : https://goo.gl/tZr0rL



Datasheet MCP23008 : http://goo.gl/KlIULy

___________________________________________

Guys Subscribe to my channel for latest contents into your inbox.

Support me to keep going.



Subscribe : http://goo.gl/gM134X

_________________________________________

Blog :http://goo.gl/8BTy4z

Twitter : http://goo.gl/1UVHjG

GIT: https://goo.gl/L71Oct

Thursday, August 11, 2016

Autostart Applications | Raspberry Pi | crontab | rc.local & more



This tutorial demonstrates 4 different methods to run GUI/ Non-GUI based application when the Raspberry Pi boots up.
1. Crontab
2. rc.local
3. _file_.desktop
4. init.d folder
test.jar application used in the tutorial : https://goo.gl/tO4sWg
########################
Commands::
1. Crontab:
        $ sudo nano cronatb -e
Add the following lines
@reboot /usr/bin/java -jar /home/pi/Desktop/test.jar
2. rc.local
        $sudo nano /etc/rc.local
3. _file_.desktop
      Contents:. https://goo.gl/Zbe5uS
4.  init.d folder:
       $cd /etc/init.d
       $sudo nano app
                    app Contentes: https://goo.gl/GjDxiB
       $sudo chmod +x app
       $sudo rc-update.d app defaults
__________________________________________

Monday, August 8, 2016

Arduino | Tutorial | MCP23017 Interfacing







MCP23017 IC with Arduino. This enables to have more digital GPIO on Arduino or any other uc.
########################
Links:
MCP23017 Pin Diagram:  https://goo.gl/moQKfh
PORTA as Output : https://goo.gl/Q7tJPN
Blink PORTA Pins : https://goo.gl/8EnL4U

Saturday, August 6, 2016

Serial Communication | JAVA | Raspberry Pi





Serial communication with PC/External Devices using UART pins. I have used Pi4J library with JAVA.
########################
Links:
Pi4J Project : http://goo.gl/yKxdoQ
Pi4J Library : http://goo.gl/Yfkk2P
____________________­____________________­___
Guys Subscribe to my channel for latest contents into your inbox.
Support me to keep going.

Subscribe : http://goo.gl/gM134X
____________________­____________________­____


Blog :http://goo.gl/8BTy4z
Twitter : http://goo.gl/1UVHjG
GIT: https://goo.gl/L71Oct

Monday, May 23, 2016

Arduino | Tutorial | Cheap Ethernet Connectivity using ENC28J60


This is all about a cheaper alternative to Ethernet Shields of Arduino to connect Arduino to Internet or LAN.

########################
Downloads
Ethercard : http://sh.st/P6yQt
Arduino : http://sh.st/PEvaP
Code :
____________________________________________

Guys Subscribe to my channel for latest contents into your inbox.
Support me to keep going.


Blog : www.weargenius.blogspot.in
Twitter : www.twitter.com/weargenius

_______________________________________________________________
Crimson Sky by Arc North https://soundcloud.com/arcnorth
Creative Commons — Attribution 3.0 Unported— CC BY 3.0
http://creativecommons.org/licenses/b...
Music provided by Audio Library https://youtu.be/kNSyjm5dTqg

Monday, March 14, 2016

Wear Dreamers

We are the dreamers
                    with a dream of flying high
We try to touch the sky,
                    And go to a boundless world.
We believe in what we are,
                    We do what we can.
Nothing can stop us,
                     because we are the dreamers.

              
Our dream is to built an INDIA,
                       which world will know.
We tempted to achieve our goal,
                       And eager to score it.
 Everybody will know us,
                       because we are the dreamers.
              
              
We dream to reach beyond the universe,
                       To the house of stars.
We and our knowledge,
                       that will make our dream true.
We never stops
                       because we are the dreamers.

Friday, March 11, 2016

Take a tour of my Home Automation System- Uncut Video

    I have uploaded a uncut video of my home automation system . Please share your feedbacks and subscribe to my youtube Channel.

Wednesday, March 9, 2016

Automated Audio Controller based on Arduino Pro Mini



These are some of the images of the Audio Controller Module that i have designed for my Smart Home to provide audio feeds from many devices to one or many output audio channels. It's a simple selector not a mixer. Later on I will pro

Tuesday, March 8, 2016

CRC16 Calculator using JAVA

           CRC codes are numerously used fro error checking purposes. So many times working around Embedded Devices you will find CRC used in different communication protocols. So guys here i have written a piece of code to generate CRC16 using provid

Saturday, February 27, 2016

Calculate Energy Usage using Current Sensor ACS712 30A



                 This is a simply cheap solution to calculate Energy consumed by your gears..But still the accuracy i have not tested..Buy a

Measure Distance using Ultrasonic Sensor (HC-SR04) for Robots using Arduino



                 This is simple example to use HC-SR04 ultrasonic transceiver to calculate the distance of a object.  This is simply done by sending a pulse from the module and receiving the echo by it. Then the distance is calculated by considering the time elapsed to receive the echo.

Thursday, February 25, 2016

Use TRIAC as Relay

           Mostly we all use relays to control AC loads as they are widely available and cheaper.. But things becomes complicated as they are bulky and makes noise......everyone knows where i have placed my

Wednesday, February 24, 2016

Making PCB at Home


              By using the conventional APBS which are available in market ,making circuits becomes messy as you have to do all the connections using the wires and of-course it looks ugly.So to avoid that and get a beautiful circuit of your own at a cheaper cost i  am providing this article.


To make own PCB we need Copper cladded board,Hydrochloric acid,hydrogen peroxide,one driller,laser printer,Software to make the circuit design,magazine paper ,one press iron and water.I  have given where can you get all the materials.Now all the processes step by step..

Screenshots of my SmartHome Android App..


Guys here are some screenshots of the Android App used to control devices in my smart home that i am working on....

Tuesday, February 23, 2016

Getting started with ESP8266-01

         
                 Wi-Fi.....Sounds good right....What if you can make your next project with Wi-Fi interface and with cheaper cost even if lower then ENC28J60 based Ethernet module.....I am sure you will be the happiest one....So how is that possible..? Ya you red right you can get Wifi at cheper price then ENC28J60 and that's by using ESp8266 Wi_Fi modules.

               These modules are extremely cheaper and easy to use. In this post i will post about how to get started with ESp8266-01 modules.


Tuesday, February 16, 2016

3G Connectivity With Raspberry Pi using Huwaei E303 Dongle

  Hi Guys. In this post we will see how to provide internet connectivity to Raspberry Pi using 3G USB dongle. This comes handy in many cases.The internet connection will be provided by a Huawei E303 USB 3g dongle on the vodafone network Odisha.



Setup
                            Power Source -------->RPI--->(USB) 3g Dongle
         
  The USB port of the PI doesnot have enough power to provide to a 3G dongle so if you plug directly the dongle onto the Pi the Pi may behave unwantingly which can be avoided by using an externally powered USB hub. I Raspbian Wheezy on Raspberry Pi. Next is after connecting the dongle to the Pi is to check if that has been detected by Pi. To get a list of USB connected devices type :

   $ sudo lsusb

Monday, February 8, 2016

RFID With Arduino

    Hello visitors..... Its been a hard time working with my home automation system..And this week I was working with access control system. The end goal was to allow only the authorised user to use my home automation system as well as my system can keep track of the users in and out activity. It now knows exactly i am inside or not or one of my friend is inside. For that i have used RFID Reader as well as Mobile App access token......

    Today with this post i will share how to Interface EM18 RFID reader with Arduino. EM18 is really simple to Interface.

Friday, February 5, 2016

PIR Sensor with Arduino



                           PIR sensors are really simple and easy to use as well as cheap motion detection sensor. The feature that it is easy to interface with any microcontroller makes it widely usable. Here i am providing a simple Arduino sketch to interface it with Arduino.

Circuit Diagram :

Tuesday, January 12, 2016

Send note as E-Mail from PC application using JAVA

Hi guys. This is my first post using my home management system. Here i am going to post codes on making a simple app that can be used to send email with notes to your own mail. this comes handy when you are working on office or other PC and you want to save something interesting, In that scenario hopefully you will not be interested to open your mobile and get on typing. Hope this helps. But to use this you need to enable IMAP and POP in your mail settings.

** Make sure yo change your mail username and password in saveNote.java File.
From now on i will be providing codes on bitbucket only.


Saturday, October 17, 2015

OSMC (XBMC) Remote using JAVA

hi guys its been a long time since my last post. But here comes a post you would really like. It's something i have been looking for a while now.