I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...
I have two nrf24l01+ modules communicating on a single channel. The "remote" does 99% of the data transmission while the "base" receives and uploads to a host. Occasionally...
How to use stlink or CMSIS - DAP downloading S110 protocol stack? Jlink can use nrfgostuide down s110 protocol stack, i want to know how to use stlink or CMSIS - DAP download...
Hello,
Is there any information on current consumption for the nRF51822 when running the micro-esb examples? I'm curious as to how much current is being used in a situation...
I'm testing a custom board I did. The board has this 16Mh crystal
geyer-electronic.de/.../GEYER-KX-7_01.pdf
The CL of the crystal is 12 pF. I'm using a pair of capacitors...
Hi,
I am trying to get the ble uart example from the sdk 0.9.2 working on my nrf52 DK board.
But the nRF UART v2.0 application on my android phone, quits instantly after...
Hello,
I'm looking to send a 32 bits word to the example "LebButtonDemo", using an iPhone application created with Evothingd Studio (it uses Javascript).
I'm able to...
Hello
at the moment I have a running S120 BLE firmware update on my nRF51822 hardware.
This works fine on my desk.
But we have the additional requirement to update the...
Hi
I have an custom board which uses an nrf51422 SOC. I am facing issues with my radio.I use an softdevice s110 with an application on it.
The code just works fine with...
Hi Noedic,
I triggered the DFU function through APP, the device restarted and the base service UUID changed from 0x0001(nus function) to 0x1530(dfu function), but it is...
Hello,
I am working on S120 SD v2.1.0 for central and S110 v8.0 SD for peripheral and SDK9.0 and I am able to configure 1 single uuid on central and connect to multiple peripherals...
Hi.
I would like to konw some ditails aboute nRF9E5 device:
What is the rang between 2 devices using 433 mhz.
do you have any samples codes ? i need to trasmitt...
Hello,
After i disable SD i try to count ticks on TIMER1 from RTC1 via PPI.
Timer1 is configured property but TASK_COUNT don't increment cc.
I see that event TICK on...
So. After countless hours of messing around, reading SDK, examples and stuff I'm begginning to feel kind of frustrated. I want a microsecond timer. For that I tried a number...
Hello,
I use nrf51422 for my project. I have to collect data via BLE nus from phone, but after that i don't need SD anymore. Can i use blocked hardware, like RTC0, after...