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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hi,
Is there any connection/disconnection API in ant+ (sd210) similar to BLE?
I want to use this to control the device activity cycle, if I get disconnection event, would...
Hi,
I'm trying to implement a specific communication protocol using the SPI on a nRF51822. The SPI on nordic side will act as slave. When CSN line goes low, I will also need...
Hi,
I currently have a problem with the continous scanning mode. I implemented the scanning mode that my device searches for the first 4 seconds after power up then picks...
Which example projects are compatible with s110 v7 for nRF51822?
I keep running into samples requiring "Legacy Keil" to be installed.
I just want a clean s110 v7 example...
Uint32_t data using sd_flash_write written many times to the same address, you must perform sd_flash_page_erase before writing it?
(English is not good, with Google Translate...
Is the DC/DC converter enabled when running ble_app_beacon?
Or is it only the LDO that is enabled?
I am running the application on nRF51822-DK.
BR Magnus
Hi,
I happily use the JLINK UART interface which show up as COMxx on windows for both the PCA10000 and PCA10001.
We are trying to 'see' the same on Linux. Have inatlled...
Could you please let me know the current rating in between retries while transmitting.From the oscilloscope reading, that is not obvious. The documentation shows three idle...
Hi
We had some problems updating our devices with the nRF Loader App on IOS. After selecting the device in DFU mode the App hangs and aborts with a Bluetooth error after...
Has anyone been able to get the DFU over the air bootloader to work with gcc and the newest SDK (6.0)?
I have followed all the tips I can find on here to get it working...
I'm wondering if the timeslot API is planned for the s130 or if it's intended to be s110 only. If it is eventually getting added to the s130 is there a loose time frame for...
Hello,
i am using the nrf51822 with softdevice s110. In the spec i read that the contoller works as well with an external 32khz reference which i want to use. The oszillator...
hello everyone,
i use nrf51822 and i want to use one switch that wakeup the module from sleep mode. so can i connect switch to gpio of nrf51822 module. if yes than which...
I'm a newbie so bare with me. I had this code running, saved it, and started another project. I tried not to touch any of the files I had running with the example below, but...
application note nAN-034 describes two alternatives for production testing an application using the nRF51822. One method is using a commercial tester (MT8852) and the other...