In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I am new to ANT programming, and was following the userguide's steps to set up my nRF51422 evaluation kit (pca10003 board). I can compile and upload the blinky example...
Hello Guys,
I am having a hard time figuring how to add the nRF51xxx algorithm into Keil. According to nRF81522 Evaluation Kit user guide this should have been installed...
Hi all,
I use the SDK mouse demo and bind with a surface successfully.
But when it connected, I set the mouse re-binding again by pressing the bind button and power on...
When I first switch on the circutry that initialises the nrf8001 and sets it up for communication and then connect the android app with it ,the connection is done successfully...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hello,
I have some questions regarding S110:
Is it possible for the S110 softdevice to scan for broadcasts?
Is it possible to create a connectable broadcast...
Hi all,
I'm trying to implement two hex files into my processor, one application and one bootloader.
In nRFgo Studio I enabled 2048 bytes in the NUPP field to get a protected...
I've been working with writing and erasing flash. And somehow I can't flash softdevice 6.0 into the NRF51822 G0 chip with NRFGO. The error information poped up is "An error...
Hello,
For my application i need one central device collecting data from sensors. For central side i would choose for the nrf51822(s120), simply because it has high priority...
I know it was asked and I was searching but I didn't find a clear answer about that. I know that I can generate any random 128bit UUID for all my user services & characteristics...
Hello,
I am using nRF51422EvKit with Heart Rate Monitor example. Device is detected by PC (Windows 7) but in device manager appear "External Bluetooth device" with marking...
Hi,
We have a custom board with nrf51822 chipset, when i try to flash ble_app_proximity application through keil, it is giving advertisement, but i cannot able to connect...
I have a custom PCB and i have connected the MISO,MOSI,SCK,REQN and RDYN line from the nRF 8001 to Arduino. And uploaded your code of ble_uart_project.ino but nRF 8001 does...
Executing:
nrf_gpio_range_cfg_input(0, 39, NRF_GPIO_PIN_NOPULL);
I believe it will.
I know the range should end at 30 but I hit the wrong key when I coded it. So...