|
Re: SPI Kconfig.nrfx changes in recent (1.13.99) clone - setting GPIO pins for SPI master now fails.
Hi Chuck,
SPI config has switched to devicetree and you only need following configs in you prj.conf file for SPI_0:
CONFIG_SPI=y
CONFIG_SPI_0=y
CONFIG_SPI_NRFX=y
All other configurations come from
Hi Chuck,
SPI config has switched to devicetree and you only need following configs in you prj.conf file for SPI_0:
CONFIG_SPI=y
CONFIG_SPI_0=y
CONFIG_SPI_NRFX=y
All other configurations come from
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#5272
·
|
|
Workq stack size confusion
Dear All,
I’m really confused about the workqs at the moment.
I want to implement a modem driver and for that I need a Workq to process AT commands sequentially. Idea was, to have multiple
Dear All,
I’m really confused about the workqs at the moment.
I want to implement a modem driver and for that I need a Workq to process AT commands sequentially. Idea was, to have multiple
|
By
Christoph Schramm <schramm@...>
·
#5271
·
|
|
SPI Kconfig.nrfx changes in recent (1.13.99) clone - setting GPIO pins for SPI master now fails.
My zephyr app, built on ver 1.13.0 with the following prj.cfg file:
My zephyr app, built on ver 1.13.0 with the following prj.cfg file:
|
By
cpmcparland@...
·
#5270
·
|
|
Re: bt_le_scan of node in Mesh network
Hi!
Thanks, this looks exactly like what I was looking for. Even seems to
be easier than the NRF52 SDK-approach with the timing API.
Best Regards,
Martin
Am Mo., 15. Okt. 2018 um 08:25 Uhr schrieb
Hi!
Thanks, this looks exactly like what I was looking for. Even seems to
be easier than the NRF52 SDK-approach with the timing API.
Best Regards,
Martin
Am Mo., 15. Okt. 2018 um 08:25 Uhr schrieb
|
By
Martin <ma@...>
·
#5269
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Hi,
Some Linux distros might do most of work configuring interfaces for you.
If you enable IPv4 autoconfiguration and LLMNR or mDNS you should be able
to access zephyr with short name "zephyr" or
Hi,
Some Linux distros might do most of work configuring interfaces for you.
If you enable IPv4 autoconfiguration and LLMNR or mDNS you should be able
to access zephyr with short name "zephyr" or
|
By
Andrei Emeltchenko <andrei.emeltchenko@...>
·
#5268
·
|
|
Zephyr SDK 0.9.4-rc5 available for testing
Hi,
A release candidate of the Zephyr SDK is available for general testing. It has the following changes since the 0.9.3 release:
- New QEMU release (based on 3.0.0+git
Hi,
A release candidate of the Zephyr SDK is available for general testing. It has the following changes since the 0.9.3 release:
- New QEMU release (based on 3.0.0+git
|
By
Nashif, Anas
·
#5267
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Hello,
cpmcparland@... wrote:
[]
I'm sure that someone without imagination would just stream data over
old good serial connection - either in textual form, as a sequence of
lines, or with
Hello,
cpmcparland@... wrote:
[]
I'm sure that someone without imagination would just stream data over
old good serial connection - either in textual form, as a sequence of
lines, or with
|
By
Paul Sokolovsky
·
#5266
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Marti,
Not rude at all...will look over your web site. Finding the right fit for a commercial
embedded, mostly software product is a tough problem. Will be interested to see
where you folks fit in
Marti,
Not rude at all...will look over your web site. Finding the right fit for a commercial
embedded, mostly software product is a tough problem. Will be interested to see
where you folks fit in
|
By
cpmcparland@...
·
#5265
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Hi Chuck,
Since you've asked, I guess it's not rude to note that my company (https://foundries.io/) does have Linux-based BLE/IP gateway software you can take a look at (with support for multiple
Hi Chuck,
Since you've asked, I guess it's not rude to note that my company (https://foundries.io/) does have Linux-based BLE/IP gateway software you can take a look at (with support for multiple
|
By
Marti Bolivar <marti@...>
·
#5264
·
|
|
Re: Slip TCP connection between linux host and nrf52840
All,
Thanks for the suggestions and sharing results. I think I'll go with USB network device solution. I've tried the sample "samples/net/echo_server" and, with the addition of the overlay-netusb(?)
All,
Thanks for the suggestions and sharing results. I think I'll go with USB network device solution. I've tried the sample "samples/net/echo_server" and, with the addition of the overlay-netusb(?)
|
By
cpmcparland@...
·
#5263
·
|
|
Re: [Question] zephyr file transfer via BLE
Hi there,
I believe mcumgr will allow you to do what you need.
Check the smp server sample here:https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr
And
Hi there,
I believe mcumgr will allow you to do what you need.
Check the smp server sample here:https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/mgmt/mcumgr/smp_svr
And
|
By
Carles Cufi
·
#5262
·
|
|
[Question] zephyr file transfer via BLE
Hi, This is seungwoo
I have a question
If you look at the site below, I can transfer BLE file using Nordic chip.
https://devzone.nordicsemi.com/f/nordic-q-a/33093/transfer-big-file-over-ble
Hi, This is seungwoo
I have a question
If you look at the site below, I can transfer BLE file using Nordic chip.
https://devzone.nordicsemi.com/f/nordic-q-a/33093/transfer-big-file-over-ble
|
By
우승우 <du5102@...>
·
#5261
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Hi Chuck,
I was also trying to get slip network driver running on nRF. I was using it to create secure TLS connection. It was in TAP mode. I disabled logs, so the driver was the only user of UART.
Hi Chuck,
I was also trying to get slip network driver running on nRF. I was using it to create secure TLS connection. It was in TAP mode. I disabled logs, so the driver was the only user of UART.
|
By
Dominik.Kilian@...
·
#5260
·
|
|
Re: gPTP and usb network device
Jukka,
Thanks for your suggestion. was not aware that zephyr had sntp. That may
well be a better solution. We have two applications with very different time
constraints--none of which are at the
Jukka,
Thanks for your suggestion. was not aware that zephyr had sntp. That may
well be a better solution. We have two applications with very different time
constraints--none of which are at the
|
By
cpmcparland@...
·
#5259
·
|
|
Re: gPTP and usb network device
Hi Chuck,
the gPTP is probably not a proper solution for this kind time sync as
it is normally meant to synchronize two devices with nanosecond
accuracy in industrial ethernet environments. The
Hi Chuck,
the gPTP is probably not a proper solution for this kind time sync as
it is normally meant to synchronize two devices with nanosecond
accuracy in industrial ethernet environments. The
|
By
Jukka Rissanen
·
#5258
·
|
|
Re: #nrf52840 #defines
#nrf52840
#defines
Hello Matthias,
By default the BL654 DVK does not connect the external 32 kHz clock. In zephyr, the NRF52840 board files are setup to use the external 32 kHz clock.
You have 2 options:
Follow the
Hello Matthias,
By default the BL654 DVK does not connect the external 32 kHz clock. In zephyr, the NRF52840 board files are setup to use the external 32 kHz clock.
You have 2 options:
Follow the
|
By
Ryan Erickson
·
#5257
·
|
|
gPTP and usb network device
I'm setting up a IP link between a debian platform and a bluetooth usb dongle running
zephyr. usb network device interface appears to work fine with the zephyr IP stack running in
the dongle. I want
I'm setting up a IP link between a debian platform and a bluetooth usb dongle running
zephyr. usb network device interface appears to work fine with the zephyr IP stack running in
the dongle. I want
|
By
cpmcparland@...
·
#5256
·
|
|
#nrf52840 #defines
#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
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
|
By
Matthias Schuh <matthias.schuh@...>
·
#5255
·
|
|
Re: Slip TCP connection between linux host and nrf52840
Forward to list:
Hi Chuck
I tried this myself (and failed.). There is a separate net-tools repo: https://github.com/zephyrproject-rtos/net-tools
Forward to list:
Hi Chuck
I tried this myself (and failed.). There is a separate net-tools repo: https://github.com/zephyrproject-rtos/net-tools
|
By
Serafin Leschke <serafin.leschke@...>
·
#5254
·
|
|
Re: nRF5 GPIO stops working after some time
Hello,
On nRF52840-DK pin 7 is used as CTS, it can be used freely after HWFC is disabled, for more information pleaselook here
Please check bottom of the board, as there is information on which pins
Hello,
On nRF52840-DK pin 7 is used as CTS, it can be used freely after HWFC is disabled, for more information pleaselook here
Please check bottom of the board, as there is information on which pins
|
By
Mieruński, Mieszko <Mieszko.Mierunski@...>
·
#5253
·
|