From da405029113f9c188313b9477f4dc13aa3ab52f9 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 15 Aug 2019 20:44:51 -0400 Subject: More WIP for btle comms. --- ble/TODO.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ble/TODO.org') diff --git a/ble/TODO.org b/ble/TODO.org index 69de785..2558566 100644 --- a/ble/TODO.org +++ b/ble/TODO.org @@ -44,3 +44,13 @@ try and figure out where the clock cycles are going. - 0[11141] INFO ble -- - 0i2c data - 0 #+END + +* Maybe swap from UARTE1 to UART for trinket transmission. + +It's very difficult to get stuff out of the UARTE until its DMA buffer +is full, but the trinket is sending us logs of variable sizes that +we'd like to see immediately. + +UART0 and UARTE0 share the same address. I don't see a UART1 +instance. Maybe send console logs on UARTE1 and use UART0 for trinket +serial comms? -- cgit v1.2.3