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 am running nrf Bluetooth direction finding rx example on my locator and direction finding Tx example on two transmitters. How can I specify or indicate from which nrf52833...
This may not be the right forum to post this but I'm not aware of an official Matter/ProjectChip forum where I can post this question.
While looking though the Matter docs...
Software Development Aspects:
nRF52805
Nordic SDK V 17.1.0
Softdevice 113 V 7.2.0
Segger Studio 6.40
I want to store some small user configuration (< 50 Bytes...
I'm using Visual Code Studio with NCS v2.1.0. I'm running on a Windows 10 machine
When I click on the "Memory report" action button, I get the following error:
It appears...
Which nRF52 / nRF53 chips are compatible with the RSSI viewer in nRF Connect for Desktop? I see the InfoCenter documentation , but it doesn't include the RSSI viewer.
Hello, I encountered an issue with the app_timer2 library (SDK 16.0 and 17.1) : in some cases the timers won't be executed in the correct order and delay. The problem happens...
Hi. I am trying to build a project with the DFU over BLE on nRF 52810 . If I only add BLE and DFU modules to prj.conf, FLASH region gets overflowed by 60 KB. I know that this...
When adding a low priority and delayed background thread to the peripheral uart sample, have issues where pairing with the device causes that background thread to halt and...
Hello,
I was following the steps mentioned in the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html
in the step 5: point 4
When I...
Hi,
I was creating a Location Tracker, but using NB IoT Services. When I take a look on this example ( Location Tracker ), I can't connect to network.
It stuck on...
Hello I have some questions regarding configuring nRF5340s crystal resonators internal capacitors.
The configuration is described in the following way:
It is not immediately...
Hi guys,
I want to make a composite Bluetooth HID device that functions as a keyboard and mouse with the nRF Connect SDK. I've combined the nrf/samples/bluetooth/peripheral_hids_keyboard...
Hello, Today i try to measure PSM current on nrf9160 dk and SFR sim but i don't have good results.. With at_client FW i find (AT+CEREG=5 and AT+CPSMS=1) TAU= 00000110 and...
by nRF Connect for Desktop Bluetooth Low Energy, nRF52840 (COM) on win10 can be connected to another BLE device.
Now i need create a new GUI to send some datas via nRF52840...