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...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Hi, I am trying to debug the blinky project with Eclipse, openocd and st-link. No softdevice. This is the output I am using.
I am finally able to see the leds blinking in...
I am studying to use the nRF2460 or wireless digital audio streaming where one Tx broadcasts and several receivers listen and follow. I have the following questions: Can an...
Hi,
How can I read out a vendor model in the NRFMesh app? When I change the model ID to e.g 0x9000, I cannot see the model under elements anymore. Needs there to be any...
I have a list of characters and trying to put them in a string.
char line[13]; /* Line buffer */
NRF_LOG_INFO("Playlist : %c", line[0]); this works displaying 1 character...
We are currently evaluating the two development kits of nrf91 - On the nordic Thingy with Fractus antenna we get the nrf91 into the mobile network after about 20 seconds ...
I know this may be a duplicate of this: https://devzone.nordicsemi.com/f/nordic-q-a/37732/nrf52840-spi-clock-line-contention-causing-spi-driver-to-hang/145521#145521
I say...
Hi,
My working environment:
NCS folder Tag:v1.2.0
J-Link version : v6.62a
SES version:4.42a
test sample code:\NCS\nrf\samples\nrf9160\cloud_client
nrf connect...
I generated two packages for OTA. The first package contains a bootloader and a softdevice 7.3.0. The second one contains a bootloader and a softdevice 8.0.0. I flash the...
Hello,
I want to interface nRF9160dk with ICM20648 sensor using SPI communication protocol. I tested SPI on nRF91 and it is working fine. But how to use ICM20648 with nRF91...
[Embedded World 2020] Failed update of the Thingy 91 Certificate after downloading from the nrf cloud
I Just tried to update the certificate from the NRF Cloud ( https...
https://github.com/NordicPlayground/nrf5-calendar-example
What is lowest power mode where real time clock could run?
How could retain RTC value during reset?
Thanks
I have been using nRF9160 DK for a while, with program running and all, however today I failed to connect to it using SEGGER Embedded Studio with the following error.
...
Light switch, client, server and app nRF Mesh works. I replaced client with ble_app_uart_coexist, but I already donť see it in your nRF Mesh app on my phone. I would like...
Hi, I am following this tutorial to enable logging in my Debug Terminal.
https://youtu.be/uP8RYgYGRvI?t=179
At 3:00, I am told to enable both RTT and nRF Logging.
However...
Hi,
I want to test the power managment on the nRF52840. I plan to make a simple test application that enter in sleep/systemoff mode every, let's say, 1 minute. After wake...