|
API meeting: Agenda
Agenda:
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want an item included in
Agenda:
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want an item included in
|
By
Carles Cufi
·
#6059
·
|
|
Re: Development in Zephyr
Mr. Aldrich thank you for your email. I am really thank full to you.
a) Regarding "Slack Channel" i did not know about this before. Now i will definitely join it.
b) In reference to "Bluetooth Section
Mr. Aldrich thank you for your email. I am really thank full to you.
a) Regarding "Slack Channel" i did not know about this before. Now i will definitely join it.
b) In reference to "Bluetooth Section
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6058
·
|
|
Re: Development in Zephyr
Hello Muhammad,
Welcome to the Zephyr Project! We're so happy to hear you are exploring ZephyrOS and Bluetooth Mesh. I'm happy to help you through the process of getting started with your first
Hello Muhammad,
Welcome to the Zephyr Project! We're so happy to hear you are exploring ZephyrOS and Bluetooth Mesh. I'm happy to help you through the process of getting started with your first
|
By
Thea Aldrich
·
#6057
·
|
|
Re: aws iot
Hi Guy,
please take a look athttps://mender.io/blog/mender-and-microsoft-azure-iot-facilitate-robust-and-secure-device-software-management-update
It refers to BeagleBone Black board and Azure IoT, but
Hi Guy,
please take a look athttps://mender.io/blog/mender-and-microsoft-azure-iot-facilitate-robust-and-secure-device-software-management-update
It refers to BeagleBone Black board and Azure IoT, but
|
By
Adam Podogrocki
·
#6056
·
|
|
Re: aws iot
Hey Guy,
Start with the MQTT publisher example. You only need to make a few small tweaks to account for the device cert and key.
For example:
#if defined(CONFIG_MQTT_LIB_TLS)
#include
Hey Guy,
Start with the MQTT publisher example. You only need to make a few small tweaks to account for the device cert and key.
For example:
#if defined(CONFIG_MQTT_LIB_TLS)
#include
|
By
Ryan Erickson
·
#6055
·
|
|
Development in Zephyr
Hi.....I found this email address from Zephyr Projects. Basically i am totally new in the area of development. I want to start development using Zephyr. I have already installed Zephyr by following
Hi.....I found this email address from Zephyr Projects. Basically i am totally new in the area of development. I want to start development using Zephyr. I have already installed Zephyr by following
|
By
Muhammad Muh <muhammad.muh83@...>
·
#6054
·
|
|
aws iot
looking for an example/insights with respect to working with aws iot and/or using x.509 certificate.
any information will be much appreciated.
thanks, guy
looking for an example/insights with respect to working with aws iot and/or using x.509 certificate.
any information will be much appreciated.
thanks, guy
|
By
guy.benyehuda@...
·
#6053
·
|
|
Discussion about libc development for external lib integration
// this is a resend of an email that I apparently failed to send via the web ui. Sorry if you get two copies,
// if at the end of the day the mailing system decides to deliver my previous message
Hi
// this is a resend of an email that I apparently failed to send via the web ui. Sorry if you get two copies,
// if at the end of the day the mailing system decides to deliver my previous message
Hi
|
By
pzierhoffer@...
·
#6052
·
|
|
Discussion about libc development for external lib integration
Hi all
As suggested by Paul Sokolovsky, I just wanted to let everyone know that there is an ongoing effort to integrate Zephyr with CivetWeb - an external, posix-based HTTP library.
The mail goal here
Hi all
As suggested by Paul Sokolovsky, I just wanted to let everyone know that there is an ongoing effort to integrate Zephyr with CivetWeb - an external, posix-based HTTP library.
The mail goal here
|
By
pzierhoffer@...
·
#6051
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 06/20/2019 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 20 June 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 20 June 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6050
·
|
|
Re: nrf52 debug with Linux VirtualBox
Hi David,
You can try adding the device to “USB Device filters” in the VirtualBox guest’s settingsàportsà USB.
Usually, if the Segger firmware has updates, the JLink will try firmware
Hi David,
You can try adding the device to “USB Device filters” in the VirtualBox guest’s settingsàportsà USB.
Usually, if the Segger firmware has updates, the JLink will try firmware
|
By
Chettimada, Vinayak Kariappa
·
#6049
·
|
|
nrf52 debug with Linux VirtualBox
Are there any tricks to get the nrf52 board to be able to use the Zephyr build chain from within a VirtualBox Linux machine? When ever I run ‘ninja -Cbuild flash’ the Jlink usb device disconnects
Are there any tricks to get the nrf52 board to be able to use the Zephyr build chain from within a VirtualBox Linux machine? When ever I run ‘ninja -Cbuild flash’ the Jlink usb device disconnects
|
By
David Leach
·
#6048
·
|
|
Re: Callback on DNS added/removed
Hello All,
What I have found is that the event handler will only let you register similar events. Only IF_UP/IF_DOWN can be registered to one callback function.
For IPV4 events, you must register a
Hello All,
What I have found is that the event handler will only let you register similar events. Only IF_UP/IF_DOWN can be registered to one callback function.
For IPV4 events, you must register a
|
By
Ryan Erickson <Ryan.Erickson@...>
·
#6047
·
|
|
Re: Callback on DNS added/removed
Hi Jukka,
That seems to fix it for (NET_EVENT_IPV4_ADDR_ADD | NET_EVENT_IPV4_CMD_ROUTER_ADD) but (NET_EVENT_IF_UP | NET_EVENT_IPV4_ADDR_ADD | NET_EVENT_IPV4_CMD_ROUTER_ADD) prevents any events
Hi Jukka,
That seems to fix it for (NET_EVENT_IPV4_ADDR_ADD | NET_EVENT_IPV4_CMD_ROUTER_ADD) but (NET_EVENT_IF_UP | NET_EVENT_IPV4_ADDR_ADD | NET_EVENT_IPV4_CMD_ROUTER_ADD) prevents any events
|
By
lairdjm
·
#6046
·
|
|
Re: Callback on DNS added/removed
Hi Jamie,
note that in your callback, you need to check the exact value of the
event, so
if (mgmt_event == NET_EVENT_IPV6_ADDR_ADD) {}
instead of
if (mgmt_event & NET_EVENT_IPV6_ADDR_ADD)
Hi Jamie,
note that in your callback, you need to check the exact value of the
event, so
if (mgmt_event == NET_EVENT_IPV6_ADDR_ADD) {}
instead of
if (mgmt_event & NET_EVENT_IPV6_ADDR_ADD)
|
By
Jukka Rissanen
·
#6045
·
|
|
Re: Callback on DNS added/removed
Hi Jamie,
adding some net_mgmt events for DNS is certainly possible. Currently
there are none as you have noticed.
Could you create a github issue for this so it is not forgotten?
Cheers,
Jukka
Hi Jamie,
adding some net_mgmt events for DNS is certainly possible. Currently
there are none as you have noticed.
Could you create a github issue for this so it is not forgotten?
Cheers,
Jukka
|
By
Jukka Rissanen
·
#6044
·
|
|
counter.h API
Hi,
If anyone is interested in counter.h API there are two ongoing PR’s with proposed changes:
https://github.com/zephyrproject-rtos/zephyr/pull/16252 - extending API to support detection of
Hi,
If anyone is interested in counter.h API there are two ongoing PR’s with proposed changes:
https://github.com/zephyrproject-rtos/zephyr/pull/16252 - extending API to support detection of
|
By
Chruściński, Krzysztof
·
#6043
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 06/18/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 18 June 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 18 June 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6042
·
|
|
API meeting: Agenda
Agenda:
- New proposal: Video for Zephyr API
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time
Agenda:
- New proposal: Video for Zephyr API
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time
|
By
Carles Cufi
·
#6041
·
|
|
Re: Callback on DNS added/removed
Also I see onhttps://docs.zephyrproject.org/latest/reference/networking/net_mgmt.html?highlight=net_mgmt_init_event_callback thatnet_mgmt_init_event_callback() specifies it takes a bitmask of events
Also I see onhttps://docs.zephyrproject.org/latest/reference/networking/net_mgmt.html?highlight=net_mgmt_init_event_callback thatnet_mgmt_init_event_callback() specifies it takes a bitmask of events
|
By
lairdjm
·
#6040
·
|