Hello,
I want to send a notification to my phone thanks to an hc 05 module,
I need to send a notification when a movement has been detected thanks to a captor but I don't know how to program it and neitheir how to put all the wires together
I don't know how to program it and neitheir how to put all the wires together
Then you are starting with a project that is too complicated for you.
Start by looking at the examples in the IDE to see the structure of an Arduino program. Change the examples to use different inputs and timing. Add print statements to the examples to indicate which code is being executed and the value of key variables. Understand what is going on in the examples.
Is there a library for the HC05 ? Has it got any examples ? Run them and experiment.
Then, and only then, consider moving on to your project.
By the way. Don't cross post I need help !! - Project Guidance - Arduino Forum
Sorry for crossing posts but it is the first time I post on the arduino server.
I'm not a real beginner at programming cause I'm learning it and I'm coding a game for an other school project.
My school has hc-05 and all the suff I need. I've already done a program that lights up a led when an object is positionned in front of the captor but now I just need to replace the LED by a bluetooth system
I assume that you have done a search for HC05 and Arduino.
I only got 476,000 hits ...