|
Blocking printk
#usb
#nrf52840
Hi to everyone: First post. I've a simple Zephyr RTOS program where I use USB CDC ACM to see the output of the console and also the printk output. Everything works fine, if I connect a terminal progra
Hi to everyone: First post. I've a simple Zephyr RTOS program where I use USB CDC ACM to see the output of the console and also the printk output. Everything works fine, if I connect a terminal progra
|
By forum.contas@...
·
|
|
Bluetooth: Concurrent advertising 3 messages
Dear All, One of our devices installed on a remote location is under some sort of „denial-of-service“ attack - well, that‘s simply meaning someone is constantly connecting to our peripheral, thus bloc
Dear All, One of our devices installed on a remote location is under some sort of „denial-of-service“ attack - well, that‘s simply meaning someone is constantly connecting to our peripheral, thus bloc
|
By Christoph Schramm
·
|
|
RFC: remove w25qxxdv flash driver from Zephyr as of 2.4.0
The spi_flash_w25qxxdv driver has been superseded by the generic spi_nor driver for over a year. The only non-refactoring change to the W25Q driver in the last 18 months was done to support a backport
The spi_flash_w25qxxdv driver has been superseded by the generic spi_nor driver for over a year. The only non-refactoring change to the W25Q driver in the last 18 months was done to support a backport
|
By Peter A. Bigot
·
|
|
Debugging with Eclipse and PyOCD: Uncaught Exception in pyocd.exe 3 messages
Hello there, I’m new to Zephyr and having some trouble with debugging my application with PyOCD and Eclipse. I’m running a multithreaded application on a nRF52840 DK. I flash and want to debug the app
Hello there, I’m new to Zephyr and having some trouble with debugging my application with PyOCD and Eclipse. I’m running a multithreaded application on a nRF52840 DK. I flash and want to debug the app
|
By
Weber, Dominik
·
|
|
API meeting: agenda
Hi all, Agenda for today, sorry for the short notice. - Stable API change: All hid_ops callbacks get device pointer - https://github.com/zephyrproject-rtos/zephyr/pull/27619 - Add Regulator driver inf
Hi all, Agenda for today, sorry for the short notice. - Stable API change: All hid_ops callbacks get device pointer - https://github.com/zephyrproject-rtos/zephyr/pull/27619 - Add Regulator driver inf
|
By Carles Cufi
·
|
|
How to Request BLE Data Length Extension?
#bt
#bluetooth
I am trying to set the Bluetooth Low Energy DLE from 27 to something higher, eg. 251. I was able to do it manually through the nRF Connect Tool, Wireshark then confirms me that the data no longer is f
I am trying to set the Bluetooth Low Energy DLE from 27 to something higher, eg. 251. I was able to do it manually through the nRF Connect Tool, Wireshark then confirms me that the data no longer is f
|
By George Ruinelli
·
|
|
Data Length Extension on NRF52840 3 messages
#nrf52840
#ble
#hci
Software/Hardware: Board: NRF52840 PCA10056 programmed with Zephyr firmware Host Device: Linux Ubuntu 16.04.1 Bluez 5.48 Source code Bluetooth 5.0 Core Specification Problem: Attempting to use Bluetoo
Software/Hardware: Board: NRF52840 PCA10056 programmed with Zephyr firmware Host Device: Linux Ubuntu 16.04.1 Bluez 5.48 Source code Bluetooth 5.0 Core Specification Problem: Attempting to use Bluetoo
|
By josh.lawless@...
·
|
|
Choosing the network interface for a socket 2 messages
Hello, Currently I am playing with TCP sockets on a board that has both an LTE-M modem, and an ethernet interface. It is not clear to me how I can control whether the socket should use the LTE-M conne
Hello, Currently I am playing with TCP sockets on a board that has both an LTE-M modem, and an ethernet interface. It is not clear to me how I can control whether the socket should use the LTE-M conne
|
By Maik Vermeulen
·
|
|
HCI USB driver for Windows
#ble
#driver
#nrf52840
#usb
I have the HCI USB project built and running on my nRF52840 DK board. It works if I talk to it via ubuntu running under VirtualBox on my Win 10 system, but not if I plug it into a Raspberry Pi, or my
I have the HCI USB project built and running on my nRF52840 DK board. It works if I talk to it via ubuntu running under VirtualBox on my Win 10 system, but not if I plug it into a Raspberry Pi, or my
|
By
todd.krein@...
·
|
|
How to use "Serial CAN Bus Module" 3 messages
#driver
#uart
#can
Hi all, I’m new to zephyr and need some help. I have a nrf52dk board and want to use this ( https://www.longan-labs.cc/1030001.html ) serial to CAN device. I was able to test this with an Arduino and
Hi all, I’m new to zephyr and need some help. I have a nrf52dk board and want to use this ( https://www.longan-labs.cc/1030001.html ) serial to CAN device. I was able to test this with an Arduino and
|
By s9gosich@...
·
|
|
How to Run 2 messages
hi team I need to run the zephyr hello world project in my lap. please, tell me the steps. should update my OS to zeohyr from windows ? or Zephyr can be run with windows 10 itself, with supporting pac
hi team I need to run the zephyr hello world project in my lap. please, tell me the steps. should update my OS to zeohyr from windows ? or Zephyr can be run with windows 10 itself, with supporting pac
|
By
Deepa Lakshmi
·
|
|
UART_ERROR_FRAMING
Hi 🙂 I read some data from gps by uart and sometimes when I start my program it workA, but sometimes I get error form uart_err_check - "UART_ERROR_FRAMING = (1 << 2)". What could be the reason of it ?
Hi 🙂 I read some data from gps by uart and sometimes when I start my program it workA, but sometimes I get error form uart_err_check - "UART_ERROR_FRAMING = (1 << 2)". What could be the reason of it ?
|
By
Edyta Bosacka
·
|
|
sending data to SD card - CS control inhibited (no GPIO device) 2 messages
I want to write some data in .csv file on SD card. Some of data are written , but then I get error : "CS control inhibited (no GPIO device)" I added this in config file: I havent got any idea what cou
I want to write some data in .csv file on SD card. Some of data are written , but then I get error : "CS control inhibited (no GPIO device)" I added this in config file: I havent got any idea what cou
|
By
Edyta Bosacka
·
|
|
API meeting: agenda
Hi all, Agenda for tomorrow: - Extend LED API - PR: https://github.com/zephyrproject-rtos/zephyr/pull/26101 - [RFC] API change - Device structure attribute renaming - PR: https://github.com/zephyrproj
Hi all, Agenda for tomorrow: - Extend LED API - PR: https://github.com/zephyrproject-rtos/zephyr/pull/26101 - [RFC] API change - Device structure attribute renaming - PR: https://github.com/zephyrproj
|
By Carles Cufi
·
|
|
How to enable external #pullup resistor in
#pullup
#i2c
Hello there, I'm trying to connect my board (nrf52dk-nrf52832) to a development kit, through I2C, which has external pull up resistors. I would like to configure the I2C port to accept the external pu
Hello there, I'm trying to connect my board (nrf52dk-nrf52832) to a development kit, through I2C, which has external pull up resistors. I would like to configure the I2C port to accept the external pu
|
By
Diogo Correia
·
|
|
Using counter (with RTC) on 4 messages
#nrf52832
Hi there, I've started using Zephyr OS last week, so is better to advise that there might be a tiny chance of this question being dumb. I'm trying to use the Nordic's nRF52832 RTC clock, so wrote a sm
Hi there, I've started using Zephyr OS last week, so is better to advise that there might be a tiny chance of this question being dumb. I'm trying to use the Nordic's nRF52832 RTC clock, so wrote a sm
|
By
Diogo Correia
·
|
|
#west 4 messages
#west
Hello, I want or create a docker image for Zephyr, I have a script that has west init / West Update west zephyr export ..........and the next steps. While the previous steps are in Dockerfile. when i
Hello, I want or create a docker image for Zephyr, I have a script that has west init / West Update west zephyr export ..........and the next steps. While the previous steps are in Dockerfile. when i
|
By ahmed.balata@...
·
|
|
West v0.7.3 released
Hello, I'm announcing the release of west v0.7.3. https://pypi.org/project/west/0.7.3/ https://github.com/zephyrproject-rtos/west/tree/v0.7.3 To upgrade: Ubuntu: pip3 install --user west==0.7.3 Window
Hello, I'm announcing the release of west v0.7.3. https://pypi.org/project/west/0.7.3/ https://github.com/zephyrproject-rtos/west/tree/v0.7.3 To upgrade: Ubuntu: pip3 install --user west==0.7.3 Window
|
By Bolivar, Marti
·
|
|
RFC: removing eeprom_slave as driver in Zephyr
The eeprom_slave driver accessed under CONFIG_I2C_EEPROM_SLAVE implements the I2C follower (slave) driver API. This device isn't an actual hardware driver: it's a virtual EEPROM that stores data in an
The eeprom_slave driver accessed under CONFIG_I2C_EEPROM_SLAVE implements the I2C follower (slave) driver API. This device isn't an actual hardware driver: it's a virtual EEPROM that stores data in an
|
By Peter A. Bigot
·
|
|
API meeting: agenda
Hi all, Sorry for the late agenda. Topics for today: - RFC: downgrade i2c eeprom_slave driver to sample - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27303 - Add regulator driver infras
Hi all, Sorry for the late agenda. Topics for today: - RFC: downgrade i2c eeprom_slave driver to sample - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27303 - Add regulator driver infras
|
By Carles Cufi
·
|