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...
Potentially related to : nRF Connect v3.9.3 does not detect external j Link programmer - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com) , but I don't see the...
Hi,there:
I was used 2 52832 board to run the linght switch server/client examples to test message communication. I add the mesh events handle like this:
Then run the...
Hi,
I am trying to transfer a dataset of over 100k, via a custom service from a peripheral device.
There are many posts in this forum that describe ways to do this but...
Hi,
I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK_v5.0. The Client sends unacknowledged messages to the Server ( APP_UNACK_MSG_REPEAT_COUNT...
Hi,
We are facing some issues with the DLE update.
The given table shows that the softdevice set data length and time.
Event Length (ms)
ATT MTU (bytes)
Data...
I'm trying to build "application_update" sample. I created a new application from sample. added build configuration for nrf9160dk_nrf9160_ns board and changed to variables...
Hello,
I have the Feeling with nrf connect programmer you can't select the Network core.
I use Programmer Version 2.2.0 and have our own hardware but also the nrf5340...
Hi Dev team,
I have been working with code development using Thingy91 and NRF Connect for Desktop. I use GitLab to maintain and manage my codebase.
I wanted to use GitLab...
I have nrf52840 pcb without xTAL.
In this ticket ticket I have discused about start Zephyr project without XTAL onboard.
But now I faced with other issue to start mcuboot...
Hi everyone,
I'm using nrf52840 as a connectable advertiser. Used ble_app_blinky example with some modifications. And I reduced the advertising interval to 2 seconds....
Hi, I'm using the example "libuartes" and developing 2 UARTE. But I dont know how to recoginize what port are communicating with external device because I only have 1 uart_event_handle...
Hi, Im trying to use nrfjprog from inside a docker container (ubuntu). I have started the container with --privileged and it seem to work but when i try to run the container...
Hello.
I use nRF52832 with SoftDevice and several TWI-connected IC's.
The power consumtion of nRF52832 is 14 uA after TWI initialization (low power mode and DC-DC regulator...
Hello, i have six buttons on my custom board, these buttons are inited with following code:
(there are pull up resistors present, hence NRF_GPIO_PIN_NOPULL is used)
SEGGER_RTT_printf...
Hello,
We are using nRF52840 chip for a power-sensitive application.
We use the UART which is connected to a LoRaWAN module.
Now when I enter the system ON mode after...