19
Raspberry Pi and Arduino for Amateur Radio

Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Raspberry Pi and Arduinofor Amateur Radio

Page 2: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

ARRL Arduino Publications

● Arduino for Ham Radio

– http://www.arrl.org/shop/Arduino-for-Ham-Radio/

● More Arduino Projects for Ham Radio

– http://www.arrl.org/shop/More-Arduino-Projects-for-Ham-Radio/

● Arduino Projects for Amateur Radio

– http://www.arrl.org/shop/Arduino-Projects-for-Amateur-Radio-McGraw-Hill/

● Ham Radio for Arduino and PICAXE

– http://www.arrl.org/shop/Ham-Radio-for-Arduino-and-PICAXE/

Page 3: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

The Next Generation of HamsScience, Technology, Engineering and Mathematics (STEM)aka Math, Engineering, Technology, and Science (METS)

Page 4: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

The Great Outdoors

● Project can been made portable by use of USB Power packs● 30Ah USB Power Pack ($40 to $50)

– https://www.amazon.com/gp/product/B01IN9N2JA● Out of the shack, basement,etc and into

– Parks– Trails– Even mountain top

Page 5: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Whats a Raspberry Pi?● Raspberry Pi is SBC

– Single Board Computer

Page 6: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

What is Arduino?– Arduinos are a microcontroller development board.

Page 7: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Some other SBCs

● Nano Pi http://www.nanopi.org/ ● Banana Pi http://www.banana-pi.org/ ● Orange PI http://www.orangepi.org/ ● Beaglebone http://beagleboard.org/

Page 8: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Some other microcontrollers

● PIC http://www.microchip.com/ – Used in Byonic APRS trackers– And now the ATMEL used in Arduinos

● http://www.microchip.com/wwwproducts/en/atmega328p

● Freescale http://www.nxp.com/ – Used in Argent Data System APRS trackers

● Basic Stamp http://www.parallax.com/● Lego Mindstorm robots

– http://www.lego.com/en-us

Page 9: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

SBC verses MicrocontrollerGenerally…

● Microcontroller– runs single program– Fast boot– small memory– Slow clock speed– Lower power

● SBC– Multiprogram– Larger memory– Fast but needs more power

Page 10: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Microcontroller Applicatons

● APRS Trackers● Digipeaters● Weather Station● Telemetry● Data collection● Signal Generators

– Or Basically ...

Page 11: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

SBC Applications

● Web server● APRS Display● Word processing● Media Center

Page 12: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Interfacing to sensors

Page 13: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Actuators

Page 14: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Programming

● SBC– Python– C/C++

● Arduinos– C/C++ like

Page 15: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Arduino Starter Kit($30-$65)http://www.amazon.com/Development-Membrane-Joystick-Receiver-Detailed/dp/B074WMHLQ4

Page 16: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Raspberry Pi 3 Starter Kit ($50-$90)http://www.amazon.com/CanaKit-Raspberry-Ultimate-Starter-Kit/dp/B01C6Q4GLE

https://www.amazon.com/CanaKit-Raspberry-Starter-Premium-Black/dp/B07BCC8PK7

● 5.1V 2.5A micro-USB Power Supply● MicroSD Card 32Gb● Heat Sinks

– Don’t bake your Pi● HDMI Cable● Kit to right

– $80 at Amazon

Page 17: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

SDR and Pi

● Direwolf + Raspberry Pi + RTL-SDR = igate/digi● http://www.rtl-sdr.com/about-rtl-sdr/ ● http://www.rtl-sdr.com/wp-content/uploads/2018/02/RTL-SDR-Blog-V3-Datasheet.pdf

Page 18: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

APRS Tracker

● Bionics● Argent Data

Page 19: Raspberry Pi and Arduino for Amateur Radiowe1u.us/rpi/ham/doc/audio-radio-interface-2018/... · The Next Generation of Hams Science, Technology, Engineering and Mathematics (STEM)

Resouce Page

● http://we1u.us/rpi