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...
In Nordic infocenter/nRF5 SDK v11.0.0/Examples/Bluetooth low energy examples/BLE Central & Peripheral/, I found a example project which name is "Experimental: BLE LE Secure...
BLE is first initialised in my code, then SPI is initialised. If no SPI transfers are to be executed in the code, the code compiles, runs correctly and BLE functions correctly...
I have a very simple program that generates a 50% duty cycle clock using the NRF_PWM0 on the new nRF52 device. Unfortunately, my Tektronix 1GHz oscilloscope doesn't lock to...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
Is there a way for firmware running on the nRF52 to detect the presence of a SEGGER (or other) SWD capable device? I've looked through all the nRF registers but couldn't find...
Hi all
Our application, built on the NRF51822 Rev. 3 and the SoftDevice S130 V1.0.0, uses the UART0 with 115'200 baud, 8N1, to communicate with another controller/PC. Hardware...
Hi, In my project I want to read data from i2c and update in advertising data and the board need to advertise without time out (i.e 24x7) for these I take advertising timeout...
Hi,
I am new to the BLE profiles. I am have to send the TMP007 temperature sensor values to mobile APP using BLE HTS profile. for this I am using sample example of nrf52...
My customer offered the P/N#NRF51822-CTAA to us, I tried to find informations on it, but on your data sheet I can only find code QF, CD, CE, CF, nothing on CT. Is NRF51822...
Hi,
I have question related with some parameters of BLE transmision.
Connection interval in my project is set to 10 ms. Peripheral sends a notifications whenever the...
I have the nRF52 dev board and a stand-alone Segger J-Link (not the one that's on the dev board) connected to the nRF52 through the Debug In header.
The firmware that gets...
I'm new to the NRF5182 and I am currently working on a device where I need to wait for the tx register to send all data before i continue the flow of the program. However...
I'm trying to port your eddystone sdk to GCC. At the moment it is already compiling, but when calling softdevice_enable I get 4 as error code. If I'm right, this means NRF_ERROR_NO_MEM...