Search found 4 matches

by hmikelee
Sun Apr 11, 2021 8:45 am
Forum: General Discussion and Questions
Topic: pyboard issue from jetson nano to LEGO 51515
Replies: 4
Views: 1924

Re: pyboard issue from jetson nano to LEGO 51515

Dear all, I think I solved this problem :) :) :) 2 code modifications for the standard pyboard class (1). use 1 ctrl-C instead of 2 to interrupt the default running program (2). soft reset ctrl-D in enter_raw_repl() causes some problems. I change it to ctrl-B and then ctrl-A again to go into raw REP...
by hmikelee
Sat Apr 10, 2021 6:31 am
Forum: General Discussion and Questions
Topic: pyboard issue from jetson nano to LEGO 51515
Replies: 4
Views: 1924

Re: pyboard issue from jetson nano to LEGO 51515

Dear Jackyjoy123,

Will you be kind to share the solution for your issue.

Thank you
by hmikelee
Fri Apr 09, 2021 5:34 am
Forum: General Discussion and Questions
Topic: pyboard issue from jetson nano to LEGO 51515
Replies: 4
Views: 1924

pyboard issue from jetson nano to LEGO 51515

Dear all, Seeking help on using pyboard class from jetson nano to LEGO 51515 through Bluetooth I can use terminal emulator picocom to connect to LEGO 51515 from jetson nano through bluetooth, enter raw REPL mode and execute a simple test python script without problem. When I use pyboard class in pyb...
by hmikelee
Thu Apr 08, 2021 5:22 am
Forum: Other Boards
Topic: [Lego 51515] Lego 51515 ubluetooth to Arduino
Replies: 2
Views: 4002

Re: [Lego 51515] Lego 51515 ubluetooth to Arduino

Dear Paul, Thank you for your post. very inspiring example. I am trying to link a jetson nano board to Lego 51515 and encountered a very unique problem. When using terminal emulation and bluetooth on jetson nano board, I can talk to 51515 and ask it to execute commands in raw REPL mode. But when I u...