When I disconnect the Bluetooth module from the system, I measure room temperature as 25 C.
However, when I connect BT module to system, there is a noise in circuit. This will cause high voltage on LM35 pins and false measurement of temperature. Also, this noise increases time by time.
Can someone help me?
Thanks in advance.
The BT module should not be connected to the TX/RX pins of the Nano.
Those pins are already used by the USB<>Serial chip.
Use SoftwareSerial on two different pins.
You didn't post any code.
Did you use the more stable 1.1volt Aref for the LM35 ?
What are you trying to do with that microphone.
A boost converter could introduce switching noise into the setup.
Leo..
While I was uploading code to arduino I disconnect RX-TX. However, during normal operation, it has serial communication with bluetooth. So those pins should be connected.
With some piece of code, I detect coughs of user with microphone. It works fine