Skip to content
TrackPodcasts
scienceJan 1, 202415:02pending

Kattenfilmpjes en lasers

About this episode

Het wordt tijd om met lasers te communiceren in de ruimte in plaats van met radiosignalen. Dan kunnen we namelijk veel meer informatie per tijdseenheid verzenden. 2023 was op dat punt een heel goed jaar.

AZO Optics - How is Laser Communication Used in Space?

https://www.azooptics.com/Article.aspx?ArticleID=2474

OPALS - Light Beams Let Data Rates Soar:

https://www.jpl.nasa.gov/news/opals-light-beams-let-data-rates-soar

OPALS video:

https://www.youtube.com/watch?v=wSVDh73g2gw

ILLUMA-T:

https://www.nasa.gov/missions/illuma-t/

T-BIRD:

https://www.nasa.gov/directorates/somd/cubesat-set-to-demonstrate-nasas-fastest-laser-link-from-space/

NASA, Partners Achieve Fastest Space-to-Ground Laser Comms Link:

https://www.nasa.gov/centers-and-facilities/ames/nasa-partners-achieve-fastest-space-to-ground-laser-comms-link/

Deep Space Optical Communications - DSOC:

https://www.nasa.gov/mission/deep-space-optical-communications-dsoc/

Arduino laser communicatie:

https://www.youtube.com/watch?v=K4KbagwODeU

Reed-Solomon error correction in Python:

https://pypi.org/project/reedsolo/



Python script om uit te rekenen hoeveel we van de aardbol zien:

import matplotlib.pyplot as plt
import scipy

# Diameter van de aarde in km.

r = 6371

# We reizen van de aarde naar de maan.

op_aarde = 0 # km
op_de_maan = 384400 # km

oppervlaktes = []

for afstand in range(op_aarde, op_de_maan):
    oppervlak = (2 * scipy.pi * r**2 * afstand) / (r + afstand)
    oppervlaktes.append(oppervlak)

plt.plot(oppervlaktes)
plt.xlabel('Afstand (km)')
plt.ylabel('Oppervlakte zichtbaar (km^2)')
plt.title('Oppervlakte van de aarde zichtbaar')
plt.show()


De Zimmerman en Space podcast is gelicenseerd onder een Creative Commons CC0 1.0 licentie.

http://creativecommons.org/publicdomain/zero/1.0


Get every episode summarized

Each time Zimmerman en Space publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.

Email me new episodes

Free for 3 shows. No card needed.

Hosts & guests

No transcript yet

This episode has not been transcribed. Request it and it moves to the front of the queue.

Kattenfilmpjes en lasers

Zimmerman en Space

0:00
15:02

More episodes

More from Zimmerman en Space

View all episodes →