|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip 7 messages
#ble
#bluetoothmesh
#nrf52840
#uart
Thanks Adam, I have disabled BT and Shell, Only UART is there. Now, when i run the command with debug mode --> mcumgr -ldebug --conntype=serial --connstring='dev=/dev/ttymxc0,baud=115200' echo hello I
Thanks Adam, I have disabled BT and Shell, Only UART is there. Now, when i run the command with debug mode --> mcumgr -ldebug --conntype=serial --connstring='dev=/dev/ttymxc0,baud=115200' echo hello I
|
By
...
·
|
|
lwip integration with OpenThread 6 messages
#nrf52840
#lwip
#openthread
Hi all, I have found that Zephyr;s code base Echo client & server Example application can be built either on third paty lwip stack or else on OpenThread stack based on config file. Do the Echo client
Hi all, I have found that Zephyr;s code base Echo client & server Example application can be built either on third paty lwip stack or else on OpenThread stack based on config file. Do the Echo client
|
By
...
·
|
|
#nrf52840 #defines 2 messages
#nrf52840
#defines
Hello fellow mailinglist members, I'm currently trying to get the samples "hci_uart" and "hci_usb" working on a laird654 module / Laird DVK-BL654-1.0 (nrf52480) Both samples work on the nrf52480DK (pc
Hello fellow mailinglist members, I'm currently trying to get the samples "hci_uart" and "hci_usb" working on a laird654 module / Laird DVK-BL654-1.0 (nrf52480) Both samples work on the nrf52480DK (pc
|
By
...
·
|
|
I2C Driver nfrx_twi BUSY state 3 messages
#nrf52840
Hi, I'm currently using the i2c_nrfx_twi driver to process i2c transfers with some peripherals. I have several slave units on the same i2c bus and use multi-threading to deal with all of them. I have
Hi, I'm currently using the i2c_nrfx_twi driver to process i2c transfers with some peripherals. I have several slave units on the same i2c bus and use multi-threading to deal with all of them. I have
|
By
aurelien.vouaillat@...
·
|
|
#nrf52840 #ble unstable connection 8 messages
#nrf52840
#ble
Hi community, I'm using nrf52840 on our own development board, I met one problem about abnormal disconnect. environment: [Central] use BLE nRF connect run on nRF52840_PCA10056 (Windows) [Peripheral 1]
Hi community, I'm using nrf52840 on our own development board, I met one problem about abnormal disconnect. environment: [Central] use BLE nRF connect run on nRF52840_PCA10056 (Windows) [Peripheral 1]
|
By
...
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip 3 messages
#nrf52840
#ble
#bluetoothmesh
Hi, I'm trying to do an OTA of zephyr hci_uart application and i have done following things. Referred https://docs.zephyrproject.org/1.14.0/samples/subsys/mgmt/mcumgr/smp_svr/README.html?highlight=bui
Hi, I'm trying to do an OTA of zephyr hci_uart application and i have done following things. Referred https://docs.zephyrproject.org/1.14.0/samples/subsys/mgmt/mcumgr/smp_svr/README.html?highlight=bui
|
By
...
·
|
|
[Zephyr-users] OpenThread example from embedded world conf
#nrf52840
---------- Forwarded message ---------- From: Lubos, Robert <Robert.Lubos@...> Date: Thu, Jun 28, 2018 at 1:14 PM Subject: RE: [Zephyr-users] OpenThread example from embedded world conf #nrf
---------- Forwarded message ---------- From: Lubos, Robert <Robert.Lubos@...> Date: Thu, Jun 28, 2018 at 1:14 PM Subject: RE: [Zephyr-users] OpenThread example from embedded world conf #nrf
|
By
...
·
|
|
Request for help in interfacing ENC28J60 to PCA10056
#nrf52840
Hi, I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations: ================= =================================== NRF52840 PCA10056 ENC28J60 (pin numbers on th
Hi, I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations: ================= =================================== NRF52840 PCA10056 ENC28J60 (pin numbers on th
|
By
giriprasad@...
·
|
|
More apps sharing the same building system 2 messages
#nrf52840
Hi, Do you mean by "apps" to create multiple images for multiple boards, or multiple threads in one image? Zephyr is not like Linux; meaning that you don't have multiple apps running on a board. Rathe
Hi, Do you mean by "apps" to create multiple images for multiple boards, or multiple threads in one image? Zephyr is not like Linux; meaning that you don't have multiple apps running on a board. Rathe
|
By
Yasushi SHOJI
·
|
|
"net arp" command displays "ARP cache is empty" even after a series of arpings from peer devices 3 messages
#nrf52840
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@...
·
|
|
BLE throughput under load, QOS 2 messages
#ble
#nrf52840
Hi Henry, I wonder if this could be related to the lack of buffers on the host, I assume you would use bt_gatt_notify with NULL conn which will take care of notifying each connection but that may end
Hi Henry, I wonder if this could be related to the lack of buffers on the host, I assume you would use bt_gatt_notify with NULL conn which will take care of notifying each connection but that may end
|
By
Luiz Augusto von Dentz
·
|
|
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 followi
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 followi
|
By
Arkadiusz Cichocki
·
|
|
Data Length Extension 2 messages
#ble
#nrf52
#nrf52832
#nrf52840
Hi Henry, Take a look at the configuration used in Nordic’s throughput sample: https://github.com/tejlmand/fw-nrfconnect-nrf/blob/master/samples/bluetooth/throughput/prj.conf I think you are missing s
Hi Henry, Take a look at the configuration used in Nordic’s throughput sample: https://github.com/tejlmand/fw-nrfconnect-nrf/blob/master/samples/bluetooth/throughput/prj.conf I think you are missing s
|
By
Carles Cufi
·
|
|
Simultaneous BLE and ShockBurst
#shockburst
#ble
#nrf52840
In my application, I need to use the nrf52840 for both BLE (as the controller) and ShockBurst. Specifically, it's the nrf52840 on the nrf9160 if it matters. I'm using the zephyr BLE stack and things a
In my application, I need to use the nrf52840 for both BLE (as the controller) and ShockBurst. Specifically, it's the nrf52840 on the nrf9160 if it matters. I'm using the zephyr BLE stack and things a
|
By
Mike DiClaudio
·
|
|
Error in NRF SoC flash memory compilation
#nrf52840
When Iam trying to include flash.h file in my application noticed below compilation error. Can you help me to resolve the issue ZEPHYR/zephyrproject/zephyr/include/drivers/flash.h: In function 'int z_
When Iam trying to include flash.h file in my application noticed below compilation error. Can you help me to resolve the issue ZEPHYR/zephyrproject/zephyr/include/drivers/flash.h: In function 'int z_
|
By
giriprasad@...
·
|
|
Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running. 12 messages
#nrf52840
#samples
The changes that you do there basically turn off ARP, the end result is that the IPv4 connectivity cannot work properly after this. Cheers, Jukka
The changes that you do there basically turn off ARP, the end result is that the IPv4 connectivity cannot work properly after this. Cheers, Jukka
|
By
Jukka Rissanen
·
|
|
c++ application development 4 messages
#nrf52840
Dynamic memory allocation is supported in Zephyr C++, though you have to enable a source for the memory. You should not have to define overloads for those operators. tests/application_development/libc
Dynamic memory allocation is supported in Zephyr C++, though you have to enable a source for the memory. You should not have to define overloads for those operators. tests/application_development/libc
|
By
Peter A. Bigot
·
|
|
Interfacing ENC28J60(ethernet) with PCA10056.
#nrf52840
Hi Team, I have interfaced ENC28j60 module to PCA10056 and flashed the example "zephyr/samples/net/sockets/echo" . After this, I am unable to ping PCA10056. I am getting the wireshark log as shown in
Hi Team, I have interfaced ENC28j60 module to PCA10056 and flashed the example "zephyr/samples/net/sockets/echo" . After this, I am unable to ping PCA10056. I am getting the wireshark log as shown in
|
By
giriprasad@...
·
Edited
|
|
New development boards added to 1.14 2 messages
#nrf52832
#nrf52840
Hello, I have 2 PRs open to add two new development boards to Zephyr. I would like to see if it is possible to get them added before v1.14 is released. https://github.com/zephyrproject-rtos/zephyr/pul
Hello, I have 2 PRs open to add two new development boards to Zephyr. I would like to see if it is possible to get them added before v1.14 is released. https://github.com/zephyrproject-rtos/zephyr/pul
|
By
Ryan Erickson
·
|
|
#ble #nrf52840 2 messages
#nrf52840
#ble
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the cen
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the cen
|
By
henry.wagner@...
·
|