Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
Dear Sir/Madam,
Can you please help to check and advise if both part# nRF52840-Dongle and nRF52840-DK have KC certificate? Thanks.
Best Regards,
Dan Lee
Hi,
I'm using for awhile TIMER0 and I want him completely disable.
I'm setting a TASKS STOP to stop a timer, clearing a interrupt and disabling interrupt in NVIC, but...
I'm looking at the datasheet for the NRF52832 because I'll be using it with a Raytac module and I'd like to know for sure how the SPI pins are set.
I see in the datasheet...
hi, i've used the official zephyr version till some days ago. the reset pin worked. now i've switched to the zephyr version "supported" by nordic and the pin reset isn't working...
I did the multilink central function when I used zephyr OS Connecting the five peripherals is stable at first, but after a while the error of <err> bt_att: ATT Timeout will...
Hi Everyone,
I have been developing with nrf52840 for quite sometime using Arduino. I would like to explore nrf5 Sdk for Zigbee and Thread because I want to use my nrf52840...
When I generate bootloader settings using nrfutil 6.1.0:
The output indicates the start address is 0x3fc00:
However, looking at the hex file, it contains identical...
I'm measuring the current of the following code:
I'm not using softdevices.
I have nothing more connected to the board than the power.
I measure about 0.320 uA which...
I'm trying to make a test app that includes sample code from GPS and udp examples.
Building for nRF9160DK with west.
Here's my Kconfig:
```
# # Copyright (c) 2020...
Please help me to eliminate the error : "cannot open source input file "nrf_erratas.h": No such file or directory" for nrf51422 for nrf 51(12.3) sdk in keil version 5
Hello, We noticed that when we enable the whitelist, we can successfully filter out connection requests, but not scan requests. Our device still responds to every scan request...
Hello sir / ma'am
I want to implement OTA with zephyr using openthread but the size of my code .bin file is too much like 412kB .
How can I reduce my code size ?
What...
Hello
I am building a code with Openthread (NCS V1.4.0) and the size of that generated Bin file is 405kB. I would like to know why size of that file is more? I need to reduced...
Hi!
We are working with the nrf5340 on a custom board and we are trying to reduce its power consumption to the minimum possible. We have a beacon advertisement application...