Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I have found what I believe to be a bug with the nrfx_qspi driver on NRF52840. After using the QPSI peripheral, I have found that in some cases the NVIC's IRQ#41 (QSPI Interrupt...
Hi,
I am using nRF52840-DK with Segger Embedded Studio . In this dev kit the Atmel chip ATSAM3U2CA-AU provides the programming/debugging interface. In order to save BOM...
Hi,
I'm using commands below to send SMS message in my application. SMS sending is working fine, but some reason during the AT+CMGS command program execution
Is blocked...
I understand that I have to get approvals for my product, but can the nRD9160 operate globally?
Has this sip already been approved (on other pcb's) for use on Verizon, AT&T...
Hello
I'm testing a DFU right now
By the way, the icons coming out when advertising in the APP today changed to the Christmas version, it seems a little weird.
Originally...
I am trying to implement PA + LNA to nrf_esb.c, if I set in PA constantly ON, receiver gets good signal but sender cannot get ACK, if I set LNA constantly ON, receiver signal...
On the Mac machine, I open the Bluetooth Low Energy app of the nRF Connect for Desktop, connect to the nRF52 DK, and try to find the button to perform bonding, as the SDK...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) Initially I loaded Secure serial bootloader...
Hi there,
I'm developing an application that needs to store data points when internet connectivity isn't available. Is it possible to write small packets of data (lat/long...
My target platform is nRF5_SDK_14.2.0_17b948a but I suspect that nRF Connect has independent bin/hex files with which to program the nRF52.
I was trying to get the PPK working...
I'm trying to find a way to be able to recover some log messages when the device crashes & resets in the field. This way we could report some meaningful data about why the...
Hello,
I am working on nRF51822 using SDK 12.3.0 in IAR embedded workbench.
I added dfu service and one custom service in my application.
my problem is when I download...
Hello,
I stared working on nRF52840 for past few weeks, it was working fine. One fine day the board STOPED working, when i was testing a experiment. I tried with different...
Hi,
I tried the on/off light server example provided with the Mesh 4.0 SDK, but it seems somehow always to fall into an NRF_ERROR_INVALID_PARAM, since the appkey_handle...