Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
I am using SD 8.0 SDK 8.0 and MCP 3.8 I am able to find the DFUtarg service and successfully complete the transfer of my applcation (100% complete). However, upon finishing...
Hi,
I'm doing some throughput/current consumption tests with nRF51822 (on PCA10001).
My firmware has been developed starting from hrm example. I have created a custom service...
Hello,i have nrf518822 device,program the s130 (0.9 version).The centrel connect to the peripherals ,now have a problem.When pressed button1 the {event_handle(BLE_GAP_EVT_CONNECTED...
Hi everyone, I took a nrf51-ble-app-lbs-throughput-test-5.1.0 example from github.com/NordicSemiconductor; I want to send data not only with the push button but even after...
Good day
I can't see my beacon on my phone after downloading the app. The beacon is on but still can't be recognised on the phone.
what might be the problem?
Tsh...
I have an nrf51-DK with an external Temperatur/Humidity sensor. Data is received over I2C. The goal is to save data 6 weeks. I will also need the SoftDevice S110, because...
I will use ADC / Button function over SoftDevice.
below by source.
the thread is repeated not go beyond the conn_params_init.
#define ADC_SAMPLING_INTERVAL APP_TIMER_TICKS...
Hello,
I am working on s130 softdevice(SDK 6.1.0.0 and nRf51822 &nRf51 DK). I have one peripheral and two centrals. but the data from peripheral should be read from only...
I find this function.
tx
void ble_send(uint8_t * data, uint8_t length)
{
ble_nus_send_string(&m_nus, data,length);
}
ble_send(&data_array[0],10);
but I don...
Hi, I'm trying to run ESB during the timeslot api requested slots.
The problem is that BLE uses app_timer, which uses SWI0 for the callbacks, and at the same time, ESB also...
Hey , I am working on nordic nRF51822 chip and using it as an iBeacon. I want to send some custom data apart from UUID,major,minor in the packet. How can I send it ?
As in...
When I try to set a breakpoint in eclipse by clicking on a line, gdb tells me in the eclipse "Console" window below the code: "No symbol table is loaded. Use the "file" command...