#Wireless 433MHz Receiver This is the Arduino 433MHz Wireless Receiver project used for the Raspberry project at HW&HMI-Dept in Eskilstuna. It receives wireless temp-sensor data and sends it to the Raspberry with the hw-uart as a string #### Hardware used: Board: (Arduino) SparkFun Pro Micro (Ali-Copy) CPU: ATmega32U4 16 MHz #### Pin connections: |Pro Micro pin |Function | |---------------|------------------------------------------| |7 |433 Rx data | |GND |Ground, connected to 433 Rx and Raspberry | |VCC |+5V, connected to 433 Rx and Raspberry | |TXD |Uart data to Raspberry | #### Links: [Pro Micro Product Page](https://www.sparkfun.com/products/12640) [ATmega32U4 Manual](http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Datasheet.pdf) [Telldus temperature sensor](https://www.clasohlson.com/se/Temperaturgivare-hygrometer-Telldus/36-6987)