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...
I have a BT app on an IPad. I can connect to the the 52840 dev board fine. I tell the iPad app to disconnect and it does.
nRF52840 dev board disconnects. When I try to connect...
I'm on Mac OS X Montery v12.5.1 (latest) on an Apple Silicon MacBook Pro, M1 Max, and I've installed 'Connect for Desktop' v3.11.1 and connected my nRF82833 DK board via USB...
Hi,
I am using two Nordic boards running custom client and server models. The board running custom client model is sending 138bytes of data, which is being received by the...
What is the canonical way to get a custom nRF52-based board into Nordic Connect SDK and/or Zephyr? We have developed a couple of custom evaluation boards for nRF52820, nRF52833...
Hi,
my setup Central is a nodejs app using pc-ble-driver-js Our peripheral is nrf52840 I read the examples and they help me a lot so thanks! Currently when I try to read...
Hi, I upgraded my toolchain from xpack-arm-gnu-toolchain (11.2.1) to xpack-arm-gnu-toolchain(11.3.1).
I'm developing firmware using Eclipse CDT, Windows Build Tools and...
Currently it is impossible to specify your own HTTP host header in the SLM-application nRFConnectSDK. The host header is appended automatically by Zephyr by using the host...
Hi all, I am trying to get characteristics value by caching the characteristic instance id. Currently I am using PC-BLE-DRIVER in our central(typeScript) to read characteristic...
I am working on nRF5340 DK Here Blinky sample program in running successfully LED is blinking. while running HELLO WORLD sample program its shows no error but its not connecting...
Hello,
when switching from 1.8.0 to v1.9.1 release unfortunately modem delta update fails. I have also tried with v2.0.2 but without success. I am trying to update the...
I tried a few demos for the nRF5340-DK and most of them work fine. What's unclear to me is where the TX Power is configured or what the default TX Power is in the Zephyr based...
Can you provide an example of how a thread commissioned Matter device can request and retrieve data from the internet?
I understand how a Matter controller can get data...
Hi,
I'm trying to capture and communicate BLE devices on the Desktop/Laptop running Windows and MacOS.
My Application is to capture BLE packets, Connect to particular...
Hi,
I have an application project using nCS with following prj.conf file:
The issue is I am using nrf52833dk and the flash is only 512kb, my build file .bin size...
We have two products which are very much similar and have both an external RTC. So processor (nRF5340) and external RTC are identical. On one product, let's call it WP, everything...