I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hey guys,
First of all, I'm using the SDK 14.1 with my nRF52832-DK.
I'm trying to get the function app_timer_start() work with the app_scheduler .
But the app_timer_start...
I'd like to buy a large amount of Nordic modules with Central and peripheral function with UART interface (similar to HM10 which is based on TI). The purpose is to build a...
Hi,
I just found, fds initialization sequence is important for fds_event_handler to be called.
My scenario:
nrf52832
SDK 12.2.0
MDK
My sequence to call fds...
How to solve problem with two (or more) simultaneously working devices with nrf52. I mean I have android app to connect to device. App is connecting to random device. I use...
Alright I'm a total newbie and have gotten myself so far...
I've compiled my project on macOS using ARM-GCC. Using the PCA10028 and the nRF51422, which works great on my...
I'm printing the value of the UUID of the service(s) discovered on two types devices when the BLE Multi-link Example connects to them, an NRF52 flashed with the blinky app...
Hi, I'm planning a project that uses MQTT with Raspberry Pi (RPi) 3 and PCA10040 (nRF52-DK).
I'm planning to use the AWS (Amazon Web Service) EC2 as a MQTT broker.
It...
Hello ,
I am using nrf52 Dk and nrf52832 custom board for testing ble communication. I am using ble_app_uart and ble_app_uart_c examples to test ble communication. In my...
Hey guys,
I'm using the SDK 14.0 on my nRF52832 with the SoftDevice 132, my IDE is Keil.
And I merged the ble_app_uart example with the ble_app_cts_c example and the...
Hi,
When I take a vanilla Objective C Xcode project and try to convert it to Cocoapods for an iOSDFULibrary with Xcode 9 results in an unopenable project. You get an error...
Hi,
I am using nrf52832 to scan beacons and then store temporary into two dimensional array.
I made interrupt that call after some interval to send stored beacons over...
Hello,
I got two device with DFU-OTA service enabled
(included device manager and dfu related handlers/files; merged the application, dual-bank bootloader, s130, app_valid_setting...
Using GCC compiler with Eclipse, sdk v14.1, nRF52832, in ESB protocol mode.
The code compiles and builds just fine, all links are ok, but the code below issues a syntax...
One of my nRF52-DK started to act oddly - very brief message in red type flashed up by nRFgoStudio on programming a few times - unfortunately too fast for me to read.
Now...
Hello,
I'm trying to build the ble_ant_app_hrm (multiprotocol) example, using SDK v14.1.0
Here is the output I get, after running make :
Makefile:216: Cannot find...