My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
Hi,
It is possible to use an non secure DFU in SDK 12?Like on SDK11?
How to migrate my custom DFU on SDK 11 to SDK 12?
UPDATE 1
it the dfu from sdk 11 I Get an...
When we use nRF5 bootloader provided with SDK the first application flashing must always be done using DFU over-the-air. Only after that it is possible to re-flash application...
Hello,
I'm new to Nordic nRF52 and trying to send commands via termial to nRF52. After receiving commands, nRF52 will use these commands to do i2c communication with other...
Hi,
I'm trying to simply toggle a pin with GPIOTE out toggle task from RTC2 CC0 event. Wrote up the following code and checked the registers in system viewer. Everything...
I am using S132v2 on nrf52831. I am using UART BLE application. I want to turn ON BLE meaning advertising and all parameter of BLE whenever i press any switch. Also bluetooth...
Hi,
I know this question must get asked enough, but i am at my wits end and have not managed to find a solution for this yet.
calling sd_power_system_off returns NRF_INVALID_STATE...
Hi,
After couple minutes of running my application catch softdevice_fault_handler with program counter set to 0x11150. Can you tell me what may be a reason of this error...
Hello community,
We have a requirement to do concurrent BLE peripheral and broadcaster roles with S132 stack. This seems to be one approach but a bit crude for our requirement...
Hello,
while reading the nrf52840_OPS_v0.5, I discovered, that there is a 32MHz peripheral clock. I did not found any reference to it in the rest of the document. Is there...
Hello,
we need to first enable GPIOTE+IRQ. Then after 1st IRQ we want to keep only GPIOTE and disable IRQ. We do not want to disable GPIOTE (because it works with PPI), but...
I'm currently doing tutorials with the nRF52832 DK and am asking myself this question. How would I connect the nRF52 SoCs to my PC for flashing? Also, how should I edit the...
Hello,
I do migration from SDK11 to SDK12 (S132-SD-v2.0.1 to S132-SD-v3.1.0) and my device (nRF52-DK) randomly got a MAC of 00:00:00:00:00:00.
Helped by the migration...
Hi,
I am using BLE UART application with softdevice S132 on nrf52832 board.
I wrote a code where where i am using systick interrupt, GPIOTE interrupt. Also code has SPI0...
I have been reading device manager of SDK10.0 for nrf51822 . I looked at dm_ble_evt_handler and whole device manager source code but i didn't found where keys like IRK , LTK...