|
Re: Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi Jacob,
Thank you for the response.
As you have mentioned, I have tried following items,
· Removed the statements set BOARD_ROOT, SOC_ROOT, DTS_ROOT in cmake .
· Added env
Hi Jacob,
Thank you for the response.
As you have mentioned, I have tried following items,
· Removed the statements set BOARD_ROOT, SOC_ROOT, DTS_ROOT in cmake .
· Added env
|
By
Srinivasan Tamilarasan
·
#7851
·
|
|
nrf5340Dk
#bluetooth
Please help. I cannot get a single bluethooth sample project to work. I tried a beacon, central etc. I expected to see the device on my cell phone so i could connect.
Please help. I cannot get a single bluethooth sample project to work. I tried a beacon, central etc. I expected to see the device on my cell phone so i could connect.
|
By
Makavaz
·
#7850
·
|
|
Re: Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Srinivasan,
I just did that recently.
I modeled my application and soc, board, dts and drivers as a standalone Zephyr module, and used example-application as a reference. Note the content of the
Srinivasan,
I just did that recently.
I modeled my application and soc, board, dts and drivers as a standalone Zephyr module, and used example-application as a reference. Note the content of the
|
By
Jacob Avraham
·
#7849
·
|
|
Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi,
I am creating the standalone Zephyr application build.
I have moved the custom dts, soc and board files to the application directory by adding below below lines in application cmake
Hi,
I am creating the standalone Zephyr application build.
I have moved the custom dts, soc and board files to the application directory by adding below below lines in application cmake
|
By
Srinivasan Tamilarasan
·
#7848
·
|
|
Re: Failed to register advertisement: org.bluez.Error.NotPermitted
#nrf52
Hi,
Did you configure the Bluetooth stack in zephyr to enable the additional options/features? Hciconfig was deprecated 3 years ago now, use the latest version of blueZ and the latest utilities, not
Hi,
Did you configure the Bluetooth stack in zephyr to enable the additional options/features? Hciconfig was deprecated 3 years ago now, use the latest version of blueZ and the latest utilities, not
|
By
lairdjm
·
#7847
·
|
|
Failed to register advertisement: org.bluez.Error.NotPermitted
#nrf52
Hi there ,
I am trying to turn on advertise and I have below errors
[bluetooth]# scan on
Discovery started
[CHG] Controller AB:89:67:45:23:01 Discovering: yes
[NEW] Device FE:9B:39:0D:92:DA
Hi there ,
I am trying to turn on advertise and I have below errors
[bluetooth]# scan on
Discovery started
[CHG] Controller AB:89:67:45:23:01 Discovering: yes
[NEW] Device FE:9B:39:0D:92:DA
|
By
akshaykulkarniak@...
·
#7846
·
Edited
|
|
Event: Zephyr Project: Dev Meeting - 06/24/2021
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When:
06/24/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When:
06/24/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7845
·
|
|
Using two UART-based protocols on the same UART link
Hello there!
I have a Zephyr-based module connected to a host via a UART connection and I would like to use two different protocols, namely Bluetooth HCI (as shown in
Hello there!
I have a Zephyr-based module connected to a host via a UART connection and I would like to use two different protocols, namely Bluetooth HCI (as shown in
|
By
Vincent Guenat <vincent.guenat@...>
·
#7844
·
|
|
Dev-Review Meeting Agenda June 24th
This week’s agenda is a continuation of last week:
RFC: API Change: Flash map:
- https://github.com/zephyrproject-rtos/zephyr/issues/34706
RFC: Flash area changes:
-
This week’s agenda is a continuation of last week:
RFC: API Change: Flash map:
- https://github.com/zephyrproject-rtos/zephyr/issues/34706
RFC: Flash area changes:
-
|
By
Kumar Gala
·
#7843
·
|
|
RFC: API Change: Flash map: Partition ID generation #36517
Hello,
I have proposed change in generating IDs for flash partitions, to include only partitions that are enabled.
RFC here: https://github.com/zephyrproject-rtos/zephyr/issues/36517
The
Hello,
I have proposed change in generating IDs for flash partitions, to include only partitions that are enabled.
RFC here: https://github.com/zephyrproject-rtos/zephyr/issues/36517
The
|
By
Ermel, Dominik
·
#7842
·
|
|
Re: Can't init device hci0: Cannot assign requested address (99)
#nrf52
Hi Akshay,
00:00:00:00:00:00 is not a valid Bluetooth address, set a valid Bluetooth address and try again
Thanks,
Jamie
Hi Akshay,
00:00:00:00:00:00 is not a valid Bluetooth address, set a valid Bluetooth address and try again
Thanks,
Jamie
|
By
lairdjm
·
#7841
·
|
|
RFC: API Change: Flash #36485
Hello,
Within the RFC: https://github.com/zephyrproject-rtos/zephyr/issues/36485 I would like to propose a change,
to the flash API, regarding how the flash page information and size is
Hello,
Within the RFC: https://github.com/zephyrproject-rtos/zephyr/issues/36485 I would like to propose a change,
to the flash API, regarding how the flash page information and size is
|
By
Ermel, Dominik
·
#7840
·
|
|
Can't init device hci0: Cannot assign requested address (99)
#nrf52
Hi there ,
I am trying to bring up a BT (HCI interface) module connected to a qualcomm chipset
Trying to bring up the interface using hciconfig but it fails with error no.99 .
Note : ttyUSB here is
Hi there ,
I am trying to bring up a BT (HCI interface) module connected to a qualcomm chipset
Trying to bring up the interface using hciconfig but it fails with error no.99 .
Note : ttyUSB here is
|
By
akshaykulkarniak@...
·
#7839
·
|
|
Can't init device hci0: Cannot assign requested address (99)
#nrf52
Hi there ,
I am trying to bring up a BT (HCI interface) module connected to a qualcomm chipset
Trying to bring up the interface using hciconfig but it fails with error no.99 .
Note : ttyUSB here is
Hi there ,
I am trying to bring up a BT (HCI interface) module connected to a qualcomm chipset
Trying to bring up the interface using hciconfig but it fails with error no.99 .
Note : ttyUSB here is
|
By
akshaykulkarniak@...
·
#7838
·
|
|
Event: Zephyr Project: APIs - 06/22/2021
#cal-reminder
Reminder: Zephyr Project: APIs
When:
06/22/2021
4:00pm to 5:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When:
06/22/2021
4:00pm to 5:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7837
·
|
|
Re: stm32 quadrature decoder general purpose timer functionality
Hi Matias,
So far support for quadrature decoding functionality of a general purpose timer/counter module has been implemented as a dedicated sensor driver. You can check
*
Hi Matias,
So far support for quadrature decoding functionality of a general purpose timer/counter module has been implemented as a dedicated sensor driver. You can check
*
|
By
Piotr Mienkowski
·
#7836
·
|
|
Testing sdmmc_stm32 disk driver
#driver
I am working through a pull-request to add a new eMMC driver for the STM32 family, and much of it is based on the sdmmc_stm32 driver for SD cards. EMMC chips use a different protocol over the SDIO
I am working through a pull-request to add a new eMMC driver for the STM32 family, and much of it is based on the sdmmc_stm32 driver for SD cards. EMMC chips use a different protocol over the SDIO
|
By
Nick Stoughton
·
#7835
·
|
|
stm32 quadrature decoder general purpose timer functionality
Hi,
I need to access STM32's general purpose timer's quadrature decoding functionality. I'm trying to understand what exactly is needed to expose this, either write a custom driver accessing
Hi,
I need to access STM32's general purpose timer's quadrature decoding functionality. I'm trying to understand what exactly is needed to expose this, either write a custom driver accessing
|
By
Matias N.
·
#7834
·
|
|
Event: Zephyr Memory Footprint - biweekly discussion - 06/21/2021
#cal-reminder
Reminder: Zephyr Memory Footprint - biweekly discussion
When:
06/21/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
Reminder: Zephyr Memory Footprint - biweekly discussion
When:
06/21/2021
3:00pm to 4:00pm
(UTC+00:00) UTC
Where:
Microsoft Teams Meeting
Organizer: devel@...
An RSVP is requested. Click
|
By
devel@lists.zephyrproject.org Calendar <noreply@...>
·
#7833
·
|
|
Re: How to change IP for MQTT Publisher sample for online kapua server
Hi Brenton
> 1. How do I change my IP values?
You can either use “west build -t menuconfig” command to open a configuration window, or modify the `prj.conf` file directly. I rather suggest the
Hi Brenton
> 1. How do I change my IP values?
You can either use “west build -t menuconfig” command to open a configuration window, or modify the `prj.conf` file directly. I rather suggest the
|
By
Lubos, Robert
·
#7832
·
|