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...
I'm developing bluetooth logging software on the nRF51 DK using SDK 12.3.0. We had been developing for some time in mbed, but were advised to switch over to Keil using the...
Hi,
I'm working on sending reliable message from server to client, the models are modified from RSSI model.
When I tring to send messages to client it will keep sending...
I've been trying to store an array (SDK16,S332)
uint8_t my_data[]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,.........0x23}
using fstorage I wrote an update function :
I hardcoded...
To the kind attention of Nordic support team,
I'm trying to do things like in https://devzone.nordicsemi.com/f/nordic-q-a/39630/windows-command-line-dfu-over-ble-with-pca10059...
Hi,
I have a project which was originally written using SDK12, and have updated it to SDK16, I am sorry I know this question seems to have been asked in many different ways...
Dear,
Like I said in the title, I did use the NFC of my PCA10056 with my phone, it works, I also can read some information from nRF52840 by NFC. Right now, I programmed...
Hi Devzone:
I am working on nRF52840 with latest SDK.
I have 1 differential pair and 1 single ended pin I want to sample, single ended samples at every 40ms while differential...
I was trying to connect my cellphone tu the ublox modulo for sends at commands from my cell, in the main program of the micro I've the next lines for turn on the ublox module...
i have a nrf52840 dk
i need to connect the flex sensor to the board and know the resistance value while bending
how to do it?
and what code should i dump
Hi there,
I have developed the custom board with nrf52832 Soc and programmed blink code, it works fine.Now i uploaded the ble DFU template example and updated firmware...
I can't install the tool chain.
Looks like I have to install something called chocolatey?
I can't install chocolatey. I tried the chocolatey website for help and was baffelled...
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...