Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hello, I am working on low power modes and I got trouble finding the code to switch from NRF_POWER_MODE_CONSTLAT and NRF_POWER_MODE_LOWPWR. Can anyone please guide me to better...
Bonding causes power consumption to rise.
I have a central and peripheral device communicating using the nus-service. The peripheral device is running FreeRTOS with tickless...
Hi,
I'm trying to test the DFU over HCI included in the SDK examples but I can't make it work. This is all the information of the environment I'm using:
SDK: 10.0...
Condition: nRF52, SDK11,s132, SDS v2.0.
Using the sd_ble_gatts_hvx() in timer1 interrupt service(timer1 interrupt priority is set to level 3) will result in hardfault. While...
I am using SDK_11 s130. I am looking at app_error_fault_handler() in app_error_weak.c
Inside app_error_fault_handler(), there is this line of code;
UNUSED_VARIABLE(bsp_indication_set...
Hi,
I am using keil uvision 5.17, SD 130, nRF 51822, dualbank bootloader.
I have programmed own application and merged bootloader, application, soft device.
I...
I am using ble_app_gls on SDK_11 s130 on nRF51-dk.
This is a follow-up question to the question below.
devzone.nordicsemi.com/.../
After enabling debugging, I discovered...
Hi,
I'm using the example projects "ble_peripheral/ble_app_uart" "ble_central/ble_app_uart_c" in SDK10.0.0 to test data throughput.
I'm sending 20bytes of payload. But...
Hi,
I am using nrfjprog package installed in folder /opt/Nrfjprog. I am getting the fallowing error.
nrfjprog --eraseall
ERROR: JLinkARM.dll load failed. Try again...
Hi,
I've migrate from 3V to 1.8v power supply.
before the migration, using 3V power supply, DEC2 connected to 47nF directly to GND.
after the migration, using1.8V power...
in android program i disconnect from my gat with this code
while(isconnected){
mbluetoothGatt.disconnect();
Log.d(TAG, "Disconnecttodevice: ");
}
mbluetoothGatt...
Hello, I load UART over BLE example on nrf51DK (51422) DK board and measure for 13 seconds from power on.
Here is the result graph and the average current is about 175uAh...
Hello Nordic! In my FW, I need to know when a specific packet has been actually sent (because of SD packet buffering). I am able to receive the BLE_EVT_TX_COMPLETE event,...
Hello I'm using SDK nRF5_SDK_11.0.0_89a8197.zip and I find out that most freeRTOS file version is: "FreeRTOS V8.2.1" but "external\freertos\config\FreeRTOSConfig.h" is in...