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 recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Is there a UART version of the DFU example that is provided with the new SoftDevice 7.0?
If not how to go about modifying the BLE DFU example to be able to handle UART...
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...