I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello All,
I'm developing a BLE sensor based on the nRF52832 which needs to do the following:
Use an (i)Beacon for the user to find the sensor with an App on a mobile...
nRF52832 has errata about gpiote as below.
3.29 [97] GPIOTE: High current consumption in System ON Idle mode
So I want to use PORT event for gpio interrupt, but PORT...
Hi all,
I programed hex file (blinky example) to nRF51DK via nRFgo Studio, and the board could work fine (keep blinky).
However, the nRF51DK will work FAIL (LEDs are not...
Hi,
I need to monitor voltage very frequently, have access to the latest value and also to have interrupt on low limit.
But I do not want to have interrupt on EVT_DONE,...
Does anybody knows exact number of the "4 SIG fixed group addresses"?
Is it 0x00? or other?
In the SIG document, there is below chapter.
Group Addresses
A Group...
Hello Sir,
I have developed a product on nRF52832 DK kit and using S132 soft device. I want to flash this same hex file into SparkFun nRF52832 using nRF52832 DK. But i...
I'd like to use nrfjprog to read contents of QSPI external memory. (I'm using an nRF52840-QIAA on a custom PCB, based on the PDK.)
Using application firmware I am able...
Hello
i am using nrf52840 dk with sdk 13.0r3 software.
on first board, using example ble_app_hrs_rscs_relay example.
on second board, using example ble_app_hrs_peripheral...
Hi,
On my single I2C Bus, I have interfaced 4 I2C slave devices.. Now my voltage level of this bus behaves randomly. sometimes It shows 3.3V, but most of the times It stays...
Hi all,
We are currently under FCC certification testing for our custom BLE module based on nRF51822 but failed with the average power exceeding the limit. Nordic Semiconductor...
I'm following the tutorial Development with GCC and Eclipse, but have problem when use GCC to compile project that use PWM library.
I found that when compile the code with...
Hello,
I am getting data from UART and extract NRF BLE packet.
I check the CRC Flag and its OK. But sometimes the UART has some error and I have to check the 3 CRC bytes...
Hi all
I have issues with E-INK display for signals I need 100ns and 500ns delays
but in nrf delay is only nrf_delay_us()
What is easiest way to get nano delays with...