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...
Hi,
it seems like I'm struggling with issue mentioned here: https://infocenter.nordicsemi.com/pdf/nRF52832_Rev_3_Errata_v1.0.pdf#%5B%7B%22num%22%3A431%2C%22gen%22%3A0%7D...
Hi support Team,
I create custom ble-service with help of example project ble_app_att_mtu_throughput (nRF5_SDK_17.0.2)its working successfully.Now i need to add security...
Hello,
I am modifying mqtt_simple example to send float over mqtt.
If I change %f to %d, it works without crash.
I have tried enable/disable FPU or increasing HEAP_MEM_POOL_SIZE...
I have nrf52840-dk board. i tried the UART example from the peripherals directory. it works with the default UART Configuration pins.
problem started when i tried to change...
Hi,
I have a configuration of five nRF52840 custom devices transmitting sensor data to a central device (laptop)
The devices can be connected and send data to the central...
I would like to use an external clock for the nrf5340.
The documentation indicates that it is posible override the LFCLK control system to set another source by writing...
hy, i have a problem wit undefine simbol, how to define the simbol, i laready add related path folder that contain the undefine simbol target, but this error still appear...
Segger SEGGER_RTT.c $Rev: 24766. (really 5 digits!) The version in nRF5_SDK_17.2.0.d674dde/ $Rev: 6852 is quite old
PS How can I use a tag not listed? like Segger ?
PPS...
I have the following pm_static.yml defined for my project (nrf52840 on a custom board, NCS v1.7-branch):
west build -t partition_manager_report shows this is working as...
Hi,
I am searching for some methods to blocking the abnormal PCBAs which got short-circuit in DCC and DEC4 after SMT process. These abnormal PCBAs will cause BT pairing...
Hi
HI, I have developed an application for the nRF5232, using NCS 1.7.0. so i need to add the external flash.
I would need a working example running OTA with external...
The objective is to be able to send data back up to an MQTT server using the Nordic NRF9160 hardware. Nordic staff is helpful but only writes back usually in the very early...
I am using modem firmware v1.2.3 and NCS v1.6.0. Event GPS_EVT_SEARCH_TIMEOUT never occurs despite setting fix retry time to non-zero value. I am using GPS driver (no new...