Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
Hi,
I have an nRF51 project using SD110 and SDK8.0 that refuses connection parameter negotiation. I a handler that would disconnect bluetooth when a connection parameter...
If, for example we would source 10 mA on 2 pins (2 x 5 mA), how much current can we sink on high drive pins?
Is that 15 mA overall sinking and sourcing (which seems like...
Hi,
HW:PCA10040
SDK:v12.0
QUESTION:PWM
I want to use SDK 12 to get 4 pwm , so i search in pwm , i start my program like this , but i can't find nrf_drv_pwm_config_t...
anybody knows how to download the nrf52 sdk common library document?
i only find a online help infocenter.nordicsemi.com/index.jsp but i need a offline reference manual....
Hi, I am using following code inside for(;;) in main function
if(diff == 30)
advertising_stop();
else if(diff == 60)
advertising_start();
Following are the advertising_start...
I use IAR to debug nRF51_SDK12.0.0 ble_app_uart example application. The origin application is for nrf51422, and my device use nrf51822. Therefore, I first change the device...
I'm using a S130 on nrf51822.
connect to 3 peripherals (in case of the master)
connect to 1 central (in case of the slave)
But, I want to use 1 peripheral and 1 centeral...
I'm using nRF52+SDK11.0.0+S132 with an application based on the ble_hrs example.
In main() , if I call a blocking nrf_drv_spi_transfer() to configure some SPI sensors before...
Hello I tried to do a application update with my own key and it does work.
But then I tried to create zip with all 3 parts: APP+BL+SD (application+BootLoader+SoftDevice...
Hi
With the introduction of softdevice v2.0.1, the connection bandwidth has become configurable to be low, medium, or high; and can be specified independently for TX And...
Hi,
Now I'm using nRF52 SDK v12 and S132, I have some data(about 300 bytes)need to write to the flash. I have seen the fstorage but I donn't know how to use it. Could anyone...
Hi,
I am trying to implement a biometric group telemetry system for my gym and experimentation.
In the past I used a nRF24AP2 module and an ARDUINO PRO MINI 3.3V 8MHz...
Hii,
I want to assign name to my custom service. how can i add it i am using nrf52 chip and s132 softdevice.
I have add new service using sd_ble_gatts_service_add() A...
In my project I need to be able to get time from a continuously running RTC. The softdevice uses RTC0, and app_timer uses RTC1 (and starts and stops it).
(annoyingly I...
Hi ,
I am working on one application in which i am using UART service. Whenever i am connecting to device using nrf connect or master control pannel app, UART service empty...