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,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
I have a new nRF52 Preview Development Kit, after connect it to a computer with a USB cable, the status light (LD5) come on, indicating it has power. However, the standard...
I am working on a project to integrate nRF51822 with a rechargeable battery,
and make it chargeable through micro USB cable.
Any recommendation on the battery model, charger...
I have a dual mode BLE / ANT+ nRF51422 design going through regulatory testing for FCC / EU marketing approval. I have previously successfully tested a very similar design...
The spec of nrf52 mentiones 'Propriatary RF' as option. I was wondering if that could be used to implement 802.15.4 which would save us an entire IC and power and like basically...
Hi there!
I would like to implement the nRF24L01-module to one project.
But, it would be great, too, if i can use the application manual to use only the chip itself with...
I have the nRF51-DK development kit (PCA 10028). I'm following the gcc tutorial here - devzone.nordicsemi.com/.../.
I'm using the ble_apps_hrs project as a basis for my...
Is it possible to connect DCC / DEC4 to a transistor to turn on / off a part in my circuit? I assume yes, but I just want to make sure.
Or, is there another way to turn...
Hi again,
If I use BluetoothGATTSetCharacteristicValue and set wr_auth = 1 in the ble characteristics, I receive a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event. I can also see...
Dear Nordic developers,
Does TWI supports bit level clock stretching? Means that after each bit (not byte) slave can hold down the clock and master should perform appropriate...
So I have the following bootloader code:
int main() {
uint32_t code;
sd_mbr_command_t mbr_command = { SD_MBR_COMMAND_INIT_SD, };
code = sd_mbr_command(&mbr_command...
My ANT BLE application runs on a custom board with a nRF51422, SD 310 rev 2.0.0
I can use the nRF UART app on an android phone, but on an iPhone with iOS 8.4 I can't even...
Hello,
I'm using an PTR5188 development board for my project which breaks out PIN 26 & 27 for ADC only. I'm using mbed as my development platform and haven't been able to...
Hi there
Can you clarify a point for me?
Quoting from Gazell link layer user guide:
"If only the ACK packet sent from the Host to the Device is lost, but both the initial...
Hello.
Reading the documentation of pstorage_load and the actual implementation has left me with confusion.
The documentation states that the size and offset parameters...