Hi there, I have a project that requires me to process and send signal from a DHT11 temperature sensor on an Arduino UNO to an Arduino Micro by a wireless RF 443 mhz transmitter/ receiver. The signal received by the Micro will be wired to a TM1637 four digit seven-segment display to show the temperature. Are the components listed here compatible and capable of accomplishing this task? I have little experience with programming too, so I would greatly appreciate tips or links to tutorials on wireless connections and displays.
Yes, those parts can work together. Start with your favorite search engine, there are more links than can be catalogued. The key to success is using libraries for each component you have which greatly minimizes the work required. So, you’ll want to search for topics like “DHT11 Arduino library”.
Ok, thank you. I already have the DHT11 library but will search for the TM1637 and RF transmitter/receiver libraries.