Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...
I am looking to check signal strength and would like to be able to do it as easily as possible.
The default asset_tracker sends messages which can be seen in the nrfcloud...
We have an application running on our devices that are using ble_nus to communicate with a base station.
The use case is approximately something like this:
On button presses...
Step1 : init a Client model in Provisoner:
Step2 :config this client:
Step3:set the pub address of this client & control the remote gen_onoff_Server model: but it...
Hi
I've found an issue with the serialization code for the function sd_ble_gap_device_name_get in the SDK 14.1.0. As far as I see the issue still exists in the SDK15.0.0...
Why did Nordic deprecate the -30dBm TX power setting on the nRF52832? The current TX power settings jump from -40dBm all the way up to -20dBm, Why the power jump of 100X?...
HI Nordic Team :
Our important customer uses nRF52832 to develop bluetooth key product . they want to know how long the 52832 enter IDLE mode by calling WFI instruction...
I am using nrf52832, SDK 15.2, Softdevice 6.1, Embedded Studio to program a custom PCB device. My aim is to eventually send data I have from a peripheral device (through SPI...
Hello Nordic Support,
I would like to know if I don't specify the CFLAG -mfloat-abi but have floating point calculations in my code for NRF52832 target, does the compiler...
Hi,
I use NRF52840 on a custom board. I am utilizing low-level SoftDevice flash API for accessing flash:
sd_flash_page_erase() and sd_flash_write().
I want to register...
What would happen if using the recently released Programmer app from nRF Connect v 2.6.1 for PC, you accidentally erase all de contain inside the Device Memory Layout window...
Hi
Can anyone please explain me as how to change the start address of flash (while using soft device) and changing the start address of RAM too. I am working on nRF52840...
I'm looking at the patched version resulting from applying the pc-ble-driver patch, but this might be present in the original as well.
675 case APP_USBD_CDC_ACM_USER_EVT_RX_DONE...
Hello,
I'm trying to receive a 2-byte data from a sensor from Maxim Integrated MAX31875 but the nrf_drv_twi_rx function only receive 8 bits data. Does this function to receive...