|
big_http_download sample localhost download
5 messages
Hello, I am attempting to download a file hosted on a localhost file server. - I am hosting a file named "Zephyr" using "python3 -m http.server 8980" - I am using a zeth interface and the "overlay-e10
Hello, I am attempting to download a file hosted on a localhost file server. - I am hosting a file named "Zephyr" using "python3 -m http.server 8980" - I am using a zeth interface and the "overlay-e10
|
By
Brenton Chetty
·
|
|
Setting MAC address at boot?
6 messages
#stm32
Hi, I'm new to Zephyr and is struggling with how to configure the MAC address for the ethernet interface on an STM32F767 based platform at boot. I have searched the internet and the Zephyr documentati
Hi, I'm new to Zephyr and is struggling with how to configure the MAC address for the ethernet interface on an STM32F767 based platform at boot. I have searched the internet and the Zephyr documentati
|
By
Anders
·
|
|
ODP: k_sleep causes nRF5340 to reset
Hi Jason, I would check two things: if call to k_sleep happens before kernel is ready. You can use k_is_pre_kernel to check that. if your board has LF XTAL (as nrf5340dk) or it must run from LFRC. You
Hi Jason, I would check two things: if call to k_sleep happens before kernel is ready. You can use k_is_pre_kernel to check that. if your board has LF XTAL (as nrf5340dk) or it must run from LFRC. You
|
By
Chruściński, Krzysztof
·
|
|
k_sleep causes nRF5340 to reset
Hi, I’m porting some code from an nRF5340 eval board to my own board, and I’ve run into an issue. While waiting for the net core to boot up, I enter a loop and call k_sleep until an initialization cal
Hi, I’m porting some code from an nRF5340 eval board to my own board, and I’ve run into an issue. While waiting for the net core to boot up, I enter a loop and call k_sleep until an initialization cal
|
By
Jason Bens
·
|
|
version of zephyr project
Hello, I have downloaded zephyrproject one year ago and I was developing in zephyr subfolder. Now I want to share this repository with my colleague, how can I find which version of zephyrproject is in
Hello, I have downloaded zephyrproject one year ago and I was developing in zephyr subfolder. Now I want to share this repository with my colleague, how can I find which version of zephyrproject is in
|
By
Nikos Karamolegkos
·
|
|
Timer with fixed interrupt period
2 messages
Hello. I use stm32f429 and Zephyr Os 2.7.0 Is there any API for timers with fixed interrupt period? I need to change PWM duty cycle exactly every 1000 us. In bare-metal I would have used general purpo
Hello. I use stm32f429 and Zephyr Os 2.7.0 Is there any API for timers with fixed interrupt period? I need to change PWM duty cycle exactly every 1000 us. In bare-metal I would have used general purpo
|
By
Arsenii Soitu
·
|
|
USB OTG?
Does Zephyr support USB host mode and also USB-OTG? If not, is it on the roadmap? Thanks! Best Regards, Dave -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype Dave.Nadler1
Does Zephyr support USB host mode and also USB-OTG? If not, is it on the roadmap? Thanks! Best Regards, Dave -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype Dave.Nadler1
|
By
Dave Nadler
·
|
|
stm32: PWM: "st,prescaler" pwm property moved to timers node
Hi all, I'd like to inform STM32 PWM users that I'm pushing a change [1] to move Device Tree property "st,prescaler" from pwm node to timers node. Benefit is that it reflect hardware reality, and pres
Hi all, I'd like to inform STM32 PWM users that I'm pushing a change [1] to move Device Tree property "st,prescaler" from pwm node to timers node. Benefit is that it reflect hardware reality, and pres
|
By
Alexandre BOURDIOL
·
|
|
MCUboot - Signing image for slot 1
5 messages
#mcuboot
1. Hi, how do I go about signing an image for slot1 usage. I used the following command for flashing into slot0 successfully: west sign -t imgtool -- --key ~/zephyrproject/bootloader/mcuboot/root-rsa-
1. Hi, how do I go about signing an image for slot1 usage. I used the following command for flashing into slot0 successfully: west sign -t imgtool -- --key ~/zephyrproject/bootloader/mcuboot/root-rsa-
|
By
Brenton Chetty
·
|
|
MCUboot "Image in the primary slot is not valid"
2 messages
#mcuboot
Hi there I am having issues getting started with MCUboot. I flashed MCUboot version 1.8-dev onto my "nrf52840dk_nrf52840" and "nrf5340dk_nrf5340_cpuapp". I then flashed the hello_world sample to my bo
Hi there I am having issues getting started with MCUboot. I flashed MCUboot version 1.8-dev onto my "nrf52840dk_nrf52840" and "nrf5340dk_nrf5340_cpuapp". I then flashed the hello_world sample to my bo
|
By
Brenton Chetty
·
|
|
PlatformIO for flashing zephyr code on ESP 32
4 messages
Hello Zephyr foundation Currently I am working on ESP32 and zephyr RTOS. But using PlatformIO IDE. My client want zephyr RTOS on ESP32 but only via platform IO. I got sucess using west tool. But not b
Hello Zephyr foundation Currently I am working on ESP32 and zephyr RTOS. But using PlatformIO IDE. My client want zephyr RTOS on ESP32 but only via platform IO. I got sucess using west tool. But not b
|
By
Komal Rajput-Hajare
·
|
|
Share variables between threads
Hi all, is it possible to have some sort of global variables in Zephyr which can be shared between several threads? If yes, how can I create and access them? Thanks for your help. Cheers, Mike
Hi all, is it possible to have some sort of global variables in Zephyr which can be shared between several threads? If yes, how can I create and access them? Thanks for your help. Cheers, Mike
|
By
Michael Federer
·
|
|
Two websocket connections at the same time
3 messages
Hi all, I try to open two websocket connections and keep them connected to a FastAPI server at the same time. Establishing the first websocket connection seems to work. But establishing the second con
Hi all, I try to open two websocket connections and keep them connected to a FastAPI server at the same time. Establishing the first websocket connection seems to work. But establishing the second con
|
By
Michael Federer
·
|
|
Zephyr and MCUXpresso question
#flash
Hello, The main idea of my project is to update the software OTA using MCUBoot, DFU and Mender. I followed this https://hub.mender.io/t/updating-device-firmware-using-dfu-in-zephyr-project-on-a-frdm-k
Hello, The main idea of my project is to update the software OTA using MCUBoot, DFU and Mender. I followed this https://hub.mender.io/t/updating-device-firmware-using-dfu-in-zephyr-project-on-a-frdm-k
|
By
Ridvan Karaman
·
|
|
[PATCH] Fix the problem that it cannot work under mimxrt1061cvl5a SOC
There is no built-in SDRAM area in mimxrt1061 cvl5a, which makes zephyr unable to work on 1061 SOC Best Regards Zhihao
There is no built-in SDRAM area in mimxrt1061 cvl5a, which makes zephyr unable to work on 1061 SOC Best Regards Zhihao
|
By
Zhou, ZhihaoX
·
|
|
[Zephyr-devel] TinyCrypt end of life - Help needed
3 messages
Send it to users list as well.
Send it to users list as well.
|
By
Flavio Ceolin
·
|
|
How do I create drivers in platformio?
#drivers
#devicetree
I’m trying to create a driver for a temperature sensor, as6221. I’m using the tmp117 as a guide. I’m using platformio. I have a little understanding of how cmake, Kconfig, devicetree, dts files work t
I’m trying to create a driver for a temperature sensor, as6221. I’m using the tmp117 as a guide. I’m using platformio. I have a little understanding of how cmake, Kconfig, devicetree, dts files work t
|
By
leo moreland
·
|
|
Proper BT-SETTINGS Behavior
#bluetoothmesh
#bluetooth
#ble
Hi, Thanks in advance for all replies. I've created a ble keyboard peripheral, using the native_posix board, to control my amazon firestick. It seems to work fine, except I'm unsure if the CONFIG-BT-S
Hi, Thanks in advance for all replies. I've created a ble keyboard peripheral, using the native_posix board, to control my amazon firestick. It seems to work fine, except I'm unsure if the CONFIG-BT-S
|
By
bob@...
·
|
|
Zephyr running on Arm Cortex-M7 within Intel PSE (Elkharts Lake)
2 messages
Dear Zyphyr Users, first of all: I'm a completely newbie regarding zephyr! Currently i'm trying to get it run on a Arm Cortex-M7 core, which is part of the Intel Programmable Service Engine (PSE) of t
Dear Zyphyr Users, first of all: I'm a completely newbie regarding zephyr! Currently i'm trying to get it run on a Arm Cortex-M7 core, which is part of the Intel Programmable Service Engine (PSE) of t
|
By
Weiberg, Bernd
·
|
|
nRF5340 GPIO FEM control (generic)
2 messages
#nrf53
Greetings, I see that a new feature of Zephyr 2.6.0 is: "Added GPIO PA/LNA support for the Nordic nRF53x SoC series." (under "Bluetooth LE split software Controller" in the release notes). Are there a
Greetings, I see that a new feature of Zephyr 2.6.0 is: "Added GPIO PA/LNA support for the Nordic nRF53x SoC series." (under "Bluetooth LE split software Controller" in the release notes). Are there a
|
By
Bob Recny
·
|