Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...
Hello,
We are using Nordic SDK 11 MQTT adapted for TCP/IPv4(separate module) . It works fine without TLS. I added the flag "MQTT_TRANSPORT_SECURE" and made adaptations...