|
simple coap client-server communication of two posix applications
#coap
Hi,
I want to set up a simple setup of two posix projects -- one running a simple coap server and other running a simple coap client.
What I did so far:
1) I build both
Hi,
I want to set up a simple setup of two posix projects -- one running a simple coap server and other running a simple coap client.
What I did so far:
1) I build both
|
By
Stefan Hristozov
·
#1899
·
|
|
Enable traces on Serial Wire Output
#debugging
Hi,I am just getting started with Zephyr and currently working on a STM32F746ZE. I added a custom configuration for this board based on STM32F746G_DISCO.After having run successfully the blinky
Hi,I am just getting started with Zephyr and currently working on a STM32F746ZE. I added a custom configuration for this board based on STM32F746G_DISCO.After having run successfully the blinky
|
By
David K
·
#1898
·
|
|
API meeting: cancelled today
Hi all,
Due to several contributors being unavailable today and myself having an additional commitment I have decided to cancel this week's API meeting.
Next week the meeting will take place as
Hi all,
Due to several contributors being unavailable today and myself having an additional commitment I have decided to cancel this week's API meeting.
Next week the meeting will take place as
|
By
Carles Cufi
·
#1897
·
|
|
Serial communication Node-red
#ble
#bluetoothmesh
#gpio
#usb
#bluetooth
Hi,
I am wondering if anyone has tried reading for a serial port using node-red
Currently, I'm using putty to read messages sent from my device built with help from zephyr mesh demo, as I'm using the
Hi,
I am wondering if anyone has tried reading for a serial port using node-red
Currently, I'm using putty to read messages sent from my device built with help from zephyr mesh demo, as I'm using the
|
By
Daniel Fox <danny.fox97@...>
·
#1896
·
|
|
API meeting: agenda
Hi all,
The topics for today:
- Discussion on whether to move the hw_info API to stable
- PR: generalize async notification and add queued operation manager
-
Hi all,
The topics for today:
- Discussion on whether to move the hw_info API to stable
- PR: generalize async notification and add queued operation manager
-
|
By
Carles Cufi
·
#1895
·
|
|
Re: Help on Devicetree aliases on eclipse
#dts
#eclipse
#nrf52840
Hi there,
Most of the questions you ask are covered in the DT documentation:
https://docs.zephyrproject.org/latest/guides/dts/index.html#
The macros are generated by a Python script at build
Hi there,
Most of the questions you ask are covered in the DT documentation:
https://docs.zephyrproject.org/latest/guides/dts/index.html#
The macros are generated by a Python script at build
|
By
Carles Cufi
·
#1894
·
|
|
Help on Devicetree aliases on eclipse
#dts
#eclipse
#nrf52840
Good morning!
I'm a total newbie to Zephyr, learning the basics to implement in a project for an IoT sensor, more specifically IIoT(Industrial IoT). The module I'm using is a NINAB302, which
Good morning!
I'm a total newbie to Zephyr, learning the basics to implement in a project for an IoT sensor, more specifically IIoT(Industrial IoT). The module I'm using is a NINAB302, which
|
By
henrique.guimaraes@...
·
#1893
·
|
|
Re: BBC-Microbit BLE MESH sending data
#ble
#bluetoothmesh
#gpio
#bluetooth
#nrf51822
Danny,
I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples.
You may also find that the Micro:bit is notoriously difficult to work with
Danny,
I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples.
You may also find that the Micro:bit is notoriously difficult to work with
|
By
William Fish
·
#1892
·
|
|
SDK 0.11.2 Release
Hi,
Some fixes based on usage of SDK v0.11.x and addition of some new xtensa variants to enable work from the Sound Open Firmware Project (https://www.sofproject.org).
The SDK can be found
Hi,
Some fixes based on usage of SDK v0.11.x and addition of some new xtensa variants to enable work from the Sound Open Firmware Project (https://www.sofproject.org).
The SDK can be found
|
By
Kumar Gala
·
#1891
·
|
|
Re: [Zephyr-devel] The topic-gpio branch has been merged to master
Hi all,
I would like to provide a bit more information about the recent change
to the GPIO API.
The main drive behind the rework was to support GPIO DTS
Hi all,
I would like to provide a bit more information about the recent change
to the GPIO API.
The main drive behind the rework was to support GPIO DTS
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#1890
·
|
|
API meeting: agenda
Hi all,
The topics for today:
- New API: DAC
- https://github.com/zephyrproject-rtos/zephyr/pull/21805
- Overall post-GPIO triage and decision on what to tackle next
Additional items in the
Hi all,
The topics for today:
- New API: DAC
- https://github.com/zephyrproject-rtos/zephyr/pull/21805
- Overall post-GPIO triage and decision on what to tackle next
Additional items in the
|
By
Carles Cufi
·
#1889
·
|
|
BBC-Microbit BLE MESH sending data
#ble
#bluetoothmesh
#gpio
#bluetooth
#nrf51822
Hi,
I am currently doing an engineering project for my final year, I have been using the bluetooth mesh demo on the zephyr project using the bbc microbits, I have set up a pir sensor up to produce a
Hi,
I am currently doing an engineering project for my final year, I have been using the bluetooth mesh demo on the zephyr project using the bbc microbits, I have set up a pir sensor up to produce a
|
By
Daniel Fox <danny.fox97@...>
·
#1888
·
|
|
Re: Private: Re: [Zephyr-users] bt_set_name() and setting local name
#ble
#bt
#bluetooth
#api
Hi there,
The name is placed in the advertising data automatically when you call bt_le_adv_start(BT_LE_ADV_CONN_NAME). When you call bt_set_name(), that is updated as
Hi there,
The name is placed in the advertising data automatically when you call bt_le_adv_start(BT_LE_ADV_CONN_NAME). When you call bt_set_name(), that is updated as
|
By
Carles Cufi
·
#1887
·
|
|
Re: bt_set_name() and setting local name
#bt
#bluetooth
#api
#ble
Hi there,
Most smartphones implement some sort of advertising data caching. Try stopping and starting scanning from the phone a couple of times to see if the name is updated without the need to
Hi there,
Most smartphones implement some sort of advertising data caching. Try stopping and starting scanning from the phone a couple of times to see if the name is updated without the need to
|
By
Carles Cufi
·
#1886
·
|
|
bt_set_name() and setting local name
#bt
#bluetooth
#api
#ble
Hello,
I want to change the ble device name during runtime. I've enabled BT_DEVICE_NAME_DYNAMIC and BT_SETTINGS.
To change the device name during runtime i'm using bt_set_name(). However, when
Hello,
I want to change the ble device name during runtime. I've enabled BT_DEVICE_NAME_DYNAMIC and BT_SETTINGS.
To change the device name during runtime i'm using bt_set_name(). However, when
|
By
j.cheng@...
·
#1885
·
|
|
Re: Devicetree config generation
Hi Petr,
Yes, this has been talked about repeatedly over the last couple of years.
You can find most of the issues and PRs related to the work that has been done so far in this umbrella
Hi Petr,
Yes, this has been talked about repeatedly over the last couple of years.
You can find most of the issues and PRs related to the work that has been done so far in this umbrella
|
By
Carles Cufi
·
#1884
·
|
|
Devicetree config generation
Hi, I just started looking around Zephyr and coming from Linux world I really like the idea of using Devicetree for driver configuration.
I noticed, however, that config generation that enables
Hi, I just started looking around Zephyr and coming from Linux world I really like the idea of using Devicetree for driver configuration.
I noticed, however, that config generation that enables
|
By
Petr Buchta <cz7asm@...>
·
#1883
·
|
|
West 0.7.0 released, requires manual intervention on Ubuntu
Hello,
West 0.7.0 has been released. The main new feature since 0.6.x is the
addition of "manifest imports", which let you pull in west.yml files
from elsewhere into your own manifest file.
You can
Hello,
West 0.7.0 has been released. The main new feature since 0.6.x is the
addition of "manifest imports", which let you pull in west.yml files
from elsewhere into your own manifest file.
You can
|
By
Bolivar, Marti
·
#1882
·
|
|
The topic-gpio branch has been merged to master
Hi all,
As of this morning the 313 commits in the topic-gpio branch have been merged into Zephyr's master branch.
What this means for you if:
a) You are a GPIO API user:
- Big chunks of the
Hi all,
As of this morning the 313 commits in the topic-gpio branch have been merged into Zephyr's master branch.
What this means for you if:
a) You are a GPIO API user:
- Big chunks of the
|
By
Carles Cufi
·
#1881
·
|
|
API meeting: Agenda
Hi all,
Today we will talk first about GPIO and the merge of the topic-gpio branch to master:
- Cleanup the public and private API with typedefs
- Testing status
- Issues with master CI that
Hi all,
Today we will talk first about GPIO and the merge of the topic-gpio branch to master:
- Cleanup the public and private API with typedefs
- Testing status
- Issues with master CI that
|
By
Carles Cufi
·
#1880
·
|