|
Re: SODAQ One V3 porting
I'm back again!
I think I sent the last mail only to Brix by mistake.
I'm happy to say that I fixed my issue...
I needed to set my pin mux function as D not C.
#if
I'm back again!
I think I sent the last mail only to Brix by mistake.
I'm happy to say that I fixed my issue...
I needed to set my pin mux function as D not C.
#if
|
By
Léonard Bise <leodido99@...>
·
#4813
·
|
|
Re: zephyr question
Hi there,
I just tried this but instead of using menuconfig I changed my prj.conf like this:
diff --git a/samples/bluetooth/peripheral_hr/prj.conf
Hi there,
I just tried this but instead of using menuconfig I changed my prj.conf like this:
diff --git a/samples/bluetooth/peripheral_hr/prj.conf
|
By
Carles Cufi
·
#4812
·
|
|
Re: advertising data
Hi Tamra,
The format of the data (behind ad->data with length ad->len) is
specified in the Bluetooth Core Specification (5.0) Volume 3, Part C,
section 11 (page 2086 in the pdf). In practice it's
Hi Tamra,
The format of the data (behind ad->data with length ad->len) is
specified in the Bluetooth Core Specification (5.0) Volume 3, Part C,
section 11 (page 2086 in the pdf). In practice it's
|
By
Johan Hedberg
·
#4811
·
|
|
Re: advertising data
You might also want to try Nordic’s “nRF Connect” on Android.
It could show you all the details of hex received in advertising and scan response packet, in raw and parsed mode.
BR, zou
You might also want to try Nordic’s “nRF Connect” on Android.
It could show you all the details of hex received in advertising and scan response packet, in raw and parsed mode.
BR, zou
|
By
Zou, Jun Qing
·
#4810
·
|
|
Re: advertising data
Hi all,
Thanks for the help. From what I can tell "ad" from "struct net_buf_simple *ad" is the payload, and so I'm wondering what format is the payload in. (i.e if i convert it to binary where in the
Hi all,
Thanks for the help. From what I can tell "ad" from "struct net_buf_simple *ad" is the payload, and so I'm wondering what format is the payload in. (i.e if i convert it to binary where in the
|
By
Tamra <tamrako@...>
·
#4809
·
|
|
zephyr question
Hi Sir,
We occurred some question when we use zephyr in nRF52832.
We found there were some chips cannot boot-up w/ Zephyr sample code (disable UART), but can boot up well w/ Nordic original
Hi Sir,
We occurred some question when we use zephyr in nRF52832.
We found there were some chips cannot boot-up w/ Zephyr sample code (disable UART), but can boot up well w/ Nordic original
|
By
Hsu, Hanyu <Hanyu.Hsu@...>
·
#4808
·
|
|
Release readiness meeting cancelled
Hi all,
We have had to cancel the Release Readiness meeting today due to technical issues with the conferencing system.
Apologies for the late notice.
Regards,
Carles
Hi all,
We have had to cancel the Release Readiness meeting today due to technical issues with the conferencing system.
Apologies for the late notice.
Regards,
Carles
|
By
Carles Cufi
·
#4807
·
|
|
Re: advertising data
Hi,
I'd like to add here that we've just merged a new helper API for parsing
the advertising data:
https://github.com/zephyrproject-rtos/zephyr/pull/8560
This pull request also included updating
Hi,
I'd like to add here that we've just merged a new helper API for parsing
the advertising data:
https://github.com/zephyrproject-rtos/zephyr/pull/8560
This pull request also included updating
|
By
Johan Hedberg
·
#4806
·
|
|
Re: ticker timer
#nrf52840
#ble
#nrf52832
Hi there,
I copied Vinayak who is the original author of the ticker.
There is no real material available publicly at this point.
Regards,
Carles
Hi there,
I copied Vinayak who is the original author of the ticker.
There is no real material available publicly at this point.
Regards,
Carles
|
By
Carles Cufi
·
#4805
·
|
|
ticker timer
#nrf52840
#ble
#nrf52832
Hello, I am trying to understand ticker timer. and have confusion between user id's, what is the difference between RADIO_TICKER_USER_ID_WORKER and RADIO_TICKER_USER_ID_APP?
is there any material
Hello, I am trying to understand ticker timer. and have confusion between user id's, what is the difference between RADIO_TICKER_USER_ID_WORKER and RADIO_TICKER_USER_ID_APP?
is there any material
|
By
swapnil <swapnil2007kadam@...>
·
#4804
·
|
|
Re: advertising data
Hi Tamra,
<luiz.dentz@...> wrote:
Actually the event type is no the AD type, sorry about that, so 0x03
refers to BT_LE_ADV_NONCONN_IND.
--
Luiz Augusto von Dentz
Hi Tamra,
<luiz.dentz@...> wrote:
Actually the event type is no the AD type, sorry about that, so 0x03
refers to BT_LE_ADV_NONCONN_IND.
--
Luiz Augusto von Dentz
|
By
Luiz Augusto von Dentz
·
#4803
·
|
|
Re: advertising data
Hi Tamra,
The type you will be able to find in the assigned number for GAP:
https://www.bluetooth.com/specifications/assigned-numbers/generic-access-profile
AD payload format for each type is
Hi Tamra,
The type you will be able to find in the assigned number for GAP:
https://www.bluetooth.com/specifications/assigned-numbers/generic-access-profile
AD payload format for each type is
|
By
Luiz Augusto von Dentz
·
#4802
·
|
|
advertising data
Hi all,
I'm looking at the central_hr example. I was wondering what information is packed into the net_buf_simple *ad? The function and output is below.
static void device_found(const bt_addr_le_t
Hi all,
I'm looking at the central_hr example. I was wondering what information is packed into the net_buf_simple *ad? The function and output is below.
static void device_found(const bt_addr_le_t
|
By
Tamra <tamrako@...>
·
#4801
·
|
|
Re: Json descripte
Christian,
The JSON parser is quite unorthodox, so it can be quite tricky to declare the descriptor. However, it's quite efficient, type-safe, and can also be used to generate JSON, so once you get
Christian,
The JSON parser is quite unorthodox, so it can be quite tricky to declare the descriptor. However, it's quite efficient, type-safe, and can also be used to generate JSON, so once you get
|
By
Leandro Pereira
·
#4800
·
|
|
Json descripte
Hello! I have a json and I would like to descript it, but the problem that json is a array objects of array objects. I was seeing the include/json.h and I can't find the way to describe that json.
Hello! I have a json and I would like to descript it, but the problem that json is a array objects of array objects. I was seeing the include/json.h and I can't find the way to describe that json.
|
By
christian tavares
·
#4799
·
|
|
Re: Pairing method table
Hi,
This is for Secure Simple Pairing (SSP) which is used only on BR/EDR.
BLE pairing is done in host via Security Manager (SMP) and you can find
equivalent tables in subsys/bluetooth/host/smp.c
--
Hi,
This is for Secure Simple Pairing (SSP) which is used only on BR/EDR.
BLE pairing is done in host via Security Manager (SMP) and you can find
equivalent tables in subsys/bluetooth/host/smp.c
--
|
By
Szymon Janc
·
#4798
·
|
|
Pairing method table
Hi,
In https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/host/conn.c
L96: #endif /* CONFIG_BT_BREDR */
Should this line be at line 80 instead (table 5.7 applies to
Hi,
In https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/host/conn.c
L96: #endif /* CONFIG_BT_BREDR */
Should this line be at line 80 instead (table 5.7 applies to
|
By
Zou, Jun Qing
·
#4797
·
|
|
Re: Bluetooth services/features
You should use int bt_gatt_discover(struct bt_conn *conn, struct bt_gatt_discover_params *params); found in gatt.h. Also you should register a CB-function of type typedef u8_t
You should use int bt_gatt_discover(struct bt_conn *conn, struct bt_gatt_discover_params *params); found in gatt.h. Also you should register a CB-function of type typedef u8_t
|
By
Theis Orthmann Blickfeldt Jørgensen (TTJO)
·
#4796
·
|
|
Re: Bluetooth services/features
Hi Tamra,
Are you looking to use classical Bluetooth or Bluetooth Low Energy? SDP is a classical Bluetooth protocol.
Carles
From:<devel@...> on behalf of Tamra <tamrako@...>
Date: Thursday,
Hi Tamra,
Are you looking to use classical Bluetooth or Bluetooth Low Energy? SDP is a classical Bluetooth protocol.
Carles
From:<devel@...> on behalf of Tamra <tamrako@...>
Date: Thursday,
|
By
Carles Cufi
·
#4795
·
|
|
Re: Bluetooth services/features
Hi Tamra,
Have a look at 'bt' shell module gatt-discovery* command:
https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/shell/gatt.c#L148
--
Luiz Augusto von Dentz
Hi Tamra,
Have a look at 'bt' shell module gatt-discovery* command:
https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/shell/gatt.c#L148
--
Luiz Augusto von Dentz
|
By
Luiz Augusto von Dentz
·
#4794
·
|