Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi, I made a beacon board only have button and leds. The version of chip is nRF51822-QFAA G0. I used the precompiled hex file in the nRF518222 Beacon v1.1.0. After I download...
Hi,
I am trying to debug a custom PCB for the NRF51822 - I can run a modified version of the HRS application (S110) that has been verified on the PCA10004. The LF clock...
hello, my name is alessio and i'm italian. I have got a problem with "RFduino" and the "pulse sensor amped" ( heart rate) .
I downloaded the library of the sensor in the...
Hi,
I have a few questions about the SPI master module. I'm using it for an application that basically needs to be gapless. After quite a bit of work, I've gotten it to work...
Hi, I am evaluating the nRF51822 for an ultra low power energy harvesting application.
I measured the time from power-on (VDD applied) to code exectution (GPIO toggle)...
Is it possible to launch ipv6_coap_client on nRF51822-EK?
I have modified preproccessor simbols adding BOARD_PCA10001 instead of BOARD_PCA10028.
Also I modified part concerning...
Hi
Can anybody answer me if i do not call SOFTDEVICE_HANDLER_INIT instead i call sd_softdevice_enable ,sd_ble_enable(&enable_params),sd_nvic_EnableIRQ(SD_EVT_IRQn) directly...
I have a simple project which uses S110, so I flashed the S110 and the bin, but the result is not as expected (blinking LEDs), is there any quick way to verify before needing...
hrs_sdk7_1_bin_sc.zip contain application.bin and application.dat
How can I make a xxx.dat file?
When I del it from zip,it will cause error during dfu update.
Hello EveryOne
My button event handler is not being called. following is my code what can be the problem.
uint32_t err_code;
ble_stack_init();
timers_init...
i am working with eclipse. i want to create a binary file. after successfully creating the .elf file eclipse displays a make error saying region ram overflow by so and so...
Hello,
If I enable POFCON at 2.1V threshold in my S/W, build and download it in my target, and I turn on n51822 at VDD is 1.8V. That is, VDD is lower than POFCON threshold...
Hi ,
Could anybody share me the details on the time taken by the nRF51822 to comeout from reset state for the below reset input.
Wakeup from OFF mode reset
Pin...
Hi...
I started with S130 demo example code. Added a custom services . The problem I am having now is that after I connect ble_evt_dispatch isn't being called.
I have...
Hi, I have purchased a Nordic nRF51 and start to write my firmware using mbed OS compiler. As far as I can see the whole process was working perfectly. I could update the...