|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056 7 messages
#ble
#nrf52840
#uart
#hci
Hi, I'm trying to force a nRF52840-pca10056 DK to scan for BLE advertisements with PHY set to CODED via HCI and BlueZ 5.50 but keep getting rejected by the hci_uart from Zephyr examples (master branch
Hi, I'm trying to force a nRF52840-pca10056 DK to scan for BLE advertisements with PHY set to CODED via HCI and BlueZ 5.50 but keep getting rejected by the hci_uart from Zephyr examples (master branch
|
By
piotr@...
·
|
|
Using the Cortex M4 on IMX7D 8 messages
Hey, I have just started working on a IMX7D (https://www.kontron.de/products/boards-and-standard-form-factors/smarc/smarc-samx7.html) together with Zephyr I noticed that the Colibri iMX7 Board has sup
Hey, I have just started working on a IMX7D (https://www.kontron.de/products/boards-and-standard-form-factors/smarc/smarc-samx7.html) together with Zephyr I noticed that the Colibri iMX7 Board has sup
|
By Michael Graichen
·
|
|
#nrf5340 #dts
#nrf5340
#dts
Hello, I am getting this error Error: nrf5340pdk_nrf5340_cpuapp.dts.pre.tmp:710.1-6 Label or path temp not found when I try to load a project in SES v5.34a (File > Open nRF Connect SDK Project ...). H
Hello, I am getting this error Error: nrf5340pdk_nrf5340_cpuapp.dts.pre.tmp:710.1-6 Label or path temp not found when I try to load a project in SES v5.34a (File > Open nRF Connect SDK Project ...). H
|
By mohamed.belaroussi@...
·
|
|
Bluetooth support adafruit feather sense
Hello I am trying to communicate via Bluetooth using the adafruit feather sense board but i only manage to connect with the device and i am not able to send or receive any data with the nrfconnect app
Hello I am trying to communicate via Bluetooth using the adafruit feather sense board but i only manage to connect with the device and i am not able to send or receive any data with the nrfconnect app
|
By
Dimitrios Kosyvas
·
|
|
LTS schedule and scope meeting on Tuesday, 23rd February 2 messages
Hi all, As you probably know, on Tuesdays we have two regularly scheduled meetings: - API meeting (17:00 UTC) - Bug triage and Release Readiness meeting (18:00 UTC) This week however, we will hold a s
Hi all, As you probably know, on Tuesdays we have two regularly scheduled meetings: - API meeting (17:00 UTC) - Bug triage and Release Readiness meeting (18:00 UTC) This week however, we will hold a s
|
By Carles Cufi
·
|
|
Network forum agenda
Hi all, There is a network forum meeting tomorrow Tue 2 Mar at 8AM PST / 17.00 CET. Currently the agenda has one item: * WiFi management supporting both offloaded and native driver If there are any ot
Hi all, There is a network forum meeting tomorrow Tue 2 Mar at 8AM PST / 17.00 CET. Currently the agenda has one item: * WiFi management supporting both offloaded and native driver If there are any ot
|
By Jukka Rissanen
·
|
|
openocd.conf default 2 messages
Hi! I might have missed something, but is there a way to set a default openocd.conf in the local application directory, or set some other file as the default? The board-specific ones are not necessari
Hi! I might have missed something, but is there a way to set a default openocd.conf in the local application directory, or set some other file as the default? The board-specific ones are not necessari
|
By Gunnar BrĂ¥ding
·
|
|
STM32L4 Low Power Management - Simple example?
New to Zephyr am trying to get a simple example working, leveraging the Zephyr low power architecture on a Nucleo STM32L433 development board. This is very critical to our requirement. There are funct
New to Zephyr am trying to get a simple example working, leveraging the Zephyr low power architecture on a Nucleo STM32L433 development board. This is very critical to our requirement. There are funct
|
By @kiwironnie
·
|
|
How can I set the content type and content encoding of the MQTT message
#mqtt
Hi, I am sending messages to my Azure IoT hub. I am also storing my messages in Azure blob storage. My message gets sent in JSON format. The IoT hub receives my message correctly but when stored to th
Hi, I am sending messages to my Azure IoT hub. I am also storing my messages in Azure blob storage. My message gets sent in JSON format. The IoT hub receives my message correctly but when stored to th
|
By petrus.vanderwalt@...
·
|
|
Azure MQTT with GSM modem over PPP 6 messages
#mqtt
#modem
#ppp
#nrf52840
Hi, Zephyr community. I am trying to add Azure MQTT functionality to my project. I am using an nRF52840 with a Quectel BG96/Sara R412M-02B. I would also like to use the modem functionality to communic
Hi, Zephyr community. I am trying to add Azure MQTT functionality to my project. I am using an nRF52840 with a Quectel BG96/Sara R412M-02B. I would also like to use the modem functionality to communic
|
By petrus.vanderwalt@...
·
|
|
Problem with LPTIM on Zephyr 5 messages
hello. I am trying to use the LPTIM for the nucleos 476 by integrating it from CUBE. I ported the code below to Zephyr: HAL_Init(); SystemClock_Config(); /* Initialize all configured peripherals */ MX
hello. I am trying to use the LPTIM for the nucleos 476 by integrating it from CUBE. I ported the code below to Zephyr: HAL_Init(); SystemClock_Config(); /* Initialize all configured peripherals */ MX
|
By
Raz
·
|
|
SDK 0.12.3 Release
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.3 Please download and try things out and report any issues. * Backport GCC 10.2+ (ie, c
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.3 Please download and try things out and report any issues. * Backport GCC 10.2+ (ie, c
|
By Kumar Gala
·
|
|
Timer with high Frequency
Hi all, I am using an STM32F4 discovery board which runs at 100Mhz. I want to fade an LED with PWM and need to change the PWM duty-cycle very quickly (every us). I tried using a k_timer but it's not u
Hi all, I am using an STM32F4 discovery board which runs at 100Mhz. I want to fade an LED with PWM and need to change the PWM duty-cycle very quickly (every us). I tried using a k_timer but it's not u
|
By tobias.roehmel@...
·
|
|
STM32L Errors Building samples/drivers/spi_fujitsu_fram with Ninja 3 messages
New to Zephyr, no problem with building and running the hello world example for an STM32L433, nucleo_l433rc_p board Trying to build samples/drivers/spi_fujitsu_fram as an example of SPI use. From a cr
New to Zephyr, no problem with building and running the hello world example for an STM32L433, nucleo_l433rc_p board Trying to build samples/drivers/spi_fujitsu_fram as an example of SPI use. From a cr
|
By @kiwironnie
·
|
|
Port for STM32F101RF 2 messages
#stm32
Ciao a tutti At the moment I am busy with a project which was built on a rather old STM32F101RF. Is there a Zephyr port available for it? I could not find anything in the sources. But I may have overl
Ciao a tutti At the moment I am busy with a project which was built on a rather old STM32F101RF. Is there a Zephyr port available for it? I could not find anything in the sources. But I may have overl
|
By arve@...
·
|
|
SMP server on HCI USB composite device
#nrf52480
#mcumgr
#hci
#usb
Hi, I am trying to figure out how to make a HCI USB Bluetooth host adapter with device management on a nRF52840 Dongle. My approach is to make a USB composite device consisting of the Bluetooth device
Hi, I am trying to figure out how to make a HCI USB Bluetooth host adapter with device management on a nRF52840 Dongle. My approach is to make a USB composite device consisting of the Bluetooth device
|
By Martin Roesch
·
|
|
SMT32F103 - RCC_CFGR_PLLXTPRE not set correctly? 2 messages
Hi everyone, I have troubles getting my custom board to work. I think the problem is that the RCC_CFGR_PLLXTPRE bit is not handled properly. I am using an STM32F103C8 (same as on the bluebill board) w
Hi everyone, I have troubles getting my custom board to work. I think the problem is that the RCC_CFGR_PLLXTPRE bit is not handled properly. I am using an STM32F103C8 (same as on the bluebill board) w
|
By immanuel narodoslawsky
·
|
|
Adafruit Feather Sense on Zephyr
Hello I want to use Zephyr to build an audio recognition application for my thesis and then flash it via a external debugger to Adafruit Feather Sense .In the list of supported boards there is Adafrui
Hello I want to use Zephyr to build an audio recognition application for my thesis and then flash it via a external debugger to Adafruit Feather Sense .In the list of supported boards there is Adafrui
|
By
Dimitrios Kosyvas
·
|
|
Cross compiling for AR71xx 2 messages
Hello, I am wondering that since among others Zephyr supports Intel x86 (32- and 64-bit) would it be theoretically possible to cross compile it to AR71xx architecture, quite popular as OpenWRT host? I
Hello, I am wondering that since among others Zephyr supports Intel x86 (32- and 64-bit) would it be theoretically possible to cross compile it to AR71xx architecture, quite popular as OpenWRT host? I
|
By
Piotr Barszczewski
·
|
|
undefined reference to `__bswapdi2' when trying to link tinycbor for RISC-V 4 messages
I am getting undefined reference to `__bswapdi2' when I am trying to link tinycbor for RISC-V (west build -b=hifive1) stefan@t460s:~/workspaces/oscore-edhoc/test$ west build -b=hifive1 [1/5] Linking C
I am getting undefined reference to `__bswapdi2' when I am trying to link tinycbor for RISC-V (west build -b=hifive1) stefan@t460s:~/workspaces/oscore-edhoc/test$ west build -b=hifive1 [1/5] Linking C
|
By Stefan Hristozov
·
|