|
Zephyr Low Level BLE Radio question
Hey there,
I’m a student working on a project using a Nordic nRF52840 device.
The past month or so I’ve been trying countless times to implement some BLE low level methods, first using
Hey there,
I’m a student working on a project using a Nordic nRF52840 device.
The past month or so I’ve been trying countless times to implement some BLE low level methods, first using
|
By
steven ghekiere <stevenghekiere@...>
·
#2375
·
|
|
Re: API meeting: agenda
One additional item if time permits:
- subsystem: task_wdt: Implement software watchdog suitable for multiple threads
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28947
One additional item if time permits:
- subsystem: task_wdt: Implement software watchdog suitable for multiple threads
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28947
|
By
Carles Cufi
·
#2374
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
Note that this will be the last API meeting of 2020. The following one will take place in January 5th, 2021.
- drivers: can: Rework can_configure API and zcan_frame
- PR:
Hi all,
Agenda for today.
Note that this will be the last API meeting of 2020. The following one will take place in January 5th, 2021.
- drivers: can: Rework can_configure API and zcan_frame
- PR:
|
By
Carles Cufi
·
#2373
·
|
|
Re: Support for Adafruit Feather #nrf52840 Sense
#nrf52840
Hi Leo,
The Adafruit Sense is much like the Arduino Sense, both use the nRF52840 but use a modified bootloader. They have been designed to work with the Arduino platform.
Luckily work porting the
Hi Leo,
The Adafruit Sense is much like the Arduino Sense, both use the nRF52840 but use a modified bootloader. They have been designed to work with the Arduino platform.
Luckily work porting the
|
By
William Fish
·
#2372
·
|
|
k_uptime_get()
#api
I need to keep track of the time elapsed since boot-up using the function k_uptime_get() but it is always returning zero (0).
I am using an nRF5340PDK and Zephyr OS build v2.3.0-rc1-ncs1. The IDE used
I need to keep track of the time elapsed since boot-up using the function k_uptime_get() but it is always returning zero (0).
I am using an nRF5340PDK and Zephyr OS build v2.3.0-rc1-ncs1. The IDE used
|
By
Mohamed Belaroussi
·
#2371
·
|
|
Re: Query regarding Bluetooth Controller Porting
+ devel list
Pankaj,
If you are using a dual-chip solution, then as long as you controller complies with standard HCI there is no "porting" to do whatsoever.
In order to better understand what you
+ devel list
Pankaj,
If you are using a dual-chip solution, then as long as you controller complies with standard HCI there is no "porting" to do whatsoever.
In order to better understand what you
|
By
Carles Cufi
·
#2370
·
|
|
Re: Query regarding Bluetooth Controller Porting
You may want to ask this question on the devel list. (devel@...)
- k
You may want to ask this question on the devel list. (devel@...)
- k
|
By
Kumar Gala
·
#2369
·
|
|
Query regarding Bluetooth Controller Porting
Hi,
We want to port our custom Bluetooth controller to run on Zephyr RTOS (not using the default zephyr ble controller support). I went through the Bluetooth
Hi,
We want to port our custom Bluetooth controller to run on Zephyr RTOS (not using the default zephyr ble controller support). I went through the Bluetooth
|
By
Pankaj Singh <PANKAJ.SINGH@...>
·
#2368
·
|
|
Using C++ in projects
Looking at https://docs.zephyrproject.org/latest/reference/kernel/other/cxx_support.html#c-support-for-applications I've been able to play around with some C++ applications, but I'm not seeing any
Looking at https://docs.zephyrproject.org/latest/reference/kernel/other/cxx_support.html#c-support-for-applications I've been able to play around with some C++ applications, but I'm not seeing any
|
By
Yuval Peress
·
#2367
·
|
|
Re: Support for Adafruit Feather #nrf52840 Sense
#nrf52840
Hi Leo,
Zephyr seems to support the nRF52840 Feather Express, but not the Feather Sense:
https://docs.zephyrproject.org/latest/boards/arm/adafruit_feather_nrf52840/doc/index.html
This is the
Hi Leo,
Zephyr seems to support the nRF52840 Feather Express, but not the Feather Sense:
https://docs.zephyrproject.org/latest/boards/arm/adafruit_feather_nrf52840/doc/index.html
This is the
|
By
Carles Cufi
·
#2366
·
|
|
Support for Adafruit Feather #nrf52840 Sense
#nrf52840
Hello Zephyr team!
I have a question about board support and I also need your help building an example project.
1) Does Zephyr support the board below? How would I go about using its
Hello Zephyr team!
I have a question about board support and I also need your help building an example project.
1) Does Zephyr support the board below? How would I go about using its
|
By
Leo
·
#2365
·
|
|
Re: device_get_binding() returns NULL on all but one vl53l0x
Hi Matthias,
Indeed this dynamic behavior is not implemented.
As you can see in vl53lx driver, vl53l0x_init make use of DT_INST_FOO(0, bar) macros.
Which means only the information from instance 0 are
Hi Matthias,
Indeed this dynamic behavior is not implemented.
As you can see in vl53lx driver, vl53l0x_init make use of DT_INST_FOO(0, bar) macros.
Which means only the information from instance 0 are
|
By
Erwan Gouriou
·
#2364
·
|
|
contiki-ng RPL-border router in zephyr
#nrf52840
Hello, I am investigating if the implementation of contiki-ng RPL border router can be useful in zephyr. I am trying to set up the echo client example of zephyr using the overlay-802154.conf file in
Hello, I am investigating if the implementation of contiki-ng RPL border router can be useful in zephyr. I am trying to set up the echo client example of zephyr using the overlay-802154.conf file in
|
By
Nikos Karamolegkos
·
#2363
·
|
|
Zephyr SDK 0.12.0-beta-3 available for testing
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-3
Please download and try things out and report any issues. Please report
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-3
Please download and try things out and report any issues. Please report
|
By
Kumar Gala
·
#2362
·
|
|
How to implements SPI slave event handler on zephyr
#spi
Recently I am trying to use nrf52840 to implement SPI slave on zephyr
In Nordic's SPIS example, it will go to spis_event_handler when an interrupt occurs
In spis_event_handler, judge whether the
Recently I am trying to use nrf52840 to implement SPI slave on zephyr
In Nordic's SPIS example, it will go to spis_event_handler when an interrupt occurs
In spis_event_handler, judge whether the
|
By
mfinmuch@...
·
#2361
·
|
|
device_get_binding() returns NULL on all but one vl53l0x
Hi,
I am using six vl53l0x (a laser time-of-flight sensor) on two I2C busses (three each), and device_get_binding() returns NULL on all but one.
The vl53l0x is special in that regard that it cannot
Hi,
I am using six vl53l0x (a laser time-of-flight sensor) on two I2C busses (three each), and device_get_binding() returns NULL on all but one.
The vl53l0x is special in that regard that it cannot
|
By
Matthias Wenzel
·
#2360
·
|
|
device_get_binding() returns NULL on all but one vl53l0x
Hi,
I am using six vl53l0x (a laser time-of-flight sensor) on two I2C busses (three each), and device_get_binding() returns NULL on all but one.
The vl53l0x is special in that regard that it cannot
Hi,
I am using six vl53l0x (a laser time-of-flight sensor) on two I2C busses (three each), and device_get_binding() returns NULL on all but one.
The vl53l0x is special in that regard that it cannot
|
By
Matthias Wenzel
·
#2359
·
|
|
Re: Switch between network interfaces during runtime (Offloaded modem/Ethernet)
#driver
#networking
#stm32
#ethernet
#modem
Hi John,
do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down.
The stack selects the network interface according to destination IP
Hi John,
do you need both interfaces be up all the time? If you do not, then simplest way is to take the other interface down.
The stack selects the network interface according to destination IP
|
By
Jukka Rissanen
·
#2358
·
|
|
Re: API meeting: agenda
A late addition to the agenda today:
- usbh: add experimental support
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30361
Carles
A late addition to the agenda today:
- usbh: add experimental support
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30361
Carles
|
By
Carles Cufi
·
#2357
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
- device: refactor declare/define macros to support device definition and reference from devicetree nodes
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30196
-
Hi all,
Agenda for today.
- device: refactor declare/define macros to support device definition and reference from devicetree nodes
- PR https://github.com/zephyrproject-rtos/zephyr/pull/30196
-
|
By
Carles Cufi
·
#2356
·
|