I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
HI I am working with nRF52 DK
softdevice s132 sdk v11.1
I tried out the SPI master and slave examples and they work fine (I can transfer and receive data)
I have been...
Hi,
i have an custom board, using s110 and HID example from sdk9.
After i pair and unpaired few times i get an error code :err_code = 0x8010
err_code = dm_service_context_set...
Hey! I was trying to modify s132 ble_beacon example to s140 for my nRF52840 DK but I couldn't build it in Segger Embeded Studio. What is the problem with "SEGGER_RTT_CONFIG...
Hi,
I have an nrf52 with sd 132 3.0.0 and SDK 12.2 which after turning it on I can connect to it without problems, but after some time (maybe 10-15 minutes) I can't connect...
Hi,
I am using sample ble_hrs code in SDK12.0.0 over Rigado eval Kit for BMD300. After running original code as it is device doesn't advertise. After I commented out the...
I have modified the ble_app_uart to start and stop advertise by receiving command from the uart port. If I don't delete the ble_advertising_on_ble_evt(p_ble_evt); in below...
Hi team,
Iam using (\ble_tester\examples\ble_central\ble_app_hrs_c\pca10028) this example.i want to get rssi from the advertising beacon.
Iam using this functions
sd_ble_gap_scan_start...
I see on your website that Bluetooth 5 throughput numbers are given in the graph below. And the following disclaimer is given.
"Net data throughput not including overhead...
I have taken a look the APIs which the S132 supports in nRF52 DK.
However i could not find the APIs that can initiate the channel map update ,feature exchange & version exchange...
hai
i have this code to save and read some data in flash.but the stored and read data are not same. always reads zeros. how can i solve that.........?
here is my code...
I'd like to be able to quickly update the advertising data using
sd_ble_gap_adv_data_set()
and at the moment I'm doing this via a bit of a hack, as I captured the advertising...
Normally, Raw data has TYPE (0x01), TYPE (0x09): device-name, TYPE (0X07): UUID 128 bits.
However, there are devices without TYPE (0x07).
Is this also a problem?
Communication...
Considering using an nRF52 module, I'm developing using EvoThings' native plugins right now. I don't think we have the resources to do IOS and Android native apps.
Has...
I have an application where my nrf52832 acts as a peripheral and I can connect to it without problems, but after some time like aprox 10 minutes when I try to connect to it...
Hi!
I have searched for this questoin, but not found anything useful. Probably I an not using a good search phrase.
How do I determine how much space is left on a nRF51...