|
Re: HCI_UART
Hey,
Keep in mind that some Linux distros having a modemmanger. If you not having a blocking udev rule or uninstalling it, this piece of software will try to connect through
Hey,
Keep in mind that some Linux distros having a modemmanger. If you not having a blocking udev rule or uninstalling it, this piece of software will try to connect through
|
By
Stefan Jaritz
·
#5208
·
|
|
nrf52840 dongle
Hi all,
I would like to use nrf52840 dongle for zephyr development.
I don´t have j-link cable and I wonder if I can flash the project using Nordic nrfutil.
As far as I know I need to change linker
Hi all,
I would like to use nrf52840 dongle for zephyr development.
I don´t have j-link cable and I wonder if I can flash the project using Nordic nrfutil.
As far as I know I need to change linker
|
By
Marcio Montenegro
·
#5207
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hello All,
I did some more debugging on my problem and i noticed that whenever the characters are stopped receiving by windows host i get a disconnection in my device with either
LMP RESPONSE
Hello All,
I did some more debugging on my problem and i noticed that whenever the characters are stopped receiving by windows host i get a disconnection in my device with either
LMP RESPONSE
|
By
dhguja@gmail.com
·
#5206
·
|
|
WSL builds now functional
Hi all,
You might know that if you use Windows 10, you can benefit from WSL (Windows Subsystem for Linux) to build Zephyr. This is of course no longer necessary, since we now fully support native
Hi all,
You might know that if you use Windows 10, you can benefit from WSL (Windows Subsystem for Linux) to build Zephyr. This is of course no longer necessary, since we now fully support native
|
By
Carles Cufi
·
#5205
·
|
|
Re: Does Zephyr allow provisioning using relays?
Thanks.
De: Vikrant More [mailto:vikrant8051@...]
Enviado el: martes, 2 de octubre de 2018 12:55
Para: IosuGorostiza
CC: devel@...
Asunto: Re: [Zephyr-devel] Does Zephyr allow provisioning using
Thanks.
De: Vikrant More [mailto:vikrant8051@...]
Enviado el: martes, 2 de octubre de 2018 12:55
Para: IosuGorostiza
CC: devel@...
Asunto: Re: [Zephyr-devel] Does Zephyr allow provisioning using
|
By
IosuGorostiza <balcalde@...>
·
#5204
·
|
|
Re: Best pinmux approach for Atmel sam soc (sam4s & same70)
Hi,
I'm afraid I have to respectfully disagree with you.
Many of the peripherals on the SAM family can be assigned to several
pins. Which pins used are a choice on board level, so technically
Hi,
I'm afraid I have to respectfully disagree with you.
Many of the peripherals on the SAM family can be assigned to several
pins. Which pins used are a choice on board level, so technically
|
By
Vincent - VLoTech
·
#5203
·
|
|
Re: HCI_UART
Hi Cale,
The controller doesn´t seem to be responding to the Reset command, as if perhaps the serial(UART) connection was not working.
Can you try building and flashing the “hello_world”
Hi Cale,
The controller doesn´t seem to be responding to the Reset command, as if perhaps the serial(UART) connection was not working.
Can you try building and flashing the “hello_world”
|
By
Carles Cufi
·
#5202
·
|
|
How to flush the HCI_UART to c
#ble
#nrf52832
Hi,
We had builded the HCI_UART to nrf52832(since our device take only .zip file) and tried to flush to Nordic Development kit, but couldnt able to while doing make flush.
could you please recommend
Hi,
We had builded the HCI_UART to nrf52832(since our device take only .zip file) and tried to flush to Nordic Development kit, but couldnt able to while doing make flush.
could you please recommend
|
By
prabhakaran@...
·
#5201
·
|
|
Re: HCI_UART
Charles,
Thank you very much for the reply.
Here is a paste-bin of the logs you requested. Please let me know if there's any further information you would like me to provide.
Charles,
Thank you very much for the reply.
Here is a paste-bin of the logs you requested. Please let me know if there's any further information you would like me to provide.
|
By
Cale Collins <ccollins@...>
·
#5200
·
|
|
Re: Best pinmux approach for Atmel sam soc (sam4s & same70)
So we are trying to have the out of box config of a board to enable a default set of features for that board.
I see now what was done on the other Atmel SAM platforms. So defining the pins in
So we are trying to have the out of box config of a board to enable a default set of features for that board.
I see now what was done on the other Atmel SAM platforms. So defining the pins in
|
By
Kumar Gala
·
#5199
·
|
|
Re: HCI_UART
Hi there,
Could you please attach a btmon log of the attach procedure?
On one shell run “sudo btmon”
On another shell then run: “sudo btattach -B /dev/ttyACM0 -S 1000000”
And then
Hi there,
Could you please attach a btmon log of the attach procedure?
On one shell run “sudo btmon”
On another shell then run: “sudo btattach -B /dev/ttyACM0 -S 1000000”
And then
|
By
Carles Cufi
·
#5198
·
|
|
HCI_UART
Hello,
I have built and installed HCI_UART to nRF52840 Nordic Development kit. When I connect this device it appears with "lsusb", seemingly I can attach it using "btattach -B /dev/ttyACM0 -S
Hello,
I have built and installed HCI_UART to nRF52840 Nordic Development kit. When I connect this device it appears with "lsusb", seemingly I can attach it using "btattach -B /dev/ttyACM0 -S
|
By
Cale Collins <ccollins@...>
·
#5197
·
|
|
Re: Best pinmux approach for Atmel sam soc (sam4s & same70)
Hi,
isn't better to put the pin config into the arch/.../soc_pinmap.h and then the user app is responsible for proper pin setup. As the same board can be used in various way (typically dev boards) and
Hi,
isn't better to put the pin config into the arch/.../soc_pinmap.h and then the user app is responsible for proper pin setup. As the same board can be used in various way (typically dev boards) and
|
By
Jiří Kubias <jiri.kubias@...>
·
#5196
·
|
|
Re: Best pinmux approach for Atmel sam soc (sam4s & same70)
I’d avoid device tree for right now, it is were we want to be, but requires a bunch of other work we are making progress on.
So we should have a pinmux driver that sets pins, and than we have board
I’d avoid device tree for right now, it is were we want to be, but requires a bunch of other work we are making progress on.
So we should have a pinmux driver that sets pins, and than we have board
|
By
Kumar Gala
·
#5195
·
|
|
Best pinmux approach for Atmel sam soc (sam4s & same70)
Hi all,
I'm currently extending the support for the sam4s and same70, by adding the SPI driver for it.
To create / extend a board which actually uses the SPI bus, I noticed there several different
Hi all,
I'm currently extending the support for the sam4s and same70, by adding the SPI driver for it.
To create / extend a board which actually uses the SPI bus, I noticed there several different
|
By
Vincent - VLoTech
·
#5194
·
|
|
Re: Compilers working on Zephyr
Hi Gil,
It's nice to see someone using TI CGT!
I've been working on it but the current Zephyr code base has many GCC-ism's.
Most challenging part of it is the final linking. In parts,
Hi Gil,
It's nice to see someone using TI CGT!
I've been working on it but the current Zephyr code base has many GCC-ism's.
Most challenging part of it is the final linking. In parts,
|
By
Yasushi SHOJI
·
#5193
·
|
|
Zephyr Development News, 02 October 2018
This is the 02 October 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
This is the 02 October 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
|
By
Marti Bolivar <marti@...>
·
#5192
·
|
|
Re: Compilers working on Zephyr
Hi Gil,
Thanks for pointing it out. I'll take a look on it.
Regards,
Flavio Ceolin
Hi Gil,
Thanks for pointing it out. I'll take a look on it.
Regards,
Flavio Ceolin
|
By
Flavio Ceolin
·
#5191
·
|
|
GPIO flags rework
Wanted to get anyone and everyone’s input on cleaning up the GPIO flags. Please comment on this GitHub issue if you have input:
https://github.com/zephyrproject-rtos/zephyr/issues/10339
Thanks
-
Wanted to get anyone and everyone’s input on cleaning up the GPIO flags. Please comment on this GitHub issue if you have input:
https://github.com/zephyrproject-rtos/zephyr/issues/10339
Thanks
-
|
By
Kumar Gala
·
#5190
·
|
|
Nordic nRF52: Including nrfx_gpiote
Hello,
I am having trouble to include “nrfx_gpiote.h”. I can see that “nrfx_gpiote.c” only implements all methods if the check “NRFX_CHECK(NRFX_GPIOTE_ENABLED)” is passed.
But how do
Hello,
I am having trouble to include “nrfx_gpiote.h”. I can see that “nrfx_gpiote.c” only implements all methods if the check “NRFX_CHECK(NRFX_GPIOTE_ENABLED)” is passed.
But how do
|
By
Gavrikov Paul <Paul.Gavrikov@...>
·
#5189
·
|