Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Hello, I started to delvelop an program from mqtt simple, now that I almost finished I saw that mqtt is refusing to connect to my broker, I deleted all my code I wrote and...
hi ,,, nrf52832 , at first for bonding i will connect my device manually by scanning and after passing the data to flash , i will disconnect . in program i have set the timer...
I'm writing test code to verify the softdevice operation according to the spec.
The goes like this:
The central sends the feature exchange command, when the feature exchange...
Hello,
I have been experiencing corruption using a similar implementation to the USBD_MSC example. Even after the various SDK fixes suggested to the same problem outlined...
Hi Øyvind
I can't programing the target board.can you tell me On the "debugger" nrf9160DK ,What do I need to set?
I followed the Settings below:
On the "debugger" nrf9160DK...
Hi,
I am trying to setup a ble sniffer to make sure another one of my devices is sending the correct data to the central. But the nRF sniffer does not seem to be picking...
We are using a custom board with an nRf9160, and have tested it with several sim cards. The board has been tested with a spectrum analyzer and it is able to transmit RF, however...
I'm having trouble with PDM on SDK15.2 with nRF52840.
The raw data buffers are only half full. The last half are zero's, therefore recorded voice has a robotic sound to...
Hi!
I am trying to use my own repo like described in the tutorial https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-connect...
I want make connection secure between mobile app and thingy52. What are the types for secure connection. Currently anyone can connect thingy without any permission.
I have setup zephyr development in an ubuntu 18.04 virtual machine. everything is working fine. but can't see the vcp. i disabled and enabled it in the jlink configurator...
Dear Nordic representative,
I would like to run qualification BLE tests on nrf52832 chip: - https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-qual.html
...
Dear All,
In my application I need to switch on and off the modem using AT+CFUN=0 and AT+CFUN=4 respectivelly. My question is the following. Let's assume that the device...
SDK:V15
chip:52832
development kit:window+keil
In stm32,inder to use uart rx with DMA, we could easily use:uart Idle interrupt+dma.but how in 52832 while how many...