S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hi,
I have updated the modem to version 1.2, and connect sdk to 1.2, and now the SUPL library doesn't work? I'm using the GPS sample and it is getting stuck at "starting...
I have the mesh light switch on/off example running. What is the easiest way to test sending and receiving data from a non-mesh device to the proxy node? I want to be able...
Hi All,
I have programmed my nrf52832 device with DFU bootloader,softdevice and buttonless app provided by SDK. I am using SDK16.
My device is getting recognized by nRFConnect...
Hi:
The nRF52840 VDD voltage supply range is 1.7~3.6V
So if we provide 3.3V to VDD, the voltage ripple spec. is still 1.7~3.6V?
Or other spec. that we need follow? ...
Hi,
I am evaluating a BLE beacon solution and the nRF52 seems attractive. If building a solution where an appliance I will develop will listen for a BLE beacon that I also...
Hello,
I am new on keil and nrf, I am trying to merge nrf52832 sdk15.0 ble_app_hrs example and this custom service
I want to send command from nrf connect app to my nrf52832...
Hello,
I am working on a BLE application for the Thingy91 which needs a lot of dynamic memory. In the Zephyr specification values of up to 16kB are supported. I tried to...
I am using zigbee light_control examples in nRF5_SDK_for_Thread_and_Zigbee_v4.0.0 for my zigbee projection.I want to know how the zigbee network build and which command will...
Hello, I have been using segger embedded studio v4.16 for almost one year using free license. today it says my evaluation period is expired. But they say it is for unlimited...
I have a setup with one transmitter and three receivers. The transmitter (nRF24L01+) sends a message to the receivers (nRF52832, using SDK v15.3.0) every 10 seconds. The receivers...
Setup: Segger Embedded Studio v3.52, nRF5_SDK_for_Thread_and_Zigbee_v4, nRF52840 Custom Board
Hello,
I based my code off of your Zigbee cli_agent_router example. In the...
We use both the iOS and Android DFU library to support DFU through our mobile application. Recently we found that Samsung phones running on Android 10 have a problem with...
Hi,
I'm developping some test suite for one of our ble products in development, and I'm encountering some unexpected behavior using pc-ble-driver-py.
The test I perfom...
Hi, this is probably an easy one. Starting with the ble_app_uart peripheral example, I am customizing an application. I observe that two events with IDs 58 and 85 come through...
I have setup a timer interrupt whivh fires at about 10 seconds which I can follow on an RTT viewer the ISR demands two ADC's to convert the voltage levels on their pins, I...