|
Storing data in flash at powerfail on nrf51/nrf52
For bluetooth mesh it would be good to save the replay protection list
to a dedicated flash page. This save would only be done in the case of
a powerfail or a reboot.
nrf51/nrf52 have a powerfail
For bluetooth mesh it would be good to save the replay protection list
to a dedicated flash page. This save would only be done in the case of
a powerfail or a reboot.
nrf51/nrf52 have a powerfail
|
By
laczenJMS
·
#2217
·
|
|
echo_client and echo_server run in the same board
Hello,
I am currently trying to run an nrf52 board as both client and server at the same time (based on echo_client and echo_server samples). I've gone through their configuration files, and have
Hello,
I am currently trying to run an nrf52 board as both client and server at the same time (based on echo_client and echo_server samples). I've gone through their configuration files, and have
|
By
Diana Rivera
·
#2216
·
|
|
Re: switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi Vikrant,
Mesh will work with any settings backend (currently FCB and NFFS, and in
the future with NVS).
Johan
Hi Vikrant,
Mesh will work with any settings backend (currently FCB and NFFS, and in
the future with NVS).
Johan
|
By
Johan Hedberg
·
#2215
·
|
|
Re: switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi Andrzej,
Is #BluetoothMesh stack completely independent from persistence storage mechanism used by #SettingLayer ?
If yes, then only it will possible. 😃
Thank You !!
Hi Andrzej,
Is #BluetoothMesh stack completely independent from persistence storage mechanism used by #SettingLayer ?
If yes, then only it will possible. 😃
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#2214
·
|
|
Re: switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi.
I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him).
Hi.
I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him).
|
By
Puzdrowski, Andrzej
·
#2213
·
|
|
Re: LED API extension
Hi Justin,
my proposal is:
typedef int (*led_api_brightness_fade(struct device *dev, u32_t led, u8_t start, u8_t stop, u32_t fade_time);
So it is similar to your approach, but the starting brightness
Hi Justin,
my proposal is:
typedef int (*led_api_brightness_fade(struct device *dev, u32_t led, u8_t start, u8_t stop, u32_t fade_time);
So it is similar to your approach, but the starting brightness
|
By
Johannes Hutter
·
#2212
·
|
|
Re: Mailing list archives before 2017
All - quick update in that we have identified what caused not all of the needed archives to be migrated over. Resolving this is both possible and should not take long. Task should be completed by EOD
All - quick update in that we have identified what caused not all of the needed archives to be migrated over. Resolving this is both possible and should not take long. Task should be completed by EOD
|
By
Brett Preston
·
#2211
·
|
|
Re: LED API extension
Hi Johannes,
I'd be interested in this as well. I'm implementing something similar already using PWM API and a k_timer. So I'm curious about what functionality you are proposing?
Would it be
Hi Johannes,
I'd be interested in this as well. I'm implementing something similar already using PWM API and a k_timer. So I'm curious about what functionality you are proposing?
Would it be
|
By
Justin
·
#2210
·
|
|
Re: Compiling mqtt_publisher example with ESP32
Zach,
WiFi on the ESP32 is not supported at the moment. Short answer: There are a few technical reasons for this, and making it work will require quite a bit of plumbing.
The long answer:
Zephyr
Zach,
WiFi on the ESP32 is not supported at the moment. Short answer: There are a few technical reasons for this, and making it work will require quite a bit of plumbing.
The long answer:
Zephyr
|
By
Leandro Pereira
·
#2209
·
|
|
Compiling mqtt_publisher example with ESP32
Hi All,
I'm trying to get a basic solution running, so if any of this is answered in the wiki I apologize. I'm looking to create an mqtt_client zephyr app running on an espressif ESP32. This is so
Hi All,
I'm trying to get a basic solution running, so if any of this is answered in the wiki I apologize. I'm looking to create an mqtt_client zephyr app running on an espressif ESP32. This is so
|
By
Zach
·
#2208
·
|
|
Re: Mailing list archives before 2017
Thanks Carles. Checking with our IT team and will revert back once I have an update.
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google Talk: bpreston@...
Skype: bprestoncf
Thanks Carles. Checking with our IT team and will revert back once I have an update.
--
Brett Preston
The Linux Foundation
+1 (971) 303-9030
bpreston@...
Google Talk: bpreston@...
Skype: bprestoncf
|
By
Brett Preston
·
#2207
·
|
|
Re: Mailing list archives before 2017
+ Brett
By
Carles Cufi
·
#2206
·
|
|
Mailing list archives before 2017
Hi all,
I'm looking for mail archives of this mainling list before 2017.
Looking in https://lists.zephyrproject.org/g/devel, it only starts on Jan '17.
This might be because we changed mailinglist
Hi all,
I'm looking for mail archives of this mainling list before 2017.
Looking in https://lists.zephyrproject.org/g/devel, it only starts on Jan '17.
This might be because we changed mailinglist
|
By
Erwan Gouriou
·
#2205
·
|
|
switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi,
will it be possible to choose between #FCB & #NVS for #BluetoothMesh persistence data storage using configuration options ?
Thank You !!
Hi,
will it be possible to choose between #FCB & #NVS for #BluetoothMesh persistence data storage using configuration options ?
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#2204
·
|
|
Doubt about good programming practice when setting https settings
Hello!!
I have a doubt, I'm developing a library http_client with https.
However I don't know if I should set the https config (HTTPS_STACK, K_THREAD_POOL..) on my library or I should define at app.
Hello!!
I have a doubt, I'm developing a library http_client with https.
However I don't know if I should set the https config (HTTPS_STACK, K_THREAD_POOL..) on my library or I should define at app.
|
By
christian tavares
·
#2203
·
|
|
Re: LED API extension
Hi Johannes,
The merge windows closes on Friday. You can of course try to post a PR as soon as possible and it might get merged before then depending on how the review goes.
Regards,
Hi Johannes,
The merge windows closes on Friday. You can of course try to post a PR as soon as possible and it might get merged before then depending on how the review goes.
Regards,
|
By
Carles Cufi
·
#2202
·
|
|
LED API extension
Hi everyone,
I just saw that a LED subsystem was added for 1.12. Unfortunately we built our own API a while ago but were not able to contribute it. We have in addition to the upstream API support for
Hi everyone,
I just saw that a LED subsystem was added for 1.12. Unfortunately we built our own API a while ago but were not able to contribute it. We have in addition to the upstream API support for
|
By
Johannes Hutter
·
#2201
·
|
|
Re: OT Shell
Hi Diana,
Sadly, I’m not able to reproduce issues you describe. I did a smoke test of examples that you mention (current master with nrf52840 pca10056), and shell worked on every single one
Hi Diana,
Sadly, I’m not able to reproduce issues you describe. I did a smoke test of examples that you mention (current master with nrf52840 pca10056), and shell worked on every single one
|
By
Lubos, Robert
·
#2200
·
|
|
Re: Problem with mbedtls
Hi Clemence
I was also trying to use mbedtls on frdm-k64f when I encountered handshake errors.
In my case, I used zephyr sample app mbedtls_sslclient.
See if the problem you are seeing is related to
Hi Clemence
I was also trying to use mbedtls on frdm-k64f when I encountered handshake errors.
In my case, I used zephyr sample app mbedtls_sslclient.
See if the problem you are seeing is related to
|
By
Vakul Garg <vakul.garg@...>
·
#2199
·
|
|
Zephyr news, 14 May 2018
Hello,
This is the 14 May 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
Hello,
This is the 14 May 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
|
By
Marti Bolivar
·
#2198
·
|