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...
Hello everyone,
I've got a three type of devices: 1 Central device, 2 Peripherial devices, and mulitple beacons. Central is connected with two peripherial devices with...
Hi Devzone,
We are using the nRF52 DK in a prototype which is under stress, and we noticed that any bending of the board breaks the BLE connection.
To easily replicate...
Hello,
I am currently writing a script whose purpose is to automatically provision and configure devices.
My question is related to the devkey_handle and address_handle...
With SDK 14.2.0 and S332 softdevice, I'm using UART to control ESP8266 WiFi module with AT commands and I'd like to replace app_uart (+FIFO) with nrf_serial , in order to...
Hi,
I am setting OOB with sd_ble_gap_auth_key_reply() method { 0x11, 0x11, etc 16 bytes }, but when trying to connect with desktop nRF Connect there is an error 132 inside...
Hi,
I am getting errors when attempting to include the nvs library to save data to flash storage on the nRF9160 DK. My CMakeLists.txt:
I get the same errors with or...
Hi,
We tried to use a smartSIM from Sierra Wireless with the nrf9160DK without success.
The nrf91 can connect to the LTE network after a few minutes (LED4 steady). However...
Hi,
I did have a working development board. I was working to disable serial and disable as much as possible to get the power usage down. It seemed to be working (although...
I tried this using the ram_retention example from the SDK (nRF5_SDK_15.3.0). The example (Ram Retention) still seems to work if the lines concerning NRF_POWER->RAMON and NRF_POWER...
Hi,
our appliction need to using I2S worked at 96kHz sampling, and i find two parameters , MCK and the CONFIG.RATIO,but when i use this formulation:
LRCK = MCK /CONFIG...
Hello,
I think about connecting two central devices (nRF's 52840) using one common antenna. One device will be only RX and will scan for a advertisements, second will manage...
Hi, I am from China. My company made a BLE module with chip nRF52810. Recently , I coded a program for it by SDK12, based on ble_app_uart example. I modified the corresponding...
I have setup the nRF52840 DK as below
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/how-to-setup-the-thread-demo-displayed-live-at-google-i-o
Setup WireShark...
Hi,
We are currently going to try and implement FOTA/DFU with an nRF52840 controller and an nrf52832 peripheral. Is there any example for how this can be accomplished...