MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups

    Project help: Arduino Powered Bluetooth Key Finder

    Arduino
    bluetooth arduino
    4
    10
    1561
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Geethesh
      Geethesh last edited by salmanfaris

      I want to make a small key finder with ATtiny 45 AVR(microcontroller) ,hc-05 Bluetooth module and buzzer.
      #How can I make a microcontroller stability circuit.

      #Please tell me about the circuit connections.

      #should i want to connect external oscillator circuit
      block diag

      Suhailjr 1 Reply Last reply Reply Quote 0
      • Suhailjr
        Suhailjr @Geethesh last edited by

        @Geethesh welcome to makergram. It's is great to know that you are gonna build a ble keyfinder. Let me point out few things to build a ble keyfinder. First of all battery is a main part of a keyfinder. So you should use low power consumption components and modules to build your hardware. HC05 will use pretty much power. So hc05 is not recommended for low power applications. instead you can use an ble module which will works on low energy. A recommended chip is nrf51822 SoC. Wich comes with built in ble. The most using SoC for ble applications in market. Basically you can find it in bluetooth keyboards and mouse. Attiny45 is a good microcontroller for low power applications but I would recommend you to use a ble SoC chip. I didn't get what for the reset button. Can you explain a little bit?

        Geethesh 1 Reply Last reply Reply Quote 1
        • Geethesh
          Geethesh @Suhailjr last edited by

          @Suhailjr thank you for the help ,is HM-10 is ble .
          i have edited(deleated) the question about the reset .
          plese tell me will hm -10 works for me

          1 Reply Last reply Reply Quote 0
          • kowshik1729
            kowshik1729 last edited by

            @Geethesh Hello. First of all greetings from makergram community. I would like to brief you with the architecture aka block diagram that you've mentioned.

            1. The microcontroller which you are trying to use is good for the application. Your choice of component is very appreciable.

            2. Regarding the connection diagram, to answer your question should i want to connect external oscillator circuit my answer is NOO. Because if you look into the datasheet of the Attiny85(same as ATtiny45) you can notice that it has an On-Chip 8MHz oscillator 👇. So, you can breathe now as you don't have to put an external oscillator circuit. Don't worry about the timing issues, they are industry calibrated.

            280f3ab1-dd25-4f58-bb11-d3859c0e86e5-image.png

            1. Coming to the architecture part, I suggest you not to use HC-05 because it is a Classic Bluetooth. You cannot use them for BLE applications. So, HM-10 can be used for BLE applications. I guess if you have made an little research about this project on youtube you will come across this video Bluetooth Key Finder Video link Please watch this video where he makes a similar project of finding keys in the room using his BLE remote.

            Please reach us in case of queries. All the best..!!

            Geethesh 1 Reply Last reply Reply Quote 1
            • Geethesh
              Geethesh @kowshik1729 last edited by

              @kowshik1729 thank you for replay

              1 Reply Last reply Reply Quote 1
              • salmanfaris
                salmanfaris last edited by

                Hi @Geethesh, If you are building simple POC (Proof of concept ) or Quick prototype then the HC-05 is enough with the ATtiny.

                • For the ATtiny45 minimum circuit you only need one Pull up resistor for Reset, and one Filter capacitor between VCC and ground and you also need to populate ICSP pins for programming

                • You also need only two external componts HC-05 and Buzzer .
                  keyfindner.png

                • In the this project we did't require any external oscillator , the internal 8mhz should be fine .

                Geethesh 1 Reply Last reply Reply Quote 2
                • Geethesh
                  Geethesh @salmanfaris last edited by Geethesh

                  @salmanfaris thank u for the details and circuit

                  1 Reply Last reply Reply Quote 0
                  • salmanfaris
                    salmanfaris last edited by

                    @Geethesh , keep in mind ATtiny series doesn't have Hardware Serial, so you should use the SoftwareSerial for that you also need two more for UART communication (Rx, Tx) between Arduino and Bluetooth.

                    1 Reply Last reply Reply Quote 1
                    • kowshik1729
                      kowshik1729 last edited by

                      @Geethesh In case if you live near kalamassery(where Fablab is situated) I strongly suggest to go to Fablab where you can find all the necessary tools and IC's required.

                      Geethesh 1 Reply Last reply Reply Quote 1
                      • Geethesh
                        Geethesh @kowshik1729 last edited by

                        @kowshik1729 yes

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Recent Posts

                        • @codelery Awesome. That's great news. Kudos to @rafitc99 . 🙌

                          @codelery Please keep us updated about your project, looking forward to seeing it in action 🤩

                          • read more
                        • C

                          @rafitc99 I changed the buffer and that solved the problem. Thanks a lot for coming to my rescue.

                          • read more
                        • C

                          @salmanfaris I did change the buffer size and everything is working perfectly. Thanks coming to my rescue.

                          • read more
                        • @codelery said in Help needed: Arduino Wireless Notice Board project:

                          I am using the hardware serial (pin 0 and 1 on Arduino Uno)

                          As @rafitc99 mentioned, you need to expand the Serila buffer, in the hardware serial also the Arduino board package implements a 64-byte ring buffer for send and receive on the hardware serial messages. So you need to change that to 256 as per your message length.

                          • read more
                        • C

                          @rafitc99 The thing is that I am not using the SoftwareSerial library in receiving the message from the first microcontroller. I am using the hardware serial (pin 0 and 1 on Arduino Uno)

                          • read more
                        By MakerGram | A XiStart Initiative | Built with ♥ NodeBB
                        Copyright © 2023 MakerGram, All rights reserved.
                        Privacy Policy | Terms & Conditions | Disclaimer | Code of Conduct