Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Please tell me how to modify the base UUID of the NUS sample application (app_uart / app_uart_c).
SoC: nRF52832 SDK: nRF5_SDK_14.0.0
<My background> I am developing BLE...
Hi Guys,
I'm interested to get guideline on how could I customized the qspi example from nordic in terms of pins and command. I don't see any different between MX25R6435F...
The NRF_MODULE_ENABLED macro does not play well with Eclipse. I've tried enabling all Modules in the Symbols section of Eclipse but still it does not enable any module utlizing...
Hello all,
Anybody knows "EVENT_STARTED does not fire" issue will be fix or not?
I really do want to use the PPI function at Tacq=3us.
When can I get the counter measure...
Hi,
I am trying to use EasyDMA. Is it preferable to use with ...\peripheral\uart or ... \peripheral\serial. With ...\peripheral\uart there are lot of errors. I tried with...
In the code above I get an error that nrdx_gpiote_in_init() and nrfx_gpiote_in_event_enable() are undefined.
In CMSIS configuration wizard -> nRF_Drivers i've enabled...
Hello everyone, i work on nRF24L01 and i have 3 ardunio with 3 nRF24L01 and 3 IMU as transmitter and 1 ardunio with 1 nRF24L01 as reciever, i am trying to recieve data from...
I have migrated a project that uses Thread DFU from SDK for Thread and Zigbee 1.0.0 to 2.0.0.
I have successfully loaded the new MBR, bootloader, settings and program via...
Not sure where the problem is. Some of my boards, the microphone works fine, on others it doesn't. I am using a Knowles SPK0641HT4H-1 PDM microphone. I am using it as mono...
Hi,
I am experiencing an error of up to 8% on SAADC readings on the NRF52832. We have performed a sweep of the full range of the ADC and produced the following graph which...
Hi
My application requires that SPI CS is NOT TOGGLED within a transaction, only at either side
My Transaction consists of:
1 - Slave sets up buffer ready for Rx and...
we are entertaining the idea of using an nRF52840 with a Semtech SX1276 (or possibly SX1262) as a BLE/LoRa endpoint node. We believe this is doable but wanted to make sure...