Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
Hi,
Where can I find documentation for SDK 5.2.0 and SDK 6.0.0? I'm looking for information about some functions and what they came for new release.
Thanks
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi all,
I have recently upgraded my tools to SDK 5.2 and JLink V4.84f, and started using nRF51822 G0 chips.
The issue I have is with recovering the part in the Studio...
Hi All,
I've just been trying to program some of my USB dongles, nRF24LU1P-F16, via nRFGo Studio.
They are recognised fine, and seem to be operational after programming...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
Nordic,
I am using the BLE Shield v2 and the Arduino Due board to transmit accelerometer/gyro data to an Android tablet app that plots this data. I had this working fine...
First I noticed that nordic has already updated the andriod nrf toolbox app to use softdevice v7, which allows updating the softdevice, bootloader and application.
The...
Hello all,
I'm working on a library for NRF24L01+ and PIC micro.
Unfortunately there is something wrong. On the receiver side, the micro correctly detects that a packet...
Hi,
I am knew to BLE and I was able to ran succesfully the blinky project. Now when I load the soft device on and then try to download the hr example if says "Flash download...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi,
I develop an application with the nRF51822 circuit. It is detectable with my smartphone, but not with a computer that has a Bluetooth 2.1 device. Is it possible to...