|
DEV meeting topic
HI all,
As you know, the Zephyr Dev-review meeting takes place on Thursday 9AM-10AM (PDT) (18h-19h (CEST)).
We want to cover topics related to the settings pattern load
HI all,
As you know, the Zephyr Dev-review meeting takes place on Thursday 9AM-10AM (PDT) (18h-19h (CEST)).
We want to cover topics related to the settings pattern load
|
By
Puzdrowski, Andrzej <Andrzej.Puzdrowski@...>
·
#1505
·
|
|
Re: #ble #nrf52840 Setting LE Coded PHY
#ble
#nrf52840
Not supported yet. And, there has been no deadline set or plan in progress towards its completion, yet.
Best said, it will be supported when there is a strong requirement and resources assigned (or
Not supported yet. And, there has been no deadline set or plan in progress towards its completion, yet.
Best said, it will be supported when there is a strong requirement and resources assigned (or
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1504
·
|
|
Re: #ble #nrf52840 Setting LE Coded PHY
#ble
#nrf52840
Hi Vinayak,
When you say " Long range is not supported in advertising", does it mean " Long range **will never be** supported in advertising" or " Long range is not supported in advertising **yet**"
Hi Vinayak,
When you say " Long range is not supported in advertising", does it mean " Long range **will never be** supported in advertising" or " Long range is not supported in advertising **yet**"
|
By
Giuliano Franchetto
·
#1503
·
|
|
Re: #ble #nrf52840 Setting LE Coded PHY
#ble
#nrf52840
Long range is not supported in advertising (Extended Advertising feature is not supported), hence long range connection too cannot be established. After legacy connection is established Bluetooth Host
Long range is not supported in advertising (Extended Advertising feature is not supported), hence long range connection too cannot be established. After legacy connection is established Bluetooth Host
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1502
·
|
|
#ble #nrf52840 Setting LE Coded PHY
#ble
#nrf52840
Hello,
I am new to Zephyr. I tried some samples with the nordic sdk and was able to use Nordic UART Services (NUS) as central and peripheral with coded phy (S=8). With nordic (S=2) is not possible. So
Hello,
I am new to Zephyr. I tried some samples with the nordic sdk and was able to use Nordic UART Services (NUS) as central and peripheral with coded phy (S=8). With nordic (S=2) is not possible. So
|
By
a.feil@...
·
#1501
·
|
|
Re: Zephyr compatible motes for 802.15.4
Also, these module do not support hardware acceleration. Is there any module with this functionality.
Also, these module do not support hardware acceleration. Is there any module with this functionality.
|
By
Nikos Karamolegkos
·
#1500
·
|
|
API meeting: agenda
Agenda:
- Flash: write protection and read alignment unification
- GPIO: Proposal review
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want
Agenda:
- Flash: write protection and read alignment unification
- GPIO: Proposal review
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want
|
By
Carles Cufi
·
#1499
·
|
|
[Mbedtls][logging] Mbedtls not printing logs
Hi,
I am unable to get the Mbedtls log working. I don’t see any logs from mbedtls being printed.
These are my KConfig options or mbedtls:
#
# Cryptography
#
# CONFIG_TINYCRYPT is not
Hi,
I am unable to get the Mbedtls log working. I don’t see any logs from mbedtls being printed.
These are my KConfig options or mbedtls:
#
# Cryptography
#
# CONFIG_TINYCRYPT is not
|
By
Prabhu Vinod, Karthik
·
#1498
·
|
|
"net arp" command displays "ARP cache is empty" even after a series of arpings from peer devices
#nrf52480
Hi,
I have interfaced "ENC28J60" to "PCA10056"(NRF52840) through SPI. Made necessary configurations in order to reflect hardware changes in software. Flashed sample application, "dumb_http_server" to
Hi,
I have interfaced "ENC28J60" to "PCA10056"(NRF52840) through SPI. Made necessary configurations in order to reflect hardware changes in software. Flashed sample application, "dumb_http_server" to
|
By
giriprasad@...
·
#1497
·
|
|
Re: Runner pyocd cannot find 'intelhex' while running ninja flash - is there a Python environment vaiable I am missing ?
Hi Bob,
The ‘intelhex’ error looks like you’re missing a python package, but even if you get that resolved you unfortunately cannot use pyocd in the Windows 10 Linux subsystem. WSL has limited
Hi Bob,
The ‘intelhex’ error looks like you’re missing a python package, but even if you get that resolved you unfortunately cannot use pyocd in the Windows 10 Linux subsystem. WSL has limited
|
By
Maureen Helm
·
#1496
·
|
|
Runner pyocd cannot find 'intelhex' while running ninja flash - is there a Python environment vaiable I am missing ?
I am a beginner using Windows 10 Linux subsystem running Ubuntu 18.04 LTS from the Windows app store as a development environment
I was able to get cmake working correctly after defining the
I am a beginner using Windows 10 Linux subsystem running Ubuntu 18.04 LTS from the Windows app store as a development environment
I was able to get cmake working correctly after defining the
|
By
Bob Wilmes
·
#1495
·
|
|
Re: C Compiler "/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" does not compile
Thanks Marc - your answer works perfect - I didn't have ZEPHYR_BASE set to $HOME/zephyrproject/zephyr
cmake works perfectly now and picks up the arm compiler now.
Best regards,
Bob Wilmes
--
Bob
Thanks Marc - your answer works perfect - I didn't have ZEPHYR_BASE set to $HOME/zephyrproject/zephyr
cmake works perfectly now and picks up the arm compiler now.
Best regards,
Bob Wilmes
--
Bob
|
By
Bob Wilmes
·
#1494
·
|
|
Galileo pinmux issue
As I was testing Zephyr on Galileo, I noticed that pinumx functionalities that use pwm for multiplexing are not working. A small modification in
As I was testing Zephyr on Galileo, I noticed that pinumx functionalities that use pwm for multiplexing are not working. A small modification in
|
By
andreibolkonski1814@...
·
#1493
·
|
|
Re: C Compiler "/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" does not compile
Hi,
You're missing a ${ZEPHYR_BASE} definition. Do you use west?
This often confused me too. So I looked into adding a better error message but I couldn't find an implementation that wouldn't
Hi,
You're missing a ${ZEPHYR_BASE} definition. Do you use west?
This often confused me too. So I looked into adding a better error message but I couldn't find an implementation that wouldn't
|
By
Marc Herbert
·
#1492
·
|
|
C Compiler "/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" does not compile
I am new to Zephyr trying to build some of the sample programs for a bbc_microbit.
I get the following error message from the compiler (I installed the 0.10 level of the Zephyr SDK on Windows 10
I am new to Zephyr trying to build some of the sample programs for a bbc_microbit.
I get the following error message from the compiler (I installed the 0.10 level of the Zephyr SDK on Windows 10
|
By
Bob Wilmes
·
#1491
·
|
|
Re: fail to install python dependencies
Hi Carles,
I tried google method as well. Including update the setup tools, change python version.
But it doesnt work.
Regards,
Kay Li
Hi Carles,
I tried google method as well. Including update the setup tools, change python version.
But it doesnt work.
Regards,
Kay Li
|
By
KAY LI NG <kayli0109@...>
·
#1490
·
|
|
Re: fail to install python dependencies
Googling a bit this shows that it might be related to an out of date setuptools.
Try running:
pip install --upgrade setuptools
Regards,
Carles
Googling a bit this shows that it might be related to an out of date setuptools.
Try running:
pip install --upgrade setuptools
Regards,
Carles
|
By
Carles Cufi
·
#1489
·
|
|
fail to install python dependencies
Hi,
I tried this, but the following error came out. What should I do?
$ pip3 install --user -r zephyr/scripts/requirements.txt
Command "python setup.py egg_info" failed with error code 1 in
Hi,
I tried this, but the following error came out. What should I do?
$ pip3 install --user -r zephyr/scripts/requirements.txt
Command "python setup.py egg_info" failed with error code 1 in
|
By
KAY LI NG <kayli0109@...>
·
#1488
·
|
|
API meeting and agenda
Hi all,
As you know, the Zephyr API meeting takes place on Tuesdays 9AM-10AM (PDT) (18h-19h (CEST)).
Until now the way to include an item (issue or Pull Request) added to the meeting agenda was to
Hi all,
As you know, the Zephyr API meeting takes place on Tuesdays 9AM-10AM (PDT) (18h-19h (CEST)).
Until now the way to include an item (issue or Pull Request) added to the meeting agenda was to
|
By
Carles Cufi
·
#1487
·
|
|
Re: Zephyr compatible motes for 802.15.4
On Tue, May 28, 2019 at 02:44 AM, Paul Sokolovsky wrote:
frdm_kw41zThe only bad thing is that this module supports only the FSK PHY.
On Tue, May 28, 2019 at 02:44 AM, Paul Sokolovsky wrote:
frdm_kw41zThe only bad thing is that this module supports only the FSK PHY.
|
By
Nikos Karamolegkos
·
#1486
·
|