Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
Hello.
I wrote adafruit's arduino compatible bootloader via J-link.
The write seems to have been successful.
However, after that, the nrf52840 does not work.
Do you...
Hi,
Im using nrf9160 based custom board, nrf sdk 1.5.1. with Zephyr
Im using Uart in DMA mode but have small doubts in implementation
1. what is the max size of buffer...
i am using nrf52832 dev kit. i ran ble app uart and found hat uart pins are set to
Tx: pin 8
Rx.: pin 6.
i want to change these pins to some other pin number but when...
Sorry I have some project with ncs over ubuntu 20.04
I'll do west build -b nrf52840dk_nrf52840 -p ==> it compile
when i Try to debug with west debug it work
when I try...
Hi
Now,I`m trying to use NCS_v1.5.1 to develop mesh(Have been using nRF5_SDK of before).But have a problem on RTT LOG output.
For nRF5_SDK,the "Debug Terminal" window...
I have a problom about using nrf_fstorage_erase won't call nrf_fstorage_sys_evt_handler.
The project is on nrf52832 and using SDK 15.3, Softdevice s132 6.1.1. When I use...
Hi, we are developing on the NRF52833/840, using SDK 17.1.0. and FreeRTOS.
We currently have ESB that use FreeRTOS. The next stage is to develop the BLE function that also...
Hi,
We are evaluating ADC functionality.(We use nrf52832 on a device with sdk 16.)
The evaluation was performed under the conditions with and without offset calibration...
Hello,
Can anyone please provide me some idea about how to combine the mqtt-sn publisher example publishing on data topic with the mqtt-sn subscriber example subscribed...
I've noticed that some of the samples/applications in NCS that use cJSON are
Generating a pointer to a string on the heap
Then publishing that data (which ultimately...
Hi there, I'm trying to combine the BLE Multilink example with the Throughput example, with the hope that I can connect 1 Central to 2 Peripherals and get a high throughput...
I would like to emulate a NFC type 2 tag on a Nordic nrf52833 based device. I have the source code for the NFC driver (nrfx_nfct.c), but I can not find the source code for...
I would like to know if Nordic could provide me with a Zephyr compatible pre-compiled nfc_t2t library (nfc_t2t_lib_gcc.a or nfc_t2t_gcc_no_fpu.a). I managed to link library...
With SDK15.3 (it appears the issue exists in 17.1 as well), we are using the flash backend. To read the logs, we are doing the equivalent of flashlog_read_cmd(). This eventually...