|
Re: Web Server
Hello Nicholas,
On Mon, 15 Apr 2019 18:02:46 +0000
" via Lists.Zephyrproject.Org"
<Nicholas.Yameen=se.com@...> wrote:
Zephyr offers a (sizable subset of) BSD Socket API, which
Hello Nicholas,
On Mon, 15 Apr 2019 18:02:46 +0000
" via Lists.Zephyrproject.Org"
<Nicholas.Yameen=se.com@...> wrote:
Zephyr offers a (sizable subset of) BSD Socket API, which
|
By
Paul Sokolovsky
·
#5926
·
|
|
Is DFU working in Zephyr?
Hi Zephyr developers:
I’m trying to enable the DFU function inside the mcuboot bootloader so that I can use the bootloader to load a custom firmware file. I followed the sample
Hi Zephyr developers:
I’m trying to enable the DFU function inside the mcuboot bootloader so that I can use the bootloader to load a custom firmware file. I followed the sample
|
By
Li, Jun R
·
#5925
·
|
|
Re: Web Server
Hi Nick,
HTTP support is set to be dropped soon last I heard yes, this is because it hasn’t been converted to use the new sockets API and has no active maintainer, that may change in the future.
You
Hi Nick,
HTTP support is set to be dropped soon last I heard yes, this is because it hasn’t been converted to use the new sockets API and has no active maintainer, that may change in the future.
You
|
By
lairdjm
·
#5924
·
|
|
Web Server
Hello,
I see there is an example for a dumb HTTP server for Zephyr in the samples folder. This example serves a single static web page when going to that IP address in a web browser. Is it
Hello,
I see there is an example for a dumb HTTP server for Zephyr in the samples folder. This example serves a single static web page when going to that IP address in a web browser. Is it
|
By
Nicholas Yameen <Nicholas.Yameen@...>
·
#5923
·
|
|
Re: To bring back RPL to Zephyr project
Hello Jian,
We do use the RPL module in our project, and we will keep using it in the future.
Unfortunately, as we are a very small team, we didn't have the resources to step up and maintain it then,
Hello Jian,
We do use the RPL module in our project, and we will keep using it in the future.
Unfortunately, as we are a very small team, we didn't have the resources to step up and maintain it then,
|
By
Thiago Silveira
·
#5922
·
|
|
Re: Support for Open Supervised Device Protocol (OSDP) in Zephyr
Hi Sid,
Thanks so much for reaching out. Let me do some asking around as to which working group within Zephyr Project can best look into and, if things align, help with coordination. I'll be back
Hi Sid,
Thanks so much for reaching out. Let me do some asking around as to which working group within Zephyr Project can best look into and, if things align, help with coordination. I'll be back
|
By
Thea Aldrich
·
#5921
·
|
|
Re: Support for Open Supervised Device Protocol (OSDP) in Zephyr
Hi,
Can anyone comment on this? It'd be helpful to know such information earlier on.
Sid.
---- On Sun, 07 Apr 2019 00:39:04 +0530 Siddharth Chandrasekaran <siddharth@...> wrote ----
Hi,
Can anyone comment on this? It'd be helpful to know such information earlier on.
Sid.
---- On Sun, 07 Apr 2019 00:39:04 +0530 Siddharth Chandrasekaran <siddharth@...> wrote ----
|
By
Siddharth Chandrasekaran
·
#5920
·
|
|
Board: Adafruit ItsyBitsy M0 Express
Hello everyone,
the board 'Adafruit Trinket M0' is supported by the Zephyr project.
Is it planned to support the board 'Adafruit ItsyBitsy M0 Express' in the future?
Thanks for your answer.
Hello everyone,
the board 'Adafruit Trinket M0' is supported by the Zephyr project.
Is it planned to support the board 'Adafruit ItsyBitsy M0 Express' in the future?
Thanks for your answer.
|
By
ulrich.althoefer@...
·
#5919
·
|
|
Re: New bee
Hi Siva,
In that case, I would start by checking the GitHub Issues and search the opens with the label "Platform: nRF." IIRC it will be purple.
I recommend starting out with low priority bugs for a
Hi Siva,
In that case, I would start by checking the GitHub Issues and search the opens with the label "Platform: nRF." IIRC it will be purple.
I recommend starting out with low priority bugs for a
|
By
Thea Aldrich
·
#5918
·
|
|
nRF52840 and LSM303AGR accelerometer (SPI)
#nrf52840
Hi,
I'm trying to read data from the LSM303AGR accelerometer using SPI. The microcontroller which I use is nRF52840. I want to use the LIS2DH driver which is implemented in Zephyr.
I added the
Hi,
I'm trying to read data from the LSM303AGR accelerometer using SPI. The microcontroller which I use is nRF52840. I want to use the LIS2DH driver which is implemented in Zephyr.
I added the
|
By
Arkadiusz Cichocki
·
#5917
·
|
|
Re: New bee
Hi Aldrich,
I want to work on device side first & later move on to bluetooth, I got a bunch of nrf52 boards.
Regards,
Siva.
Hi Aldrich,
I want to work on device side first & later move on to bluetooth, I got a bunch of nrf52 boards.
Regards,
Siva.
|
By
Siva Subrahmanyam
·
#5916
·
|
|
Re: Enable ethernet on STM32F4 boards?
Hi Jun,
I had it working on basic samples like dns_resolve (on latest master).
Are you facing some issues ?
Erwan
Hi Jun,
I had it working on basic samples like dns_resolve (on latest master).
Are you facing some issues ?
Erwan
|
By
Erwan Gouriou
·
#5914
·
|
|
Re: Mocking with ztest
Hi Kim,
I bumped into the similar issue and the solution was to use ztest together with the native_posix target to implement my unit tests.
Also see following issue on
Hi Kim,
I bumped into the similar issue and the solution was to use ztest together with the native_posix target to implement my unit tests.
Also see following issue on
|
By
Jan Van Winkel
·
#5913
·
|
|
Mocking with ztest
Hi Zephyr developers
I'm looking at ztest as a means to test our application code.
I've managed to command sanytycheck to run at our 'out of tree' projects. That's all fine.
Next issue is mocking. Fx.
Hi Zephyr developers
I'm looking at ztest as a means to test our application code.
I've managed to command sanytycheck to run at our 'out of tree' projects. That's all fine.
Next issue is mocking. Fx.
|
By
Kim Bøndergaard
·
#5912
·
|
|
Enable ethernet on STM32F4 boards?
Hey Zephyr developers,
Wondering if anyone has tried bringing up the internal Ethernet phy on any STM32F429 boards, like NUCLEO-F429ZI and testing it with any samples? Can you share some
Hey Zephyr developers,
Wondering if anyone has tried bringing up the internal Ethernet phy on any STM32F429 boards, like NUCLEO-F429ZI and testing it with any samples? Can you share some
|
By
Li, Jun R
·
#5911
·
|
|
Re: New bee
Hello Siva,
Welcome to the Zephyr Project! Thank you so much for your interest in participating. I can also help connect you with the teams working on specific subsystems or initiatives you're
Hello Siva,
Welcome to the Zephyr Project! Thank you so much for your interest in participating. I can also help connect you with the teams working on specific subsystems or initiatives you're
|
By
Thea Aldrich
·
#5910
·
|
|
New bee
Hi,
I want to contribute my weekend time on development/maintenance activity on any opensource project. Right now i am working for IOT Start up working o BLE 4.0 using Nordic chips.
So i thought
Hi,
I want to contribute my weekend time on development/maintenance activity on any opensource project. Right now i am working for IOT Start up working o BLE 4.0 using Nordic chips.
So i thought
|
By
Siva Subrahmanyam
·
#5909
·
|
|
More apps sharing the same building system
#nrf52840
Hello,
I'm new to Zephyr.
The online guide is focused on building one single app. The application directory is myprojects/app, the source code directory is myprojects/app/src, etc.
The question is
Hello,
I'm new to Zephyr.
The online guide is focused on building one single app. The application directory is myprojects/app, the source code directory is myprojects/app/src, etc.
The question is
|
By
Gabriele Filosofi
·
#5908
·
|
|
Re: Process HCI_UART BLE Connectivity updating FW in the field
Hi Carles,
Ok thanks for this feedback! A next challenge coming, the learning process continuous.
br,
Frank
Hi Carles,
Ok thanks for this feedback! A next challenge coming, the learning process continuous.
br,
Frank
|
By
frv
·
#5907
·
|
|
Re: Process HCI_UART BLE Connectivity updating FW in the field
Hi Frank,
If you don’t have a debug connection between the iMX and the nRF52832 then you need to use the UART to update the firmware. In order to achieve that you will need to use a bootloader
Hi Frank,
If you don’t have a debug connection between the iMX and the nRF52832 then you need to use the UART to update the firmware. In order to achieve that you will need to use a bootloader
|
By
Carles Cufi
·
#5906
·
|