in Hyd, I used to go to Haridas market in koti.
Also, Gujrati Galli, which is near Koti as well. If you are in Bangalore, SP Road it is.
btw breadboards are no longer 40rs these days. prices have gone up. MB102 costs 90-100rs. Also, 90% of these shops, online or offline, source stuff from Ali Express and sell them here.
on the other hand, for home automation, you will need some good sensors and you can get the latest and best sensors in through samples. for free.
From where? Appreciate some links.
@Jasku as Booo already suggested you need sensors. What are you trying to do?
@hotshot05 also can recommend you some stuff.
1. If you want lights to turn on when someone enters the room, you get door mat switch, which reside below the mat and complete the switch
2. Or you can get a PIR Sensor HC-SR501 (costs 100-120) and build your own circuit. Or you can get a readymade one like
this. You also need a Relay (go with opto-coupler ones).
3. #2 sensor can be also used for intruder alert
4. You can get Ultrasonic sensor HC-SR04, which can be used to measure distance in near by objects.
5. If you want to control everything over internet, get ESP8266 - ESP 03. It's like a cheap ass arduino board with wifi built in. Costs like 200
6. You can couple ESP8266 with Arduino Nano (clone costs 200)
7. If you want to control stuff over bluetooth, get HC-06 (costs 200-250)
8. If you control wirelessly, get 315Mhz or 433Mhz Transmitter and Receiver RF
9. You can use IR Receiver and control everything using your Tv remote
10. Interested in gardening? You can use sensors like DHT-11,
this and
this for humidity, moisture, rain drops
11. Add ESP8266 with #10, you can water your plants online using some servos or something.
12. You can use a photo resistor which turns on/off inside lights based on sunlight/sunset
13. Using some push buttons you can make your TV turn on whenever your ass lands on the sofa
14. Use a solenoid lock and have your door locked/unlocked over internet, bluetooth etc.
15. Add a 4x4 keypad and make your door password protected
These are some ideas and components I can think of now. As Booo said, use these things to prototype and then you can get a good quality PCB done*
---
Here are some of things I have ordered today. Do note that I already have breadboard, wires, relay etc. I have some project ideas, including home automation, so for prototyping I am getting all these. I want to learn some advanced programming (Machine Learning? Image Recognition? AI?) rather than get into electronics. Specially I want to learn C/C++, for these things embedded stuff is great. I also teach programming to noobs/kids (just basics, loops, controls, functions -- I am a noob myself
![Stick Out Tongue :p :p](https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f61b.png)
), so I bought some stuff in multiple quantities.
Ali Express:
Breadboard with power supply -
http://www.aliexpress.com/item/MB10...oard-830-Point-Jumper-cables/32259571737.html
Just poer supply module -
http://www.aliexpress.com/item/Brea...ard-DIY-2012-New-Free-Shipping/577734407.html
0.96" OLED -
http://www.aliexpress.com/item/0-96...ED-LCD-LED-Display-Module-for/2053302733.html
Bunch of LEDs -
http://www.aliexpress.com/item/100p...lue-Assorted-Kit-DIY-LEDs-Set/1952164521.html
Stepper Motor with ULN2003 driver -
http://www.aliexpress.com/item/2PCS...er-motor-note-the-blue-plate/32290477976.html
2 channel relay -
http://www.aliexpress.com/item/New-...DSP-Electronic-10A-raspberry/32271123722.html
Bunch of wires -
http://www.aliexpress.com/item/Free...o-female-and-female-to-female/1844403231.html
Ventor:
Probots:
Hacktronics:
---
I am also thinking to get
this and internet component to it. Also, this same thing can be used as wireless relay which is even more safe than opto-coupler ones.
---
If I have posted any wrong information, please let me know.
*though I have no idea how it is done, how costs are cut etc etc.