Search found 9 matches

by M.Ridwan
Sun Sep 06, 2020 9:03 am
Forum: MicroPython pyboard
Topic: Bluetooth Module availability on Zephyr Port for NRF52840 DK
Replies: 1
Views: 1911

Bluetooth Module availability on Zephyr Port for NRF52840 DK

Hi , I am getting the following error while importing Bluetooth Module in NRF52840 DK in REPL. Does Micropython supports BLE module? Please advise. import bluetooth Traceback (most recent call last): File "", line 1, in ImportError: no module named 'bluetooth' Also it is not importing Network Module.
by M.Ridwan
Sat Sep 05, 2020 2:18 am
Forum: MicroPython pyboard
Topic: Zephyr port: can't access raw REPL
Replies: 9
Views: 4686

Re: Zephyr port: can't access raw REPL

Thank you @peter hinch sir and @mhelm mam, my problem is resolved. Thank you very much for your kind help.
by M.Ridwan
Sun Aug 30, 2020 7:24 am
Forum: MicroPython pyboard
Topic: Zephyr port: can't access raw REPL
Replies: 9
Views: 4686

Re: Zephyr port: can't access raw REPL

Dear madam @mhelm and sir Peter Hinch, I have tried all the combinations of the configurations as well as of the reel_board but I am getting the same following error. python3 pyboard.py --device /dev/ttyACM0 light.py b'>>> \r\n>' could not enter raw repl Note: I am able to directly program the board...
by M.Ridwan
Wed Aug 26, 2020 2:06 am
Forum: MicroPython pyboard
Topic: Zephyr port: can't access raw REPL
Replies: 9
Views: 4686

Re: Zephyr port: can't access raw REPL

Dear Sir @Peter Hinch, thank you for your kind support. Dear Madam, @mhelm thank you very much for your detailed response. I have tried all the combination of Configurations. Starting from as you suggested, I copied all the "reel_board" configurations to "nrf52840dk_nrf52840.conf" file and I am gett...
by M.Ridwan
Tue Aug 25, 2020 12:53 pm
Forum: Other Boards
Topic: nrf52840 DK PCA10056 (could not enter raw REPL)
Replies: 5
Views: 4814

nrf52840 DK PCA10056 (could not enter raw REPL)

Dear Colleagues, I want to copy the Python Script in nrf52840 DK PCA10056 by using Zephyr Port and I am using the method as given in the link http://docs.micropython.org/en/v1.12/reference/pyboard.py.html and I am getting the following error: python3 pyboard.py --device /dev/ttyACM0 light.py b'>>> \...
by M.Ridwan
Tue Aug 25, 2020 7:36 am
Forum: MicroPython pyboard
Topic: Zephyr port: can't access raw REPL
Replies: 9
Views: 4686

Re: pyboard.py command not found

Sir, Complete Error While Executing the RSHELL command rshell -p /dev/ttyACM0 Using buffer-size of 32 Connecting to /dev/ttyACM0 (buffer-size 32)... Trying to connect to REPL .. connected Testing if ubinascii.unhexlify exists ... b'\r\n>>>elp()" for more information.\r\n>>> hzhelp()" for more inform...
by M.Ridwan
Tue Aug 25, 2020 7:02 am
Forum: MicroPython pyboard
Topic: Zephyr port: can't access raw REPL
Replies: 9
Views: 4686

Re: pyboard.py command not found

Moreover sir, I am using Micropython Zephyr Port
by M.Ridwan
Tue Aug 25, 2020 6:57 am
Forum: MicroPython pyboard
Topic: Zephyr port: can't access raw REPL
Replies: 9
Views: 4686

Re: pyboard.py command not found

Thanks Sir for your kind response. I have tried RSHELL as well and facing the same issue like AMPY. It is requested to guide me as how to copy the Python Script to the board? Is there any special command to perform this action? Using RSHELL my computer hangs at the following point: rshell -p /dev/tt...
by M.Ridwan
Tue Aug 25, 2020 2:37 am
Forum: MicroPython pyboard
Topic: Zephyr port: can't access raw REPL
Replies: 9
Views: 4686

Zephyr port: can't access raw REPL

Dear Group Members, I want to ask you, is there any alternative to REPL in Micropython? Is it possible if I write a code in Python and save a file for example MAIN.PY and flash it on to the board. I have tried using AMPY but getting the following error: ampy --port /dev/ttyACM0 run light.py b'\r' Tr...