|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hey Vinayak,
how do I get these information? I’m using cmake with ninja as generator as recommended on the zephyr project page.
Mit freundlichen Grüßen / best regards,
Philipp Finke
Development
Hey Vinayak,
how do I get these information? I’m using cmake with ninja as generator as recommended on the zephyr project page.
Mit freundlichen Grüßen / best regards,
Philipp Finke
Development
|
By
Phil Hipp
·
#1014
·
|
|
MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hello,
I'm trying to run the BLE peripheral sample of the zephyr v1.12.0 branch on the NRF52840 PCA10056 DK. I built the sample under macOS 10.13.6 using the arm-zephyr-eabi toolchain built with
Hello,
I'm trying to run the BLE peripheral sample of the zephyr v1.12.0 branch on the NRF52840 PCA10056 DK. I built the sample under macOS 10.13.6 using the arm-zephyr-eabi toolchain built with
|
By
Phil Hipp
·
#1013
·
|
|
Re: native_posix on Windows?
I did some progress but the issue is not resolved.
The issues I've seen were:
Windows newline format
In Linux gcc creates ELF image, while on windows gcc creates COFF image. Zephyr explicitly
I did some progress but the issue is not resolved.
The issues I've seen were:
Windows newline format
In Linux gcc creates ELF image, while on windows gcc creates COFF image. Zephyr explicitly
|
By
Amir Gonnen
·
#1012
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
Is it possible for you to take it remotely and check the issue ?
Regards,
Kavin Kumar
Mobile: 9994889187
Hi Vinayak,
Is it possible for you to take it remotely and check the issue ?
Regards,
Kavin Kumar
Mobile: 9994889187
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1011
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi,
You will need to check for already installed tools revision and your linux distribution version. I am clueless on the issues you are facing.
Zephyr kbuild is not very different from
Hi,
You will need to check for already installed tools revision and your linux distribution version. I am clueless on the issues you are facing.
Zephyr kbuild is not very different from
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1010
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
I have followed the below link to update SDN version and executed same comments .
Then i tried to run the make command , this time error didn't occur but it got stuck .
Please find the
Hi Vinayak,
I have followed the below link to update SDN version and executed same comments .
Then i tried to run the make command , this time error didn't occur but it got stuck .
Please find the
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1009
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Can you try to follow the steps here:
http://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html#installing-the-zephyr-software-development-kit
Carles
From:<users@...> on
Can you try to follow the steps here:
http://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html#installing-the-zephyr-software-development-kit
Carles
From:<users@...> on
|
By
Carles Cufi
·
#1008
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
Thanks for the update . I am using version 1.9.2 .
I will check and let you know the status.
Regards,
Kavin Kumar
Mobile: 9994889187
Hi Vinayak,
Thanks for the update . I am using version 1.9.2 .
I will check and let you know the status.
Regards,
Kavin Kumar
Mobile: 9994889187
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1007
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Kavin,
Depending on the Zephyr release you are using, pre v1.10 releases used KBuild and Post use cmake.
You will need to use the documentation for that release.
If you are on the
Hi Kavin,
Depending on the Zephyr release you are using, pre v1.10 releases used KBuild and Post use cmake.
You will need to use the documentation for that release.
If you are on the
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1006
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
I have followed all the steps as per white paper to flash nRF52840 and got stuck with step4 where i am unable to build the application . Facing issue with make command .
Kindly help on
Hi Vinayak,
I have followed all the steps as per white paper to flash nRF52840 and got stuck with step4 where i am unable to build the application . Facing issue with make command .
Kindly help on
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1005
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Could you please refer tohttp://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html
If you still face issues, please let me know.
You can use native linux toolchain, but its
Could you please refer tohttp://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html
If you still face issues, please let me know.
You can use native linux toolchain, but its
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1004
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
I have tried the command below but sub-make failed error occurred.
Regards,
Kavin Kumar
Mobile: 9994889187
Hi Vinayak,
I have tried the command below but sub-make failed error occurred.
Regards,
Kavin Kumar
Mobile: 9994889187
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1003
·
|
|
#gpio ESP32: Could not able to toggle gpio pin [i.e stuck at LOW(0) all time though we set to 1 (HIGH)]
#gpio
Hello Everyone,
I am new to embedded programming (ESP32 microcontroller and Zephyr OS).
By following documentation, I sucessfully executed Helo World! Program on ESP32.
I plan to start demo
Hello Everyone,
I am new to embedded programming (ESP32 microcontroller and Zephyr OS).
By following documentation, I sucessfully executed Helo World! Program on ESP32.
I plan to start demo
|
By
reddypraneethkumar@...
·
#1002
·
|
|
Re: native_posix on Windows?
Giving it a shot!
Tried to configure native_posix with msys2 (32bit):
cmake -GNinja -DBOARD=native_posix -DZEPHYR_TOOLCHAIN_VARIANT=cross-compile -DCROSS_COMPILE=C:\msys32\usr\bin
Giving it a shot!
Tried to configure native_posix with msys2 (32bit):
cmake -GNinja -DBOARD=native_posix -DZEPHYR_TOOLCHAIN_VARIANT=cross-compile -DCROSS_COMPILE=C:\msys32\usr\bin
|
By
Amir Gonnen
·
#1001
·
|
|
Re: native_posix on Windows?
I haven't tried building the posix_native with it yet, but I've heard good things about Midipix: https://midipix.org/
Leandro
I haven't tried building the posix_native with it yet, but I've heard good things about Midipix: https://midipix.org/
Leandro
|
By
Leandro Pereira
·
#1000
·
|
|
Re: native_posix on Windows?
In principle it certainly could work with cygwin or msys, have you tried? All it wants is a POSIX C runtime and a command line toolchain (which I'm pretty sure it gets with just "gcc" off
In principle it certainly could work with cygwin or msys, have you tried? All it wants is a POSIX C runtime and a command line toolchain (which I'm pretty sure it gets with just "gcc" off
|
By
Andy Ross
·
#999
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi ,
I am using 11500bps only in ebq , but as per the comments from nordic team HCI is not there in these boards . We have to do manually using Zephyr project.
Please attached image of EBQ
Hi ,
I am using 11500bps only in ebq , but as per the comments from nordic team HCI is not there in these boards . We have to do manually using Zephyr project.
Please attached image of EBQ
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#998
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Kavin,
There is a white paper which gives a short overview of the Zephyr project, describes in what cases you should consider using the Zephyr Bluetooth LE Controller instead of one of Nordic
Hi Kavin,
There is a white paper which gives a short overview of the Zephyr project, describes in what cases you should consider using the Zephyr Bluetooth LE Controller instead of one of Nordic
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#997
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Did you receive? ...https://lists.zephyrproject.org/g/users/message/991
Did you receive? ...https://lists.zephyrproject.org/g/users/message/991
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#996
·
|
|
Re: HCI Interface UART//USB
Kindly waiting for your update. Please Prioritize this issue.
Regards,
Kavin Kumar
Mobile: 9994889187
Kindly waiting for your update. Please Prioritize this issue.
Regards,
Kavin Kumar
Mobile: 9994889187
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#995
·
|