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...
It suggests that it holds the permission regarding whether a chara. can be read, but isn't that kinda redundant since there are tons of other similar properties out there...
Hello
Can i program an nRF52 chip using nRF51 DK. I plan to take advantage of the features of nRF52 including higher memory, storage and the NFC
Thanks
Hi,
My company has been running into an issue with the NRF51822 where the MCU appears to enter debug mode unexpectedly and I wanted to see if any others had experienced...
I successfully used my nrf52DK with latest production SD 132 and latest SDK (12.2.0), everything is on latest Keil v5. Then I needed to program another board (nRF51 Dongle...
Hi Nordic Tech support team,
I have some problems with nrf51822 OTA.
My Bootloader is single bank Bootloader。When I update nrf51822 firmware by OTA with android apk, I found...
Hi i'm very frustated with myself not the modules , i could make a pair of them to work perfectly in a pic 16F886 , now due to other project i have to use a dspic33fj64mc202...
We made a version of bootloader_secure for our own purposes. The problem is now that application must be uploaded twice into the device (nRF52) before it really gets updated...
Hi,
I am working on bootloader_secure example on SDK_12.1.0 and set APP_ADV_TIMEOUT_IN_SECONDS to 180 to stop the advertising after 3 mins.
All looks fine and device...
In tihs video , and others this guy has done, the transmission speed of the nRF24L01 2.4G module only achieves a speed of, at best, about 300 packets per second (where a packet...
We are using nrf51822ab, s130, pca10028. After dumping the soft device the free space left is 20kB, my code size is 48kB. I am able to dump the code into device but its not...
I am following ble_peripheral example of nrf51822 SDK 8.0. I have found ble_gatts_char_md_t , ble_gatts_attr_md_t and ble_gatts_attr_t confusing. I want to know the difference...
Hi,
I'm currently using an application that needs a very speed detection of GPIO and need to use NMI on GPIOTE.
I tryed to find how can I connect my NMI to GPIOTE but...
nrf_drv_usbd_init() calls nrf_drv_clock_hfclk_request(NULL)
however nrf_drv_usbd_uninit() calls nrf_drv_clock_lfclk_release();
Is this correct?? If so why?
Hi, I have the opportunity to bid for some research funding for my project, and I'm thinking of speccing a workstation for processing video in realtime, and sensor data in...