How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.

Hi

I was working on an application sample for some days named "Machine learning" which is located at nrf/application, but facing a huge amount of issues connecting the board to edge impulse studio.

So while searching for the answer I found  https://devzone.nordicsemi.com/f/nordic-q-a/93706/nrf-edge-impulse/394830 this ticket, and in this ticket, they have given "edge impulse precompiled for thingy53", link of that is https://github.com/edgeimpulse/firmware-nordic-thingy53 

1. Should I need to use this sample instead of a machine learning sample for working with edge impulse?

I have downloaded and tried to create a build using this sample, but I am facing a build error 

D:/firmware/zephyr/drivers/ipm/ipm_nrfx_ipc.c: In function 'vipm_nrf_0_set_enabled':
D:\firmware\zephyr\include\devicetree.h:305:40: error: 'DT_N_INST_0_nordic_nrf_ipc_IRQ_IDX_0_VAL_irq' undeclared (first use in this function)

D:/firmware/zephyr/drivers/ipm/ipm_nrfx_ipc.c: In function 'gipm_init':
D:\firmware\zephyr\include\devicetree.h:305:40: error: 'DT_N_INST_0_nordic_nrf_ipc_IRQ_IDX_0_VAL_priority' undeclared (first use in this function)

I have not made any changes to the sample and I am unsure why this error is occurring in the default sample.

Can you help me resolve this issue?

Parents Reply
  • I get the following output when connecting to Edge Impulse

    Fabulous, This is what I want. 

    Okay, now I know what will be successful connectivity will look like.

    Please help me more by by sharing

    1. What are the complete steps or add on you have done in the default sample, so that you are not facing the error like API key, deviceID and devicetype.

    2. Please share your prj.conf, and show me the actual line what you have passed as an cmake argument for API key(you can make this ticket private in order to share the confidential  data but I need the actual thing)

    Do you have a user on Edge Impulse Studio?

    Yes, I have and it is private account.

    If so, do you have a project to where you have collected data and trained your model?

    Yes, I named it as 

    What version of nRF Connect SDK are you running?

    ncs v1.9.1

    This is what I get when I tried 

    Your assistance would be greatly valued.

Children
No Data
Related