Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
I am using ble_app_uart_c example to scan nrf beacons. Facing strange issue with debugger.
Enabled RTT and disable UART Logs, when i connect debugger and put break point...
Dear, I have bought the nRF5340 DK. I have installed nRFConnector and Segger Studio. Now, I want to test Blinky project. I connected a USB cabel to USB connector which is...
I have a receiver , transmitter application. I use a custom board as transmitter. I would like to use pca10040 as receiver but currently i use it as debugger to my custom...
Hi,
Our company has produced a batch of BLE products, and the 10uH inductor model used above is SDFL2012S100KTF. The rated current is not as large as the current value...
Hi,
I close the uart log and open the rtt log
why uart log can be used still?
why rtt log display error state?
I set the log config like this:
I set the test...
hi
i have this error
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol app_timer_cnt_get (referred from max30105.o).
in this code part.
the example is...
I have a program that runs great on the dev kit, however after uploading the code to a custom board based on the nRF52810, it does not seem to run.
I upload the code by...
Hello,
I need to connect a custom I2C device to the nRF52-DK, and I am using the sdk v1.6.0-rc2.
I am new to this development environment and I don't know how to initialize...
What is the max nb of periodic advertisers that can synchronize to a single receiver?
The bt_le_per_adv_sync struct defines a uint16_t sync handle so I infer that at least...
I am using the following example to load the code with Segger debugger and it works.
nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_blinky_c\pca10040\s132\ses
Now...
I noticed that when a BLE client disconnects and then reconnects to the, instead of receiving all data arriving over the UART from nRF9160 to nRF52840, there is a delay of...
Is it possible to perform two TWI Consecutive reads without sending the stop bit in between?
Example: Read 1 Byte - represent length (xxx) of data to come with second read...
I am trying to build a project with Visual Studio Code that uses MCUBoot. I have created a new project based off of the "Hello World" sample, which runs on my nrf52840 without...
Hello,
I have created different characteristics with the CCC macro (BT_GATT_CCC) that share the same "Configuration changed callback" function.
Inside the function below...
Hi,
I am using the download client library (MFW 1.1.4 due to Verizon compatibility) and am noticing that the TLS handshake with my server only succeeds after the first few...