When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
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 ...
Howdy ya'll,
I updated nRF Programmer yesterday (1.4.8 -> 1.4.9) and noticed binaries were not flashing to my board anymore. My JLINK is able to read the device's memory...
Hi, I am in need of some guidance. The overall goal is to set up MQTT/TLS communication from end devices in a thread network, via a border router to the AWS cloud. I have...
Hi. I am currently having a nrf52840 custom board and tried to program the sniffer hex file. nRF programmer gave me couldNotOpenDevice (0x4) Lowlevel error: JLINKARM_DLL_ERROR...
Hi all, I have a problem. I'm using a mix of the nrf samples azure_fota and azure_iot_hub connecting to Azure, using certificates X.509. The problem is the expiration date...
Hello everyone.
I have a nRF52840 DK that I am working with.
1.) When I plug into the USB port J2 (MCU interface) I am able to connect to the board program/debug using...
I wrote some code that has multiple custom services where my device acts as GATT Server.
I register the handler for every service (3 in total) with NRF_SDH_BLE_OBSERVER...
Hi,
I am debgging QSPI( type name: IS25LQ040B) in nRF52833, I met " NRFX_ERROR_TIMEOUT ", Could you give me some advice, please?
// Set QSPI pins to pins related to...
Using this \nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky and nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_blinky_c
As described in \examples\ble_central...
Dear community,
I'm facing a problem during bluetooth scanning. I'm using the example named in the subject. This allows me to use the UART as debug printout.
I slightly...
Hi, I'm trying to upgrade nRF Connect SDK from 1.3.0-rc1 to 1.3.0 because I need one of the bugfixes to keep developing. I'm on macOS catalina and I've used the Toolchain...
Hi,
I am looking at and testing the ble_app_hrs_c_pca10040_s132 example.
When the whitelist ist set up with the "whitelist request" we execute the following two lines...
Hi,
I am developing an application that requires communication between two nrf52840-based devices. There is a scenario in my application where the devices needs to exchange...
Hi,
[179] RTC: COMPARE event is generated twice from a single RTC compare match
This anomaly applies to IC Rev. Revision 2, build codes CKAA-Dx0, QIAA-Dx0.
It was...
Hi everyone, I'm an intermediate level nRF Connect SDK IDE programmer, and I describe my issue below:
1.- In the link below I found an example of code for the analog port...