[riot-notifications] [RIOT-OS/RIOT] boards/e104-bt5011a-tb: add support for the E104-BT5011A Test Board (#15388)
benpicco
notifications at github.com
Tue Nov 24 22:38:38 CET 2020
I wired up a I2C RTC module
```
2020-11-24 22:33:10,867 # i2c_scan 0
2020-11-24 22:33:10,868 # Scanning I2C device 0...
2020-11-24 22:33:10,869 # addr not ack'ed = "-", addr ack'ed = "X", addr reserved = "R", error = "E"
2020-11-24 22:33:10,870 # 0 1 2 3 4 5 6 7 8 9 a b c d e f
2020-11-24 22:33:10,871 # 0x00 R R R R R R R R R R R R R R - -
2020-11-24 22:33:10,876 # 0x10 - - - - - - - - - - - - - - - -
2020-11-24 22:33:10,881 # 0x20 - - - - - - - - - - - - - - - -
2020-11-24 22:33:10,887 # 0x30 - - - - - - - - - - - - - - - -
2020-11-24 22:33:10,892 # 0x40 - - - - - - - - - - - - - - - -
2020-11-24 22:33:10,897 # 0x50 X - - - - - - - - - - - - - - -
2020-11-24 22:33:10,903 # 0x60 - - - - - - - - X - - - - - - -
2020-11-24 22:33:10,907 # 0x70 - - - - - - - - R R R R R R R R
```
and SPI works too
```
2020-11-24 22:37:49,580 # Sent bytes
2020-11-24 22:37:49,582 # 0 1 2 3
2020-11-24 22:37:49,584 # 0x54 0x65 0x73 0x74
2020-11-24 22:37:49,587 # T e s t
2020-11-24 22:37:49,587 #
2020-11-24 22:37:49,588 # Received bytes
2020-11-24 22:37:49,589 # 0 1 2 3
2020-11-24 22:37:49,591 # 0x54 0x65 0x73 0x74
2020-11-24 22:37:49,593 # T e s t
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15388#issuecomment-733248247
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201124/5d938f3e/attachment-0001.htm>
More information about the notifications
mailing list