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 ...
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...
Dear,
secure_boot
I tried to change baud of UART0 from 115200 to 9600
nrf9160_pca10090.overlay
and nrf9160_pca10090.dts
Then, run LTE Link Monitor of nRF Connect...
Hello
I'm using NRF52 PCA10040 board., SDK 15.2 libraries with GNU ARM GCC and Eclipse as an IDE developing FW on Windows10 x64.
I have been facing a problem trying to...
nRF52832, SDK 14.0.0, SD132 v5
We do not touch the LFCLK, either through the raw IO map or via the nrf_drv_clock() module.
We enable SoftDevice, do a bunch of work,...
Hi,
I send an indication to peer device and i was waiting for confirmation of that indication. Now can i send next indication before i receive the confirmation for that...
I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the...
I'm trying to get the zigbee light control example running. Currently I'm stuck on the coordinator. I've compiled the example from SDK15.2.0 using armgcc successfully. I'm...
I having problems with compiling the project from Thingy:52-SDK 2.1.0, when i'm running the make command on the project i get the message:
Compiling file: nrf_drv_pwm.c...
I have been using up to SDK 12.3 and I now want to add an the FDS example out of SDK 14.
I'm building with armgcc for pca10040 and s132.
There are differences that I don...
This is in reference with https://devzone.nordicsemi.com/f/nordic-q-a/44413/issue-while-debugging-ble_app_uart-program-on-nrf52832-in-iar-ide-version-8-20-1
I could run...
Hi all,
i am trying to get DS18B20 temperature sensor to work on a nRF52832 chip. I have successfully ported this onewire library which is for nRF51 series to work on nRF52832...
With nRF52 central nus examles,
calling "ble_nus_c_tx_notif_enable" in ble_nus_c_evt_handler, it returns NRF_ERROR_BUSY( 17 ) nearly one out of three.
Reset can recovery...
I'm trying to debug my NRF9160 Zephyr app in Segger Studio but finding Step Over/Into is behaving like a Release build and jumping all over the place as would be expected...
Hi,
If i use SCAN_NAME_FILTER, the function nrf_ble_scan_filter_set's 3rd argument is null-terminated string.
But HM-10 send FULL NAME including null(0x00) characters...
Hi,
I'm trying to import nRF9160 DK altium files into circuit maker, and I managed to import the schematics(that was easy), buy when importing the .pcbdoc file circuitmaker...
In the 15.3 SDK doc there is a procedure for converting pca10040 projects to pca10040e. I'm using Segger Embedded Studio (SES) and it seems to me that the procedure is not...