|
Re: samples/basic/blinky
heya nik thank you for responding, thankfully the schematics are available for download so i'll take a look and see what i can learn.
whew i've done plenty of programming on linux but i've never had
heya nik thank you for responding, thankfully the schematics are available for download so i'll take a look and see what i can learn.
whew i've done plenty of programming on linux but i've never had
|
By
Tristen Ennemuist
·
#1981
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow 5 May at 8AM PDT / 17.00 CET.
We will be using Teams instead of Zoom:
________________________________________________________________
Join
Hi all,
There is a network forum meeting tomorrow 5 May at 8AM PDT / 17.00 CET.
We will be using Teams instead of Zoom:
________________________________________________________________
Join
|
By
Jukka Rissanen
·
#1980
·
|
|
Re: samples/basic/blinky
Hellor Tristen,
The behavior of your LED seems normal!
In embedded design, LED are usually and voluntary inverted. Doing this will avoid the GPIO pin to provide the current by itself, the LED current
Hellor Tristen,
The behavior of your LED seems normal!
In embedded design, LED are usually and voluntary inverted. Doing this will avoid the GPIO pin to provide the current by itself, the LED current
|
By
patrice.gerin@...
·
#1979
·
|
|
samples/basic/blinky
hello, i am [slowly] working my way through the examples, and i am a bit confused with the blinky sample project.
it seems that when 0 (zero) is written using gpio_pin_set then the LED on my board
hello, i am [slowly] working my way through the examples, and i am a bit confused with the blinky sample project.
it seems that when 0 (zero) is written using gpio_pin_set then the LED on my board
|
By
Tristen Ennemuist
·
#1978
·
|
|
Using device's HW crypto module with zephyr OS
#nrf52-pca10040
#crypto
Hi,
I tried figuring out how to use the HW AES module on my device (nrf52 dk) with zephyr OS, but I didn't find any example and didn't manage to understand the crypto API and how to use it. I would
Hi,
I tried figuring out how to use the HW AES module on my device (nrf52 dk) with zephyr OS, but I didn't find any example and didn't manage to understand the crypto API and how to use it. I would
|
By
mdl.mailme@...
·
#1977
·
|
|
Test-related labels on GitHub
Hi all,
I have tried to clean up the test-related labels on GitHub, performing the following changes:
- "Testing" has been removed
- "Testing Suite" has been renamed to "Test Framework" and should
Hi all,
I have tried to clean up the test-related labels on GitHub, performing the following changes:
- "Testing" has been removed
- "Testing Suite" has been renamed to "Test Framework" and should
|
By
Carles Cufi
·
#1976
·
|
|
[2.3 release] Feature merge window close (M2) next week
Hi all,
This is just a reminder that the feature merge window close is on the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by then.
See the
Hi all,
This is just a reminder that the feature merge window close is on the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by then.
See the
|
By
Carles Cufi
·
#1975
·
|
|
Re: Connect two Zephyr instances via zeth interface
Hi Lei,
see this example how to setup Linux host in this kind of setup
https://github.com/zephyrproject-rtos/zephyr/issues/24282
Cheers,
Jukka
Hi Lei,
see this example how to setup Linux host in this kind of setup
https://github.com/zephyrproject-rtos/zephyr/issues/24282
Cheers,
Jukka
|
By
Jukka Rissanen
·
#1974
·
|
|
Connect two Zephyr instances via zeth interface
Hi,
I'm implementing two zephyr projects in the same host, which will communicate with each other. Then I found the sample code
Hi,
I'm implementing two zephyr projects in the same host, which will communicate with each other. Then I found the sample code
|
By
Lei Xu <lei.xu@...>
·
#1973
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#1972
·
|
|
Re: std::map where type of key is struct
#std
Hi all again,
To fix this issue I only had to add CONFIG_LIB_CPLUSPLUS=y to my prj.conf file.
Thanks pabigot !
Leo
Hi all again,
To fix this issue I only had to add CONFIG_LIB_CPLUSPLUS=y to my prj.conf file.
Thanks pabigot !
Leo
|
By
Leo
·
#1971
·
|
|
std::map where type of key is struct
#std
Hello all,
I am trying to create an std::map where type of key is struct and I provide my own comparator.
The code compiles/executes correctly with g++ (click on links below) outside of the Zephyr
Hello all,
I am trying to create an std::map where type of key is struct and I provide my own comparator.
The code compiles/executes correctly with g++ (click on links below) outside of the Zephyr
|
By
Leo
·
#1970
·
|
|
Release Readiness meeting today
Hi all,
The release readiness meeting today will take place as planned, just using Webex instead of Zoom:
*******************************
NOTE: We will be using Webex for this meeting instead of
Hi all,
The release readiness meeting today will take place as planned, just using Webex instead of Zoom:
*******************************
NOTE: We will be using Webex for this meeting instead of
|
By
Carles Cufi
·
#1969
·
|
|
Re: #mqtt Failed to obtain RX buffer
#mqtt
#api
Hi Erik,
you are running out of RX network buffers. Try to increase the value of
CONFIG_NET_BUF_RX_COUNT
and optionally
CONFIG_NET_PKT_RX_COUNT
options.
Cheers,
Jukka
Hi Erik,
you are running out of RX network buffers. Try to increase the value of
CONFIG_NET_BUF_RX_COUNT
and optionally
CONFIG_NET_PKT_RX_COUNT
options.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#1968
·
|
|
API meeting cancelled today
Hi all,
I have cancelled the API meeting today due to my lack of availability today. To my knowledge, we did not have any pressing matters to discuss, but as always please let me know or add the
Hi all,
I have cancelled the API meeting today due to my lack of availability today. To my knowledge, we did not have any pressing matters to discuss, but as always please let me know or add the
|
By
Carles Cufi
·
#1967
·
|
|
#mqtt Failed to obtain RX buffer
#mqtt
#api
Hi,
I'm implementing mqtt on an nucleo stm32 board (stm32f767zi). The communication from the broker seemed to work OK at first, however when stressing the communication a bit the next error appears
Hi,
I'm implementing mqtt on an nucleo stm32 board (stm32f767zi). The communication from the broker seemed to work OK at first, however when stressing the communication a bit the next error appears
|
By
erik.samyn@...
·
#1966
·
|
|
Re: #api
#api
Mostly for the same sorts of reasons that poll() in Linux can't wait on a POSIX condition variable or futex.
The zsock_poll() implementation is designed to work the way it works on existing Berkley
Mostly for the same sorts of reasons that poll() in Linux can't wait on a POSIX condition variable or futex.
The zsock_poll() implementation is designed to work the way it works on existing Berkley
|
By
Andy Ross
·
#1965
·
|
|
#api
#api
Hello, I am new to Zephyr. I have a need to write code that runs on both RTOS and linux. It is structured as an event loop that can monitor sockets, local queues and timers for Linux. When looking at
Hello, I am new to Zephyr. I have a need to write code that runs on both RTOS and linux. It is structured as an event loop that can monitor sockets, local queues and timers for Linux. When looking at
|
By
r.gokool@...
·
#1964
·
|
|
Build size of bluetooth and ip stack
#bluetooth
#nrf51822
Hi,
i am trying to build the bluetooth/ipsp/ example for the nrf51, but the build fails because the SRAM overflows (50kB usage with 32kB available on the nRF51). Also, the Flash usage is 98%. I
Hi,
i am trying to build the bluetooth/ipsp/ example for the nrf51, but the build fails because the SRAM overflows (50kB usage with 32kB available on the nRF51). Also, the Flash usage is 98%. I
|
By
mdl.mailme@...
·
#1963
·
|
|
Re: getting started with ssd1306 shield
Hi Trevor,
What is the error reported ?
Erwan
Hi Trevor,
What is the error reported ?
Erwan
|
By
Erwan Gouriou
·
#1962
·
|