This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Alexa gadget example

Hi all,

I've found an alexa gadget example but I can't seem to get it running on my nRF52840-DK. The example I've found was located under repository:

https://github.com/nordic-auko/fw-nrfconnect-nrf.git

I've installed the following tools on my windows 10 PC already:

1) zephyr, This can run the blinky example on my nRF52840-DK, can build and flash.

2) nanoPB, although the NANOPB_PATH didn't got found in the t manifest? I fixed it by hard coding it for now, need to find the solution yet

3) ALEXA_EMBEDDED_PATH, same issue as nr 2 and also hard coded it temporary just to see if building it is possible

Now West is willing to start building the application as all configurations are met but I still get errors. 

file *\nanopb_generator.py", line 50, in <module>
from .proto import nanopb_pb2
ModuleNotFoundError: No module named '__main__.proto'; '__main__' is not a package

Anybody got an idea on how to proceed?

Thanks

Parents Reply Children
No Data
Related