Jittery trigerring on UART (LAB 6_4 SCA-101) not working

Hello,

Running CW-Lite (Xmega) with SCA-L1 on SCA-101 Lab 6_4 (Jittery triggerring on UART) but unable to get pass through the following line of code.

Some code rearragements done here to run the commands in correct order

import holoviews as hv
from holoviews.streams import Pipe, Buffer

pipe = Pipe(data=[ ])
plot = cw.plot([1, 2, 3])
dynamic_map = hv.DynamicMap(plot, streams=[pipe])
plot
dynamic_map

ValueError: Callable parameter 'Callable.callable' only takes a callable object, not objects of <class 'holoviews.element.chart.Curve'>.

Online searches (AKA google, ChatGPT etc.) do not return anything promising.

Any useful hints here?

Hi,

Something probably changed in one of the libraries we use for plotting in this lab. I’ve opened an issue on our Github for this: Change SCA101 Lab 6_4 to use StreamPlot · Issue #56 · newaetech/chipwhisperer-jupyter · GitHub

Alex

1 Like