Write code for Nano RS485 Hub (aNCS_LED_020/0b) #5

Closed
opened 2018-09-27 21:59:13 +01:00 by Riolaurenti · 2 comments
Riolaurenti commented 2018-09-27 21:59:13 +01:00 (Migrated from github.com)

##Write code for a nano to act as a i2c > rs485 hub:

needs to do

  • receive an i2c message
  • send messages to 2 rs485 connections

###Could do

  • Serial output to TFT screen of network messages
  • Send and receive info on other connected devices (i2c, rs485, bluetooth)
    PDF Reference
##Write code for a nano to act as a i2c > rs485 hub: ### needs to do - [x] receive an i2c message - [x] send messages to 2 rs485 connections ###Could do - [x] Serial output to TFT screen of network messages - [x] Send and receive info on other connected devices (i2c, rs485, bluetooth) [PDF Reference](https://drive.google.com/open?id=114lsMyDY6JIAjTgI8sU722YMuGQXPa-6)
Riolaurenti commented 2018-09-30 17:51:16 +01:00 (Migrated from github.com)

This should be first priority as knowing if 2+ rs485s work alongside one another without interrupt issues defines whether we can avoid using complex duplexing code.

In the end game, Multiple signals will be sent down an "spi bus", for demonstration purposes, a two way half duplex network will suffice.

This should be first priority as knowing if 2+ rs485s work alongside one another without interrupt issues defines whether we can avoid using complex duplexing code. In the end game, Multiple signals will be sent down an "spi bus", for demonstration purposes, a two way half duplex network will suffice.
Squatnet commented 2018-10-28 21:35:02 +00:00 (Migrated from github.com)

Closed in favor of PJon for DV2

Closed in favor of PJon for DV2
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squatnet/ArduinoStuff#5
No description provided.