Skip to content
Snippets Groups Projects
Commit 3e9953b6 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 9175c29c
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
interference
<b>wired</b>
UART, USART, SERCOM, bit-bang
<i>asynchronous serial</i>
UART, USART, SERCOM, PIO, bit-bang
<b><i>asynchronous serial</i></b>
<a href=https://pdfserv.maximintegrated.com/en/an/AN723.pdf>RS-232, RS-422, RS-485</a>
<i>serial broadcast</i>
<a href=http://fabacademy.org/2020/labs/leon/students/adrian-torres/week14.html#hello_serial_bus>ATtiny412</a>
......@@ -38,7 +38,7 @@
<a href=hop/hello.broadhop-LED.t1624>hello.broadhop-LED.t1624</a> <a href=hop/hello.broadhop-LED.t1624.png>board</a> <a href=hop/hello.broadhop-LED.t1624.jpg>components</a> <a href=hop/hello.broadhop-LED.t1624.top.png>top</a> <a href=hop/hello.broadhop-LED.t1624.interior.png>interior</a>
<a href=hop/hello.broadhop-LED.t1624.ino>hello.broadhop-LED.t1624.ino</a> <a href=hop/hello.broadhop-LED.py>hello.broadhop-LED.py</a> <a href=hop/hello.broadhop-LED.t1624.mp4>video</a>
<a href=hop/hello.broadhop-serial.D11C>hello.broadhop-serial.D11C</a> <a href=hop/hello.broadhop-serial.D11C.png>board</a> <a href=hop/hello.broadhop-serial.D11C.jpg>components</a> <a href=hop/hello.broadhop-serial.D11C.top.png>top</a> <a href=hop/hello.broadhop-serial.D11C.bot.png>bottom</a> <a href=hop/hello.broadhop-serial.D11C.holes.png>holes</a> <a href=hop/hello.broadhop-serial.D11C.interior.png>interior</a>
<i>synchronous serial</i>
<b><i>synchronous serial</i></b>
<i><a name=SPI href=http://ww1.microchip.com/downloads/en/AppNotes/Atmel-2585-Setup-and-Use-of-the-SPI_ApplicationNote_AVR151.pdf>SPI</a></i>
SDI/SDO/CS/SCK, PICO/POCI, <s>MISO/MOSI/SS</s>
<a href=http://arduino.cc/en/Reference/SPI>library</a> <a href=https://docs.micropython.org/en/latest/library/machine.SPI.html>library</a>
......@@ -58,27 +58,27 @@
<a href=I2C/hello.I2C.ino>hello.I2C.ino</a> <a href=I2C/hello.I2C.mp4>video</a>
<a href=https://fabacademy.org/2020/labs/leon/students/adrian-torres/week14.html#hello_i2c>ATtiny412</a>
<i><a href=https://www.mipi.org/resources/i3c-frequently-asked-questions>I3C</a></i>
<i>asynchronous unclocked</i>
<b><i>asynchronous unclocked</i></b>
<a href=ATP/ATP.txt><i>ATP</i></a>
<a href=ATP/hello.ATP.RP2040>hello.ATP.RP2040</a> <a href=ATP/hello.ATP.RP2040.png>board</a> <a href=ATP/hello.ATP.RP2040.jpg>components</a> <a href=ATP/hello.ATP.RP2040.top.png>traces</a> <a href=ATP/hello.ATP.RP2040.interior.png>interior</a>
<a href=ATP/hello.ATP.RP2040.send.py>send</a> <a href=ATP/hello.ATP.RP2040.recv.py>receive</a> <a href=ATP/hello.ATP.RP2040.timing.png>timing</a> <a href=ATP/hello.ATP.RP2040.mp4>video</a>
<i><a href=http://www.usb.org>USB</a></i>
<b><i><a href=http://www.usb.org>USB</a></i></b>
<a href=https://github.com/hathach/tinyusb>TinyUSB</a>
CircuitPython <a href=https://docs.circuitpython.org/projects/hid/en/latest>HID</a> <a href=https://docs.circuitpython.org/projects/midi/en/latest>MIDI</a>
Arduino <a href=https://www.arduino.cc/reference/en/libraries/hid-project>HID</a> <a href=https://www.arduino.cc/reference/en/libraries/midiusb>MIDI</a>
<a href=http://www.ieee802.org/3/><i>Ethernet</i></a>
<b><a href=http://www.ieee802.org/3/><i>Ethernet</i></a></b>
<a href=https://www.digikey.com/en/products/detail/wiznet/W5500/4425702>chip</a> <a href=https://www.digikey.com/en/products/detail/wiznet/WIZ850IO/8789619>module</a>
<i><a href=http://www.ti.com/lit/an/sloa101a/sloa101a.pdf>CAN</a>, <a href=http://www.ti.com/lit/an/slla383/slla383.pdf?ts=1588800462407>LIN</a></i>
<a href=https://modbus.org><i>MODBUS</i></a>
<a href=https://learn.sparkfun.com/tutorials/introduction-to-dmx/all><i>DMX</i></a>
<b><i><a href=http://www.ti.com/lit/an/sloa101a/sloa101a.pdf>CAN</a>, <a href=http://www.ti.com/lit/an/slla383/slla383.pdf?ts=1588800462407>LIN</a></i></b>
<b><a href=https://modbus.org><i>MODBUS</i></a></b>
<b><a href=https://learn.sparkfun.com/tutorials/introduction-to-dmx/all><i>DMX</i></a></b>
<b>wireless</b>
<i><a href=https://www.arrl.org/shop/ARRL-Handbook>radios</a></i>
<b><i><a href=https://www.arrl.org/shop/ARRL-Handbook>radios</a></i></b>
oscillator, mixer, PA, LNA, IF, I/Q, demod, baseband, filters
<i><a href=https://www.wiley.com/en-us/Antenna+Theory%3A+Analysis+and+Design%2C+4th+Edition-p-9781118642061>antennas</a></i>
<b><i><a href=https://www.wiley.com/en-us/Antenna+Theory%3A+Analysis+and+Design%2C+4th+Edition-p-9781118642061>antennas</a></i></b>
Q, antenna gain, impedance matching, short antennas
<a href=https://www.fastcompany.com/1761891/afghanistans-amazing-diy-internet>FabFi</a>
<i><a href=nRF/nRF24L01.pdf>single-chip</a></i>
<b><i><a href=nRF/nRF24L01.pdf>single-chip</a></i></b>
ESP32 (2.4 GHz Wi-Fi, Bluetooth, 32-bit) <a href=https://www.espressif.com/en/products/modules>versions</a>
<a href=https://www.espressif.com/en/products/socs/esp32-c3>ESP32-C3</a> <a href=https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html>module</a>
<a href=../embedded_programming/ESP32-C3/hello.button-blink.C3>hello.button-blink.C3</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.png>board</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.jpg>components</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.top.png>traces</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.interior.png>interior</a>
......@@ -125,8 +125,8 @@
<a href=https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1276>chip</a> <a href=https://www.amazon.com/s?k=SX1276>board</a> <a href=https://github.com/ExpressLRS/ExpressLRS>ExpressLRS</a>
SIM800L (GSM)
<a href=https://www.amazon.com/HiLetgo-Smallest-Breakout-Quad-band-3-7-4-2V/dp/B01DLIJM2E/>module</a>
<i><a href=http://gnuradio.org>software radio</a></i>
<i><a href=https://openwrt.org/about>OpenWrt</a></i>
<b><i><a href=http://gnuradio.org>software radio</a></i></b>
<b><i><a href=https://openwrt.org/about>OpenWrt</a></i></b>
<a href=http://www.iso.org/iso/home.htm><b>OSI layers</b></a>
7: application (HTTP)
......@@ -191,7 +191,7 @@
parity, checksum, Hamming, Reed-Solomon, Turbo
<b><a href=https://www.pearson.com/us/higher-education/program/Tanenbaum-Computer-Networks-5th-Edition/PGM270019.html>networking</a></b>
<a href=http://www.ietf.org/>Internet protocols</a>
<b><a href=http://www.ietf.org/><i>Internet protocols</i></a></b>
<a href=https://www.rfc-editor.org/>RFCs</a> <a href=https://www.ietf.org/rfc/rfc2324.txt>example</a> <a href=https://www.rfc-editor.org/rfc/rfc2549>example</a>
<a href=http://www.ietf.org/rfc/rfc0791.txt>IPv4</a>, <a href=http://www.ietf.org/rfc/rfc2460.txt>IPv6</a>
unrouted, routed, unicast, multicast, broadcast addresses
......@@ -209,7 +209,7 @@
<a href=http://manpages.ubuntu.com/manpages/trusty/en/man8/slattach.8.html>slattach</a> <a href=http://manpages.ubuntu.com/manpages/trusty/man8/route.8.html>route</a>
<a href=SLIP/hello.bus.45.SLIP.c>hello.bus.45.SLIP.c</a> <a href=SLIP/hello.bus.45.SLIP.make>makefile</a> <a href=SLIP/udp_slip.py>udp_slip.py</a> <a href=SLIP/hello.bus.45.SLIP.mp4>video</a>
<a href=https://cba.mit.edu/docs/papers/04.10.i0.pdf>IoT</a>, <a href=https://cba.mit.edu/events/13.03.DC>event</a>
<a href=APA/APA.txt>APA</a>
<b><a href=APA/APA.txt><i>APA</i></a></b>
<b><a href=https://fabacademy.org/2020/labs/kamakura/assignments/week17/>assignment</a></b>
<i>individual assignment:</i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment