I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I am using nrf51422 sdk v8.0 on pca10028 kit and softdevice s110. My DFU and custom made application works fine when i use clock SOFTDEVICE_HANDLER_APPSH_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi . I try to use the Persistent Storage Interface. but i can't write.
static void example_cb_handler(pstorage_handle_t * handle,
uint8_t op_code,
uint32_t result,...
Hi,
I used the old nrfjprog like this:
nrfjprog --eraseall --dfu --programs s130_softdevice_whatever.hex --program my_firmware.hex
Which worked fine. I've now updated...
i'm trying to blink led using timer, but nothing blink. I dont see the error in my code
#define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */
#define...
I've got a test app on my nRF51 DK that calls sd_ble_gatts_hvx as fast as possible to test maximum data rate for the Notify of a characteristic. This all works great. The...
Hi, I'm trying to get the new Nordic desktop tool working, but having some beginner's problems getting it to work on OS X 10.10 here:
Select Com Port button lists available...
How can i prohibit connect for not bonded device's?( not bond - not connect)...I am implemented the prohibit connection under the android phone, PC, iOS in Bluetooth connection...
Hi,
Just received my nrf51 DK board today and was trying to load the blinky example from my Mac (El Capitan ). It did not seem to work.
I first configures the compiler...
I'm trying to port SDK 9 serialization library to Qt. My starting point is ble_app_multilink_central_s120_uart_pca10028 project in Keil.
All nrf projects uses softdevice_handler...
I am starting my development work with Nordic Semiconductor nRF51822 Device and already purchased the Development kit. What i wanted to ask is do i need to purchase KEIL MDK...
I'm looking for an application note like nAN-36 except taking me through using the S120 SoftDevice to create a BLE Central device.
So far, I started with the "hrs" heart...
I found I couln't write RBPCONF register via JLinkExe on Mac (everytime i wrote the value just remains) but only through nrfgo with option "Lock entire chip from readback...
Hi All
I has two nrf_51822 boards for uart communication. Use USB supply power to first, then first board supply power to second. When power on, it could communicate by uart...