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...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
Hi there,
Please see the video for a full run down: https://www.youtube.com/watch?v=nIeIUMutBlU
Basically, I have a perfect and verified design that's been in the...
I'm using python code based on the heart_rate_collector.py example in pc-ble-driver-py to scan for devices and connect to a peripheral device.
This all works fine, except...
I have an existing Firmware (build on Crossworks) that has correct "floor" power consumption (< 10 uA during sd_app_evt_wait() on my setup).
I migrate my code to rune with...
I am stuck with strange behavior of s140 softdevice version 6.1.0 and later for ble_app_template example on nrf52840 preview dk(pca10056).
As I am planning to remove LF...
Hello,
We need to produce a driver for the ST25R3911B NFC chip working with NRF52840.
We just need to read NFCA tags so we thought that the example nfc/tag_reader included...
Hi i am using SDK15.2, nrf52832 board.
Which function is necessary to achieve multilink in example code. I dont understand how the central is connecting multiple peripherals...
I just purchased this unit and followed the setup instructions. I did not perform any flashing. When I plug the usb into the computer the jlink drive doesn't show up in Windows...
Hello, I am not sure if this was noted before. I didn't find anything about it. This is more of a suggestion. I was looking to use Thread CLI Example to use with the pca10059...
Hi,
I am using a custom board with the nrf52810 and trying to interface with the SHTW2 sensor. The sensor has an I2C interface and hence I use the TWI peripheral for this...
Hello,
I have a question regarding BLE_GAP_EVT_CONN_PARAM_UPDATE (nrf52840, SDK 15.2).
I'm evaluating the BLE_UART example using multiple peripherals. The goal is to scan...
I have an nrf52840 that the fds_init function is returning an error 11 (NRF_ERRO_INVALID_DATA).
What would be the most likely cause of this?
The code is based on the THREAD...
Hi,
According to the NRF52840 product specification document the default value for REGOUT0 is 0xFFFFFFFF.
When powering the VDDH this implies that the VDD power is 1.8V...
Hello,
I am using nRF52840 Dongle and I want to use AIN0 pin for reading a sensor data. I was using PIC for this kind of project(C Programming) before nRF52840. Here my...