Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hello.
Apple recommends some very specific and precise advertising intervals for achieve a quick discovery, as stated on the Bluetooth Accessory Design Guidelines for Apple...
Hello,
I am using ble_app_uart_c and ble_app_uart example for data transmission between central and peripheral. I am able to transmit data successfully. I would like to know...
I write an application on nRF52 where the Watchdog Timeout event should automatically clear a GPIO and start a PWM signal on another GPIO using PPI.
The issue is that Watchdog...
Hi there,
I came across the function call "(void)dummy;" which I am trying to locate. Where can I find this?
__STATIC_INLINE void nrf_rtc_event_clear(NRF_RTC_Type *...
Hello,
I'm having issues linking the nordic memory module to my IAR project. Under the project options for the C compiler and assembler, I have included the appropriate...
It seems like there is the possibility of an infinite loop in the function nrf_twi_mngr_perform() near line 361 where it calls the user function. If the I2C bus is messed...
I had a running environment under Mac OS Sierra.
I switched to high Sierra (beta) and now
nrftuil cannot import a file that looks like it is there to me!
++++++++...
Hi, I'm trying to build the secure_dfu_ble_s132_pca10040_debug project and apparently need to add the mico-ecc library. The SDK instructions for building the library call...
Hi Everyone,
I am trying to record data from ADC to a SD card every 500ms using nrf52832.
I am following the fatfs example. Before I had a problem whereby every approximately...
What are the most recent set of software tools that are known to work on OSX Sierra?
Any pointers to a good IDE for debugging will be great. I understand there are many questions...
Hello there,
I'm trying to learn how to use some of the perepherials of the nrf52832 with the DK,
trying to learn a little about the SAADC I found some example modified...
Thank you for reading my question.
peripheral project :ble_app_hrs_rscs_relay,SDK14.1 ,S132
client project: another manufacturer's soc
I set peripheral peer manager...
Hi,
I am testing with ble_app_uart . my board will advertising to my phone . I realize that if I don't connect 2 pin uart on NRF board to USB TO COM to my PC . Then , my...
Hi,
Are there any examples of SDK examples that work with USB BULK communication?
Which example should I use to make usbd_hid_generic example work with BULK communication...