Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
Hi,
I just read IoT-MQTT example and have almost exactly the same problem but with the Publisher.
I am running a PI with Raspberian 4.4.34-v7+. I have installed mosquitto...
I am running the SDK12.2.0 ble_app_template peripheral example with RTT Logging enabled. The example seems to be running OK, but it logs: APP_ERROR:ERROR:Fatal with the ID...
Hi,
I am using NRF51822 to complete an application of multilink on one central . I tried to modify the central_link_count definition to 9 instead of 8, then I stuck on the...
Hello,
I am new on nRF51 and i would like to have a function to read the rotary position of motor in any rotary direction by adding a codewheel and a two channel reflective...
Hello,
I am trying to implement wake on motion functionality of MPU9250 with nRF52.
I am writing below sequence code for wake on motion configuration:
void MPU6500_StartMotionDetection...
Hi DevZone
I want to make a little beacon app, that advertises on channel 37 then waits 700 ms, advertises on channel 38, waits 700 and advertises on channel 39.
The below...
HI,
I wan't to read sensor data from ADC. So i use nrf_drv_saadc_sample() .
On Arduinos i usually call value = analogRead() and after that i process the data. But here the...
Hello,
We need to add custom data to advertise packet. As I understand we can use Manufacturer Specific Data. But to do this we need to get our Manufacturer ID from Bluetooth...
I have the following code for a custom service UUID and a custom 128 bit characteristic ID. I get a error of no memory available in our_char_init while adding the 128 bit...
Hi,
We bought a mac bd addr pool from IEEE
Where is the best way to store this mac adress during production ?
We guess the type will be: BLE_GAP_ADDR_TYPE_PUBLIC
Do...
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi. I'm using nRF51822, SDK12.2.0, S130.
I finally compiled bootloader_secure which was very hard.
Q1. After run bootloader, I can find the device using DFU "DfuTarg"...
Hi ,
I am trying to use the new softdevice SD130 V2.0.0 and have not had any luck when using the most recent version of SD130. I ran the same application with SD130 V1...
I've nrf51dk development board. It has nrf51422QFACA10 chip and has 32kB ram and 256kB flash. I downloaded sdk V11 and programmed ble_app_beacon_s130_pca10028. It worked fine...