Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
We're disabling pending FPU exceptions and clearing pending FPU IRQs before calling sd_app_evt_wait(), as per a few references:
https://infocenter.nordicsemi.com/index.jsp...
Dear NordicSemi engineer:
I want to connect to a peripheral device using a modified ble_app_uart_c.The information of the peripheral device is below:
How can I connect...
I need to allow BLE connections for a period of time after restart, then prevent connections (unless a button is pressed). Is this functionality as simple as re-configuring...
Hello,
I am currently developing software that scanning ble advertisement packets without pairing and advertise them like beacon. I used examples which are ble_app_hrs_c...
Hi!
I'm working on HID mouse example on SDK 13.0.0, SoftDevice S1332 v4.0.5. I'm supposed to use this as a low power media button control, using a nRF52 DK. I've done a...
Hello,
We wish to use nRF52832 IC in our design. We will design an equipment which can connect to another device via BLE and can send some measurement data. Our equipment...
Hey everyone,
I'm working with nRF52810 . I want to write into UCIRs before program execution starts.
I tried to configure NVMC(Non Volatile Memory Controller) and then...
I am using the nrf905 in a project. The datasheet suggests crystals of 4mhz, 8mhz, 12mhz, 16mhz and 20mhz are all acceptable. Does the choice of crystal oscillator frequency...
Hi there, I have an 70mm wide and 50mm high PCB with an free space of about 32x26mm on the right top corner. At the moment this area is free of any traces and polygons. The...
In previous questions I inquired about setting the MTU size beyond 27 and thank to the answers I, indeed, manage to compile and run my program with larger MTU size definitions...
Hi, I have an issue with the watchdog and sd_app_evt_wait() when running the softdevice. It seems impossible to not let the watchdog go off while having an idle ble connection...
Hi there,
We're looking to improve the touch performance of our products by moving from PCB electrodes to a dedicated touch film. Can anyone provide any references to info...
Hello Nordic team,
What is the Maximum sampling frequency for i2s we can configure to nRf51 or nRF52 DK?
And if we enable UART module to print live of i2s on serial console...
Hi
I following the steps listed in the document Thingy Mesh Demo v0.1
https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
When i perform the step 5 "Open the...
Hello,
I am using sdk12.2.2 and nrf52 customized board. I want that user should be prompted to enter passkey before bonding. I refereed the code snippet from devzone and...