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...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
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...
I am having an interesting issue trying to send packets. Only a very small number are being received (~1 per second even when transmitting one after another), and they are...
I want to use a UICR for device serial number. Correct me if I am wrong but it is my understanding that a UICR cannot be changed programmatically like onboard flash can. So...
I'm using the UART to talk to a GSM modem. It has hardware flow control and supports a baud rate of 115200. I'm using app_uart_fifo.c, not app_uart.c. I'm using the SoftDevice...
Hi,
Does Nordic Semiconductor provide any resources (codes, macros, documents) for work with IAR or Keil's simulator to fully simulate nRF51822's peripherals?
Thanks...
Hi,
I do:
err_code = ble_bondmngr_bonded_centrals_delete();
APP_ERROR_CHECK(err_code);
till now all is ok.
But when I do:
err_code = ble_bondmngr_whitelist_get...
Hi,
I need to delete all centrals using ble_bondmngr_bonded_centrals_delete ble_bondmngr.c function. It is working but it is not cleaning the whitelist.
So, when I do...
In the example of hid_mouse, ble device will bond master when disconnect event happen.
I try to add this two codes to Implement my idea.
err_code = ble_bondmngr_bonded_masters_store...
I write this code to set my ble device power down,but it causes reboot without any error report.
GPIO_WAKEUP_BUTTON_CONFIG(LEFT_BUTTON_PIN_NO);
GPIO_WAKEUP_BUTTON_CONFIG...
I try to use 51822 to run ANCS sample(ble_app_ancs). It work well and I can get notification source and notification attributes. But I don't see any source code for get App...
Hi
I've a reproducable behavior i'm not able to explain. I'm using the softdevice S110 6.0 on a nRF51822.
The firmware implements some BLE profiles and uses TWI Master...
Is there a way to map external memory (SPI connected) to force the app to start execution from there ?
If not feasable , there is a way to transfer the execution from internal...
I have a 51422 board design and I just got Ant-FS working with our firmware so I can now download data from an external SPI flash to a desktop application.
I want to be...
Hello:
I am using NRF51822 to design somethings. And I want to use interrupt send method instead of polling send method.
NRF51822's UART0 provides TXDRDY interrupt. After...
Hi,
I have tested the nRF Toolbox proximity application using nrf51822 evaluation kit and with nexus4 smartphone it is working fine. Now my question is, is it possible to...