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...
Is there a development kit available for the old nRF24E1?
I have an old product line that needs some small changes and can't upgrade to a newer version of the Nordic chip...
We have migrated a project from nRF52832 to nRF52810.
We are using IAR EWARM.
The target hardware is the PCA20032 with the nRF52810.
The code runs fine on the PCA10040...
I’m new to Thingy and want to log the data generated and viewed through the iOS app easily to the cloud. Is it possible to do this with out coding to a serivice like Google...
Hi,
I am developing my own PCB board and application based on a nrf52832 module ( MDBT42Q) . To test the board, I tried downloading an example program onto the module, in...
Hello,
What are the main differences between the old nRF52840 PDK and the new nRF52840 DK?
What can I do with the latest development board that I can't do with the PDK...
hi is it possible nrf52840 interface with gsm modem for iot applications. i have connected 4 sensors in nrf 52840 .i want send data as api call using gsm (UART) in nrf52840...
Dear Sir,
I have comptibility question of nRF52 or BLE 5.0.
Although BLE5.0 is backward compatible with BLE 4.2 but it's seems no document tell user about how to handle...
Hello,
I put PCA10040 Development kit as peripheral advertising packets, for example, every 100ms.
When we scan with "nRF connect" App on the Galaxy S4 phone we can see...
I have seen that the recommended method for switching between connectable and non-connectable advertising is:
sd_ble_gap_adv_stop() ...change advertising structures as needed...
I was given the source code to the nRF Toolbox DFU only app in order to implement its functionality within my own app. Using the nRF Connect app, I've connected to my hardware...
Hi all, I am trying to get my head around UART Flow control on Nordic nRF52. I cannot get it working... I have two nRF52840 dev boards (PCA10056) that I connected between...
Hi,
When I try to stop ADC sampling, the adc driver keeps on busy. The function nrf_drv_saadc_is_busy() keeps returning true.
I looked in other posts (like this one )...