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...
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...
I'm attempting to make a sense of app_gpiote.c (in SDK 11) to see if it's suitable for my application and I can't find a match between the documentation, the sample code and...
Hi,
I am trying to use app_timer (had this working in isolation like I wanted) and esb (also had this working by itself) in the same binary. They both implement SWI0_IRQHandler...
Using nRF51822.
I use external DCDC to supply concurrent 3.1V for VDD(PIN1).
Then I have no way to check bettery level.
So I connect battery and AIN4(p0.03) separately...
Hi,
This seems to be an issue that pops up often. However, I wasn't able to find an answer here in the Nordic forum.
What I have:
a number of vendor services ...
I'm trying to change the SD version number of a test-S132-file, soI can "see" that the DFU was successful in my app. I can already read the current version (from 0x300C in...
Does anyone had controlled LoRa module with nRF5x??
I have nRF51822(BLE400(PCA10001)), nRF52832(PCA10040) and Semtch SX1276RF1JAS.
I hope to control LoRa module using nRF...
Hello All,
I am looking for a stand alone small transmitter/receiver that can be powered from a watch battery with a range of at least 300m. Is any of the nordic solutions...
hi,
i am working on code which require to store data array of 20x20 to store in flash area using FDS or any other possibilities.
1)i confused with FDS concept. how i can...
Hi,
we are now in the second round of prototyping - we'd like to move away from the chip-antenna based design to a PCB antenna. We have come up with two different ideas...
Here
My device (chip nrf51822_xxAA) exist softdevice 8.0.3 and BLE uart application work fine which flash by the ST-link in Keil MDK(5.20).
Now I try to add bootloader to...
Hello
I've found your example in the dev-zone and migrate the project to SDK10 and will probably do the same for SDK11.
However, I've got a problem in my project. When...
hi,
i want to implement rtxos in my nrf52832 application. one of the nrf52832's feature is ARM Cortex -M4 32-bit processor with FPU, 64 MHz.
my question is, why the...
Dear Nordic.
I am developing bootloader without SD (s120_nrf51822_1.0.1).
And after execution of bootloader, jump to application working with SD.
Flash composed like...
I tried to compile blinky sample in SDK12 with make tool-chain. I got 3 errors:
Makefile:214: Cannot find include folder: ../../../config/blinky_pca10040_s132
Makefile...
I converted a project from uVIsion to IAR, and I get an error when I use app_timer_start(); the error says: Error[Pe167]: argument of type "void ( )(void)" is incompatible...