Ein Roboter mit bürstenlosem Antrieb, differenzial und NRF24L01 Funk. Großflächig gebaut um ein großes Solarpanel aufzunehmen. https://gitlab.informatik.hs-fulda.de/fdai5253/roboter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

  1. % Encoding: UTF-8
  2. @BOOK{Smith:2012qr,
  3. title = {{B}ook {T}itle},
  4. publisher = {Publisher},
  5. author = {Smith, J.~M. and Jones, A.~B.},
  6. year = {2012},
  7. edition = {7th},
  8. }
  9. @ARTICLE{Smith:2013jd,
  10. author = {Jones, A.~B. and Smith, J.~M.},
  11. title = {{A}rticle {T}itle},
  12. journal = {Journal title},
  13. year = {2013},
  14. volume = {13},
  15. pages = {123-456},
  16. number = {52},
  17. month = {March},
  18. publisher = {Publisher}
  19. }
  20. @Unpublished{nanoGame,
  21. author = {Yves Ehrlich},
  22. note = {https://gitlab.informatik.hs-fulda.de/fdai5253/nanogame},
  23. title = {{N}ano {G}ame},
  24. }
  25. @Unpublished{RF24Lib,
  26. author = {OpenSource Software},
  27. note = {https://github.com/nRF24/RF24},
  28. title = {{RF}24},
  29. }
  30. @Article{SPI,
  31. author = {Martin Schwerdtfeger},
  32. journal = {https://web.archive.org/web/20190116220910/http://www.mct.de/faq/spi.html},
  33. title = {{SPI} {S}erial {P}eripheral {I}nterface},
  34. year = {2000},
  35. month = jun,
  36. }
  37. @MISC{nRF24Pinout,
  38. author = {{Components101}},
  39. title = {nRF24L01 Wireless RF Module},
  40. year = {2018},
  41. note = {[Online; zugegriffen am 09.02.2020]},
  42. url = {https://components101.com/sites/default/files/component_pin/nRF24L01-Pinout.png}
  43. }
  44. @Comment{jabref-meta: databaseType:bibtex;}