|
Unable to run USB samples on STM32F411E-DISCO
#samples
Thanks for the feedback. I will go ahead and create an issue on github to describe the issue and show what I have tried so far. Thanks! Brian
Thanks for the feedback. I will go ahead and create an issue on github to describe the issue and show what I have tried so far. Thanks! Brian
|
By
bbradley@...
· #7009
·
|
|
Unable to run USB samples on STM32F411E-DISCO
#samples
Hi Brian, Raising an issue would indeed help to provide support. Don't hesitate to share the work you've already done to ease things. BR Erwan
Hi Brian, Raising an issue would indeed help to provide support. Don't hesitate to share the work you've already done to ease things. BR Erwan
|
By
Erwan Gouriou
· #7008
·
|
|
Unable to run USB samples on STM32F411E-DISCO
#samples
So I think there are a few things going on here, and have begun to unravel it but I might need some guidance on how to proceed. I intend to utilize the STM32F411E MCU on an upcoming board, but I wante
So I think there are a few things going on here, and have begun to unravel it but I might need some guidance on how to proceed. I intend to utilize the STM32F411E MCU on an upcoming board, but I wante
|
By
bbradley@...
· #7007
·
|
|
Zephyr rtos : Unable to scan all broadcasted BLE packets
#ble
#hci
#nrf52480
#samples
#uart
You can use nRF sniffer found here: https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE And check the wireshark logs for advertising interval and channels. If
You can use nRF sniffer found here: https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE And check the wireshark logs for advertising interval and channels. If
|
By
Chettimada, Vinayak Kariappa
· #6868
·
|
|
Zephyr rtos : Unable to scan all broadcasted BLE packets
#ble
#hci
#nrf52480
#samples
#uart
Hi All, I have observed one thing related to zephyr's hci_uart sample application. I have used above application to implement the logic of beacon scanning in my custom application. (Used Bluez 5.50 fr
Hi All, I have observed one thing related to zephyr's hci_uart sample application. I have used above application to implement the logic of beacon scanning in my custom application. (Used Bluez 5.50 fr
|
By
...
· #6862
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi Johan, Should i go with the Hardware flow control as enable to solve the buffer flow issue ? Not using HWFC could have any other adverse effect? As my current implementation is based on flow contro
Hi Johan, Should i go with the Hardware flow control as enable to solve the buffer flow issue ? Not using HWFC could have any other adverse effect? As my current implementation is based on flow contro
|
By
...
· #6760
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi Mayank, You might get lucky with disabling hardware flow control, however this standard HCI transport officially requires it (see Vol 4, Part A section 3 in Bluetooth Core Specification 5.2). Yes,
Hi Mayank, You might get lucky with disabling hardware flow control, however this standard HCI transport officially requires it (see Vol 4, Part A section 3 in Bluetooth Core Specification 5.2). Yes,
|
By
Johan Hedberg
· #6759
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi, > Q1: As i'm not using HW flow control, Can i have any flow control related problem if there will be more number of devices/beacons available for the scanning. Yes, that is the purpose of flow con
Hi, > Q1: As i'm not using HW flow control, Can i have any flow control related problem if there will be more number of devices/beacons available for the scanning. Yes, that is the purpose of flow con
|
By
lairdjm
· #6758
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi All, I have a doubt regarding one of the sample application of zephyr (samples/bluetooth/hci_uart). This 'hci_uart' application has Hardware flow control enable by default in its nrf.conf file. (CO
Hi All, I have a doubt regarding one of the sample application of zephyr (samples/bluetooth/hci_uart). This 'hci_uart' application has Hardware flow control enable by default in its nrf.conf file. (CO
|
By
...
· #6757
·
|
|
How to combine smp_svr and hci_uart app's of zephyr for DFU OTA
#hci
#nrf52480
#ble
#uart
#samples
Hi Q1 – no, this mens that higher part of BLE stack runs on HCI client which has no access to nRF52840 flash at all. Q2 – mcuboot serial recovery or your proprietary protocol which can share common ua
Hi Q1 – no, this mens that higher part of BLE stack runs on HCI client which has no access to nRF52840 flash at all. Q2 – mcuboot serial recovery or your proprietary protocol which can share common ua
|
By
Puzdrowski, Andrzej
· #6535
·
|
|
How to combine smp_svr and hci_uart app's of zephyr for DFU OTA
#hci
#nrf52480
#ble
#uart
#samples
Hi, I want to do an DFU OTA in nRF52840 BLE chip. I have flashed mcuboot bootloader and also flashed hci_uart (To scan BLE beacons) application. This will be one time flash using JTAG. Now, I want to
Hi, I want to do an DFU OTA in nRF52840 BLE chip. I have flashed mcuboot bootloader and also flashed hci_uart (To scan BLE beacons) application. This will be one time flash using JTAG. Now, I want to
|
By
...
· #6534
·
|
|
Error building hello world
#samples
Hi there, It looks like some of the modules are missing. Can you make sure you have run “west update” in the working tree? Carles
Hi there, It looks like some of the modules are missing. Can you make sure you have run “west update” in the working tree? Carles
|
By
Carles Cufi
· #6461
·
|
|
Error building hello world
#samples
Hi all, I'm trying to build hello_world sample on Ubuntu 19.10 with west buld command. I'm having the following issue: west build -b qemu_x86 $PWD/samples/hello_world -- west build: build configuratio
Hi all, I'm trying to build hello_world sample on Ubuntu 19.10 with west buld command. I'm having the following issue: west build -b qemu_x86 $PWD/samples/hello_world -- west build: build configuratio
|
By
mdecandia@...
· #6460
·
|
|
Need help in implementing a IPv4 based multicast listener application
#networking
#samples
Hello, "Jukka Rissanen" <jukka.rissanen@...> wrote: For reference, there already exists a ticket for this feature: https://github.com/zephyrproject-rtos/zephyr/issues/2336 , so interested
Hello, "Jukka Rissanen" <jukka.rissanen@...> wrote: For reference, there already exists a ticket for this feature: https://github.com/zephyrproject-rtos/zephyr/issues/2336 , so interested
|
By
Paul Sokolovsky
· #6429
·
|
|
Need help in implementing a IPv4 based multicast listener application
#networking
#samples
Hi Giri, currently we have multicast group support only implemented for IPv6. It would not be a big task to implement mcast listener support for IPv4 if you want to do that. As always, patches are wel
Hi Giri, currently we have multicast group support only implemented for IPv6. It would not be a big task to implement mcast listener support for IPv4 if you want to do that. As always, patches are wel
|
By
Jukka Rissanen
· #6422
·
|
|
Need help in implementing a IPv4 based multicast listener application
#networking
#samples
Hi, I am trying to implement IPv4 based multicast listener application. Please let me know, if there are any sample applications in Zephyr that involve joining to a multicast group and listening on a
Hi, I am trying to implement IPv4 based multicast listener application. Please let me know, if there are any sample applications in Zephyr that involve joining to a multicast group and listening on a
|
By
giriprasad@...
· #6420
·
|
|
Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Thanks Marc, I have verified that and it is fine. As mentioned in the previous mails, I am suspecting on the changes that I have made in the file "zephyr/subsys/net/l2/ethernet/ethernet.c". Although,
Thanks Marc, I have verified that and it is fine. As mentioned in the previous mails, I am suspecting on the changes that I have made in the file "zephyr/subsys/net/l2/ethernet/ethernet.c". Although,
|
By
giriprasad@...
· #6335
·
|
|
Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Giri, can you create an issue in github for this. Trying to resolve your issue in mailing list is not very effective. https://github.com/zephyrproject-rtos/zephyr/issues/new/choose Cheers, Jukka
Hi Giri, can you create an issue in github for this. Trying to resolve your issue in mailing list is not very effective. https://github.com/zephyrproject-rtos/zephyr/issues/new/choose Cheers, Jukka
|
By
Jukka Rissanen
· #6334
·
|
|
Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
But, without those changes, if I am trying to ping the board on which Zephyr is running, it is not responding to ping requests and wireshark capture in this scenario can be found in the attached file.
But, without those changes, if I am trying to ping the board on which Zephyr is running, it is not responding to ping requests and wireshark capture in this scenario can be found in the attached file.
|
By
giriprasad@...
· #6333
·
|
|
Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
It should but might not be enough because ufw is just a user interface. Use "ip[6]tables -L" to verify the actual state.
It should but might not be enough because ufw is just a user interface. Use "ip[6]tables -L" to verify the actual state.
|
By
Marc Herbert
· #6332
·
|