A'dam FabLab Academy

its a Cyn

Networking and Communications

Assignment: Build a wired &/or wireless network with at least two nodes

Networking and Communications Bus

Programming nodes

  1. With the micro-controller connected with the USB to your computer, connect and the bridge board to the micro-controller. At the command line enter

    make -f hello.bus.45.make

  2. If no errors occur, with the bridge still connected to the micro-controller connect the bridge to the FTDI-cable. At the command line enter

    sudo make -f hello.bus.45.make program-usbtiny

  3. With the bridge still connected to the micro-controller and the FTDI cable, connect the node to the bridge. Change the node_id in the hello.bus.45.c program from 0 to 1 and save. At the command line enter

    sudo make -f hello.bus.45.make program-usbtiny

  4. With the bridge still connected to the micro-controller and the FTDI cable, connect the next node to the bridge. Change the node_id in the hello.bus.45.c program from 1 to 2. At the command line enter

    sudo make -f hello.bus.45.make program-usbtiny

Programming bus
Network bus

Bus Network Communication