|
[Zephyr-devel] API meeting: Agenda 2 messages
Question? Would my two driver addition PR be in this meeting? If not could you direct me to the appropriate call/place? drivers: sensor: mcp9600: Added driver and sample for mcp9600 area: Documentatio
Question? Would my two driver addition PR be in this meeting? If not could you direct me to the appropriate call/place? drivers: sensor: mcp9600: Added driver and sample for mcp9600 area: Documentatio
|
By
Steven Riedl
·
|
|
API meeting: Agenda 2 messages
Hi all, Agenda for today, taken from the Triage column in the project. - API to correlate system time with external time sources and translate uptime to wall-clock time - PR: https://github.com/zephyr
Hi all, Agenda for today, taken from the Triage column in the project. - API to correlate system time with external time sources and translate uptime to wall-clock time - PR: https://github.com/zephyr
|
By Carles Cufi
·
|
|
Network forum agenda 2 messages
Hi all, There is a network forum meeting tomorrow Tue 5 Jan at 8AM PST / 17.00 CET. Currently the agenda is empty, so if there is anything network related topics you want to discuss, please let me kno
Hi all, There is a network forum meeting tomorrow Tue 5 Jan at 8AM PST / 17.00 CET. Currently the agenda is empty, so if there is anything network related topics you want to discuss, please let me kno
|
By Jukka Rissanen
·
|
|
Clock Control question 2 messages
Hi! First off, best wishes for 2021! :) I've been struggling with using a Clock control. My aim is to be able to calibrate two clocks using BLE and nordic nrf52840 chipsets. I've looked through the Cl
Hi! First off, best wishes for 2021! :) I've been struggling with using a Clock control. My aim is to be able to calibrate two clocks using BLE and nordic nrf52840 chipsets. I've looked through the Cl
|
By
Steven Ghekiere
·
|
|
West init error 2 messages
Hello, I cloned Zephyr project using west init -m <webpage> but didn't specify any local directory. Now when I am again trying to use 'west init zephyrproject' command I am receiving an error saying "
Hello, I cloned Zephyr project using west init -m <webpage> but didn't specify any local directory. Now when I am again trying to use 'west init zephyrproject' command I am receiving an error saying "
|
By
CHANDRANSHU GUPTA
·
|
|
Bypassing shell wilcard feature
#uart
Hi, Is it possible to pass ? or * without shell interpreting those characters as wildcards? I literally want to pass ? or * to a shell command BR
Hi, Is it possible to pass ? or * without shell interpreting those characters as wildcards? I literally want to pass ? or * to a shell command BR
|
By antoker@...
·
|
|
Zephyr Low Level BLE Radio question 11 messages
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 Nordic SDK and
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 Nordic SDK and
|
By
steven ghekiere
·
|
|
SDK 0.12.0 Release
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0 NOTE: In some cases changes are required to utilize SDK 0.12.0 with Zephyr (for examp
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0 NOTE: In some cases changes are required to utilize SDK 0.12.0 with Zephyr (for examp
|
By Kumar Gala
·
|
|
k_sleep() and C++
I posted this (slightly modified) on slack a week ago, but didn't really get any response (on my primary problem) Hope this is better I'm mixing CPP and threads. I've made a C++ 'thread'-class wrappin
I posted this (slightly modified) on slack a week ago, but didn't really get any response (on my primary problem) Hope this is better I'm mixing CPP and threads. I've made a C++ 'thread'-class wrappin
|
By
Kim Bønderga rd
·
|
|
API meeting: agenda 2 messages
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: htt
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: htt
|
By Carles Cufi
·
|
|
Support for Adafruit Feather #nrf52840 Sense 3 messages
#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 sensors? https://
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 sensors? https://
|
By Leo
·
|
|
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@...
·
|
|
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 ver
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 ver
|
By Yuval Peress
·
|
|
device_get_binding() returns NULL on all but one vl53l0x 3 messages
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 be
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 be
|
By Matthias Wenzel
·
|
|
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 o
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 o
|
By Nikos Karamolegkos
·
|
|
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 issues
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 issues
|
By Kumar Gala
·
|
|
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 trans
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 trans
|
By mfinmuch@...
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet) 2 messages
#driver
#networking
#stm32
#ethernet
#modem
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
|
By John Johnson
·
|
|
API meeting: agenda 2 messages
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 - Add A
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 - Add A
|
By Carles Cufi
·
|
|
Network forum agenda
Hi all, There is a network forum meeting tomorrow Tue 1 Dec at 8AM PST / 17.00 CET. Currently the agenda is empty, so if there is anything network related topics you want to discuss, please let me kno
Hi all, There is a network forum meeting tomorrow Tue 1 Dec at 8AM PST / 17.00 CET. Currently the agenda is empty, so if there is anything network related topics you want to discuss, please let me kno
|
By Jukka Rissanen
·
|