Advertisement
Heretiiik

Untitled

Apr 5th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Parts list:
  2. Arduino DUE r3
  3. 16x2 LCD display
  4. + I2C controller
  5. 5x LM35 temp sentor
  6. 2x 4-button matrix
  7. 1x IR reciever
  8. 1x IR remote
  9. 2x 400-tie point beadboard
  10. 1x 170-tie point breadboard
  11. 40x F-F jumper wire 20cm
  12. 40x F-M jumper wire 20cm
  13. 40x M-M jumper wire 20cm
  14. 40x F-F jumper wire 10cm
  15. 40x F-M jumper wire 10cm
  16. 40x M-M jumper wire 10cm
  17. 10x RGB LED
  18. 30x Green LED
  19. 20x 10k ohm resistor
  20. 20x 1k ohm resistor
  21. 50x 220 ohm resistor
  22. 10x 74HC595
  23. 1x DS3231
  24. 5m 5050 RGB LED strip
  25.  
  26. Useful Links:
  27. rgb LED strip control:
  28. http://forum.arduino.cc/index.php/topic,66988.0.html
  29. https://github.com/elcojacobs/ShiftPWM
  30.  
  31. https://forum.arduino.cc/index.php?topic=128635.0
  32. https://www.hackster.io/zakrzu/arduino-pc-monitor-66c07a?ref=channel&ref_id=424_trending___&offset=27
  33. https://www.arduino.cc/en/Tutorial/ShiftOut
  34. http://www.gammon.com.au/forum/bbshowpost.php?id=11518
  35.  
  36. rc:
  37. https://arduino-info.wikispaces.com/IR-RemoteControl
  38.  
  39. power source:
  40. spare molex connectors
  41.  
  42. goals:
  43. temperature controled fans
  44. - 3 independent groups (rear, top, front)
  45. - PWM
  46. - each group with own temp sensor
  47. - mode switching (automatic-temp based, full, off)
  48. - user defined fan speed curve
  49. led stripes
  50. - 3 independent parts (rear center front)
  51. - modes (cycling, random, temp-responzive, whatever, off)
  52. RC
  53. - control led stripe/fan/display modes
  54. Control panel (3,5" bay)
  55. - mode switching buttons
  56. - Display (showing temp, fan speed, weather forecast)
  57. - status LEDs
  58. - IR sensor
  59. Fit into 3,5" bay
  60. - everything packed there
  61. - except wires, ofc
  62. Binary clock
  63. Over the top:
  64. - New LED stripe mode - load responzive
  65. - requires custom polling app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement