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'm having a major problem with my nrf9160 dk board suddenly not connecting to the cloud. I registered and renewed my certificate, but the result still failed...
Hi:
There is no driver on win7 using nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd_ble_uart example.
I tried to use nRF5_SDK_17.1.0_ddde560\examples\usb_drivers, but...
Hi,
I am develloping a solution with an extended advertising.
In order to see the advertising, I am using either the nrf connect mobile APP, either Nrf Connect Desktop...
Dear Support Team,
Based on SDK15.3, nRF52832, follow the instructions to run the DFU process, use the mergehex.exe tool to merge settings, app, boot, and sd into one hex...
Hello everyone,
I currently using this lib: GitHub - Martinsbl/nrf5-mpu-examples to read data from MPU9255, when I'm using the easydma for accelerometer and gyros its work...
I am using the PSA library for the nRF340 and trying to use persistent keys.
It all works without persistent keys enabled, but if I add the following two lines to the prj...
Hi. I am trying to start programming our own development desk with modul ACN52840 (SoC nRF52840). I can provide schematic of development desk in private message if needed...
Hi,
I am develloping advertising configuration and would like to use the fast or slow advertising mode.
In the ble_advertising.h, it seems that the limit are an uint32_t...
Hi,
I am performing several "mlme_reset_req()" on a nrf52840 during runtime without problem, for the most part.
However sometimes the radio stack will stop after a ...
Good day
I noticed that the NFC tag reader sample is not compatible with the nrf9160K. Is there a reason for this ? will development be possible?
Thank you!
Hi Nordic
I downloaded nRF5340 DK Hardware files (Altium Designer files).
pca10095_sheet1 and pca10095_sheet2 can be imported in PADS logic tool.
But, files from sheet3...
Hello,
I have a problem when I send data with CDC ACM and using CLI interface my data is mixing. If I put a delay between sending data I have no problem but this solution...
Hi, I want to enter the NRF52 into a standby low power mode.
I am running sdk17.0.2, with FreeRTOS and softdevice (7.2)
The steps I take are:
1) stop all my threads...
I'm trying to integrate the following driver into my project
https://github.com/nobodyguy/HX711_zephyr_driver In order to load it I need to update the west manifest. Using...