|
Re: LE pair disconnected
Hi Johan,
sorry to bother you again.
We try to launch Bluetooth service.
After typing “systemctl status bluetooth.service” , some error messages as following:
Could you give us some
Hi Johan,
sorry to bother you again.
We try to launch Bluetooth service.
After typing “systemctl status bluetooth.service” , some error messages as following:
Could you give us some
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5800
·
|
|
Re: How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi Lars,
Do they use MS OS Descriptors to pick right driver? We have this
capability in Zephyr, it is used in RNDIS to pick RNDIS compatible
device driver.
You can also create issue for the
Hi Lars,
Do they use MS OS Descriptors to pick right driver? We have this
capability in Zephyr, it is used in RNDIS to pick RNDIS compatible
device driver.
You can also create issue for the
|
By
Andrei
·
#5799
·
|
|
Re: How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi,
The inf file is needed only for older versions of Windows, the latest
one (Win10) only needs this patch from the PR
Hi,
The inf file is needed only for older versions of Windows, the latest
one (Win10) only needs this patch from the PR
|
By
Andrei
·
#5798
·
|
|
Re: How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
I just found this awesome article by Reilly Grant covering all the quirks:
https://developers.google.com/web/fundamentals/native-hardware/build-for-webusb/
I just found this awesome article by Reilly Grant covering all the quirks:
https://developers.google.com/web/fundamentals/native-hardware/build-for-webusb/
|
By
Lars Knudsen
·
#5797
·
|
|
Re: How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi Carles,
If the right descriptors are added, it should be possible to get working without the *.inf file. Windows is a mess - but it *is* possible.
There seem to be something wrong in the
Hi Carles,
If the right descriptors are added, it should be possible to get working without the *.inf file. Windows is a mess - but it *is* possible.
There seem to be something wrong in the
|
By
Lars Knudsen
·
#5796
·
|
|
Re: How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi Aaron,
This is because Windows needs an .inf file with matching VID/PID.
Marcin from Nordic is currently working on addressing that.
See:
Hi Aaron,
This is because Windows needs an .inf file with matching VID/PID.
Marcin from Nordic is currently working on addressing that.
See:
|
By
Carles Cufi
·
#5795
·
|
|
How to run samples/subsys/usb/console on windows with nrf52840_pac10056?
Hi,
I want to evaluate the samples/subsys/usb/console sample. It looks quite easy from the README file. But my PC(win10) cannot recognize the USB console(I suppose CDC device) correctly.
PS: I connect
Hi,
I want to evaluate the samples/subsys/usb/console sample. It looks quite easy from the README file. But my PC(win10) cannot recognize the USB console(I suppose CDC device) correctly.
PS: I connect
|
By
Aaron Xu
·
#5794
·
|
|
Zephyr v1.14.0-rc2 Tagged
Hi all,
We have just tagged Zephyr 1.14.0-rc2.
At this point we are freezing the code base. The focus at this point will be to close out any serious bugs and documentation issues. There will be
Hi all,
We have just tagged Zephyr 1.14.0-rc2.
At this point we are freezing the code base. The focus at this point will be to close out any serious bugs and documentation issues. There will be
|
By
Kumar Gala
·
#5793
·
|
|
Re: [Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Kai,
Hijacking the thread a bit here but have you considered using an nRF52-based board instead of the micro:bit? There's quite a few of them in really interesting form factors, including the
Hi Kai,
Hijacking the thread a bit here but have you considered using an nRF52-based board instead of the micro:bit? There's quite a few of them in really interesting form factors, including the
|
By
Carles Cufi
·
#5792
·
|
|
Re: [Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Johan,
Thanks for the prompt reply.
I think you're expert of Zephyr Bluetooth, I have two questions before getting into the detail for optimization:
1. compiling same sample code, like
Hi Johan,
Thanks for the prompt reply.
I think you're expert of Zephyr Bluetooth, I have two questions before getting into the detail for optimization:
1. compiling same sample code, like
|
By
Kai Ren
·
#5791
·
|
|
Re: [Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Kai,
I wouldn’t say it’s impossible. I bet there’s still place for memory optimisation, e.g. thread stacks that can be shrunk, buffer sizes & counts that can be lowered, and possibly
Hi Kai,
I wouldn’t say it’s impossible. I bet there’s still place for memory optimisation, e.g. thread stacks that can be shrunk, buffer sizes & counts that can be lowered, and possibly
|
By
Johan Hedberg
·
#5790
·
|
|
Re: [Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Johan,
I had done it, the micro:bit can be:
1. provisioned by nRF Mesh and meshctl through PB-GATT
2. don't support provisioningdata persistent storage;
3. model configuration, just two models
Hi Johan,
I had done it, the micro:bit can be:
1. provisioned by nRF Mesh and meshctl through PB-GATT
2. don't support provisioningdata persistent storage;
3. model configuration, just two models
|
By
Kai Ren
·
#5789
·
|
|
Re: LE pair disconnected
Sorry,
I also add bluetoothd file to /usr/libexec/bluetooth/
Thanks
Tommy
Sorry,
I also add bluetoothd file to /usr/libexec/bluetooth/
Thanks
Tommy
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5788
·
|
|
Re: LE pair disconnected
Hi Johan,
Thanks for your information
I do following things:
1. add Bluetooth.service file to /lib/systemd/system/bluetooth.service
2. add bluetooth.conf file to /etc/dbus-1/system.d
Hi Johan,
Thanks for your information
I do following things:
1. add Bluetooth.service file to /lib/systemd/system/bluetooth.service
2. add bluetooth.conf file to /etc/dbus-1/system.d
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5787
·
|
|
Re: LE pair disconnected
Hi,
The Linux kernel has a 2 second timeout for any connection that doesn’t have users. “Users” in this context are e.g. any user space sockets that use the connection. Normally when bluetoothd
Hi,
The Linux kernel has a 2 second timeout for any connection that doesn’t have users. “Users” in this context are e.g. any user space sockets that use the connection. Normally when bluetoothd
|
By
Johan Hedberg
·
#5786
·
|
|
Re: Few questions regarding sockets/DTLS and net_offload
Hi again,
Good info re: HOSTNAME. Would keeping it enable require working DNS? We haven't had time to verify that DNS works. Indeed we know that it was broken under net_app so we haven't really
Hi again,
Good info re: HOSTNAME. Would keeping it enable require working DNS? We haven't had time to verify that DNS works. Indeed we know that it was broken under net_app so we haven't really
|
By
Lubos, Robert
·
#5785
·
|
|
Re: LE pair disconnected
Hi Tommy,
Sorry, I am not able to try out your usecase on Bluez, as it has been quite sometime that I have been using with Bluez, due to my priorities, you may have to wait or ask someone else on
Hi Tommy,
Sorry, I am not able to try out your usecase on Bluez, as it has been quite sometime that I have been using with Bluez, due to my priorities, you may have to wait or ask someone else on
|
By
Chettimada, Vinayak Kariappa
·
#5784
·
|
|
Re: LE pair disconnected
Hi Vinayak,
sorry to bother you again.
In your experience , what reason will cause“CONNECTION TERMINATED BY LOCAL HOST”
> HCI Event: Disconnect Complete (0x05) plen 4
Hi Vinayak,
sorry to bother you again.
In your experience , what reason will cause“CONNECTION TERMINATED BY LOCAL HOST”
> HCI Event: Disconnect Complete (0x05) plen 4
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5783
·
|
|
Re: [Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Johan,
Thank so the reply!
I got the point and I built *mesh* application basing on microbit_gatt.conf, but the compiling console told me that RAM is oversize, 104.03%.
Memory region Used
Hi Johan,
Thank so the reply!
I got the point and I built *mesh* application basing on microbit_gatt.conf, but the compiling console told me that RAM is oversize, 104.03%.
Memory region Used
|
By
Kai Ren
·
#5782
·
|
|
Re: Few questions regarding sockets/DTLS and net_offload
Hi Robert,
Thanks for a quick response :)
I don't have a strong preference regarding lazy handshaking, it's probably better the way you implemented it - I'd recommend elaborating the source code
Hi Robert,
Thanks for a quick response :)
I don't have a strong preference regarding lazy handshaking, it's probably better the way you implemented it - I'd recommend elaborating the source code
|
By
Benjamin Lindqvist
·
#5781
·
|