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, I'm looking for a link for the BLE app v3.0.1 to add as an App Source for nRF Connect Desktop v3.11.0. If anyone has a working link or knows where I might find one...
nRF Connect SDK 1.9.1 nRF52805
Hello, In my application I have two areas where much current is consumed (two current spikes). 1. Getting values from external sensors
2...
It appears that zigbee, matter and bluetooth/mesh Light switch samples all use light_switch as their application in NRF Connect for VSCode. Is there a way to build and support...
We use nRF9160 with our board (with Serial LTE Modem 1.9.1). We recently started using AT#XCELLPOS=2 instead of AT#XCELLPOS=1 after that we often get into trouble with the...
My environment:
nRF Connect version 2.1.0 Board: nrf52840 DK Host: MacOS 12.6
Trying to use the Zephyr sample project called SMP Server Sample. The instructions are here...
I am following the Dev Academy course for Cellular IoT Fundamentals with the Thingy:91. The Programmer software tool's "SelectDevice" tab does not detect any devices connected...
Hello,
I was wondering if there is a <complete> example someplace with Systemview running - an example for the nRF9160-DK would be nice.
I have the following in proj.conf...
We have a nRF52840 peripheral using the S140 SoftDevice on the SDK15.3.
Our peripheral is configured to advertise with the following advertising data: flags (BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE...
Hello
Sorry for the dumb question, but how do I get this timer to work?
What am I doing wrong?
I would like to measure the distance with the HC-SR04 sensor.
...
Hello!
I am having some GPS problems with the Asset tracker v2 firmware. It can find satellites, but it doesn't track them nor do I get a GPS fix before the timeout occurs...
Hello!
Our plan is to have the whole Bluetooth stack (softdevice controller, HCI, host) on the NET core and make APP core call the functions by RPC. The board is an nRF5340DK...
In my project, I need to set REGOUT0 to 4 , to achieve a VDD of 3 volts. In zephyr/boards/arm/nrf52840dongle_nrf52840/board.c there is an example showing how to do this in...
Hi,
I was about to program my nrf52840 with minor changes in the dts and after that I cannot flash any other images to the device. This is what I get when I flash the...
Hi~ I have a new NRF52833REV3 xxAA board, and I need to read its SRAM. However, when I use the JLink command to read it, I get 524288 bits 0. I have tried recover and erase...