Skip to content

11. Communication

Hero Shot of the Week

Summary

Work Process

Calendar

Date To be done What was done
Thursday
Friday - FabLab normal work
Saturday
Sunday
Monday
Tuesday - FabLab normal work
Wednesday - 12h Local
- 13h Regional
- 15h Global

Introduction

Henk made an introduction based on Erwin 's slides.

Connection Types

  • Star Topology
    • everybody connects to only 1 center/main uC.
  • Ring topology
    • Connection in series
  • Bus Topology
    • 1 big data line that connect everyone

Protocols:

  • UART
    • Asynchronous (no clock)
    • TX = Transmit
    • RX = Receive
    • fixed speed
    • twisted wires for lower EMC
  • SPI
    • =Serial Peripheral Interface
    • MISO-MOSI communication (Main-Secondary)
    • synchronous (clock)
    • High data rate
  • I2C

    • Inter IC Communication
    • mostly fixed addresses
    • lots of (pre)communication to create connection between two devices
    • fixe bus levels with pull-up/down
  • TCP/IP

    • Transmission Control Protocol / Internet Protocol
    • OSI layers
      • 7 different layers
    • local / non-local addresses
    • Gateways
    • Different protocols can be used with it

WireShark:

* Network Protocol Analyzer

Eye pattern Differential signalling

My work

Reading Time !

Searching for the b2b connector (I would like to use an extension cable)

Schematics:

Wio-SX1262

LORA - Wireless

ESP NOW - Wireless

I2C - Wired

ESP BlueTooth - Wireless

Backdoor story:

SPI - Wired

WiFi

So I tried out the example code given in the arduino IDE.

WifiScan

As you can see it detects ALL the wifi spots from the building. Not just the WiFi but all emitters. There is less WiFi visible in no scan mode as they are in a mesh mode. So you connect once and you will (re)connect the nearest WiFi spot, when you move around.

Other stuff


Learning Outcome



Assignment Check

  • individual assignment:
    • design, build, and connect wired or wireless node(s) with network or bus addresses and local input &/or output device(s)
  • group assignment:
    • send a message between two projects