I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
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...