Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi
I'm developing with nRF52832.
I am using Segger Enbed Studio as a development tool.
When you download a program from Segger, Segger does reset once, and I wonder...
Hi,
I want to run QSPI application example on my nRF52840DK (PCA10056) board with logs seen via UART. I successfully uploaded QSPI bootloader example and Blinky SysTick...
Hello,
I'm developing an BLE application with NCS where I want to be able to change the BLE device name during runtime. Therefore I enabled CONFIG_BT_DEVICE_NAME_DYNAMIC...
Now we development a switch and use it control the light. When i push switch close the light, there was still a faint light. Then i found when NVIC_SetPendingIRQ(EVENT_IRQn...
What I intended was to write x'700' to x'10001080' i.e. NRF_UICR->CUSTOMER[0] !
When ran my application, which outputs NRF_UICR->CUSTOMER[0] to the log, I was very confused...
In firmware I can read the programmed UICR serial number as follows: -
uint32_t serial;
memcpy(&serial, (uint32_t*)0x10001080, 4);
Is it possible to program the UICR...
The peripheral_lbs sample on the nRF5340 with the nRFConnect v1.5.0 builds fine and the merged.hex file downloads fine, but it does not appear to be running, no blinking light...
I have a program that recieves data from another chip over Serial. It sends 2048 blocks of data which than get transmitted to our C2 over mqtt. Problem is that afther 12/14...
Hi,
I am trying to receive and send data from an android device to an nrf52840 device with USB CDC. I have already installed the application using this link https://jimmywongiot...
Hi!
If I build my project with TF-M I noticed that at least the flash usage report differs dramatically compared to the original firmware:
Original:
Memory region |...
Hello
I am currently porting nRF52833 using SPI communication with other MCU (AD5940).
AD5940 provides an example of porting with stm32, which we are referring to.
Currently...
The document nRF52811_PS_v1.0 states that the Threshold Voltage Tolerance of the Power Fail comparator is typically +/- 1% and max. +/-5%.
Under which circumstances does...
Please tell me the UICR setting in nRF52810 and S112. Currently, when I develop with nRF52810 and S112, the area of UICR is 0xFF. [1]The oscillator is equipped with 32MHz...