HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hello,
I'm having a lot of trouble debugging some errors on UART. I'm initializing the UART as follows:
void uart_init()
{
ret_code_t err_code;
const app_uart_comm_params_t...
Hello Everyone,
I'm a beginner for nRF52 and my aim is to learn and develop system on nRF52. I have bought nRF52 development board and installed Keil MDK on my system....
I have to talk to a SPI device, which gets an address and then needs some time to handle the address. Afterwards the transfer can continue.
Is this scenario possible to...
timpwmadc.c
It is perfect (wonderfull!) idea to use programmable system PPI (EEP->TEP+FORK) alternative
PGA.
But I get some problems:
I tried to program a TIM3 to...
Hi,
Is it possible to call an arbitrary function at a breakpoint in gdb on the nRF52? I know you can with normal gdb, but I haven't been able to make it work with the cross...
Hi
I have a project to model the RSSI based indoor location using Bluetooth beacons. However, in order to do the basic distance and RSSI relation, I want to sense the channel...
Hi, im using nRF 52 DK. I interfaced mpu 6050 by using the example found here (BLE example found here is not working properly, dosent connect with uart app). I'm particularly...
Hi,
Does the erase target in the makefile completely erase the flash? I'm having strange errors when trying to read the flash (i.e. I can't read anything from flash, even...
Hi, Schematic and Code As shown above, VCC 3V (DEC2 and VCC open) current is only 3.8uA, but VCC 1.8V (DEC2 and VCC short circuit) current exceeds 1mA, what am I mistaken...
Hi,
I seem to be stuck on a rather simple problem here which I am unable to figure out. I am using SDK 12.2 with PCA10040 board.
When I am compiling the experimental...
Curious as to why the Buttonless DFU Example in SDK 12.3 utilizes FStorage to save settings rather then simply setting a flag in the GPREGRET? This seems like a much more...
Hi guys, now i have done the example as the light control demo description, but i have a question about that how i can let the light server to leave the network?
HI team,
I use the S132 ,SDK_12.3.0 , nrf52832 PCA10040 v1.1.1 develop board. I met a problem when I do experiment with twi_sensor example code.When nrf52832 finished transfering...