I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
I have an nrf51-DK with an external Temperatur/Humidity sensor. Data is received over I2C. The goal is to save data 6 weeks. I will also need the SoftDevice S110, because...
I will use ADC / Button function over SoftDevice.
below by source.
the thread is repeated not go beyond the conn_params_init.
#define ADC_SAMPLING_INTERVAL APP_TIMER_TICKS...
Hello,
I am working on s130 softdevice(SDK 6.1.0.0 and nRf51822 &nRf51 DK). I have one peripheral and two centrals. but the data from peripheral should be read from only...
I find this function.
tx
void ble_send(uint8_t * data, uint8_t length)
{
ble_nus_send_string(&m_nus, data,length);
}
ble_send(&data_array[0],10);
but I don...
Hi, I'm trying to run ESB during the timeslot api requested slots.
The problem is that BLE uses app_timer, which uses SWI0 for the callbacks, and at the same time, ESB also...
Hey , I am working on nordic nRF51822 chip and using it as an iBeacon. I want to send some custom data apart from UUID,major,minor in the packet. How can I send it ?
As in...
When I try to set a breakpoint in eclipse by clicking on a line, gdb tells me in the eclipse "Console" window below the code: "No symbol table is loaded. Use the "file" command...
Hello,
I have three custom services. I wanted to add descriptions to the characteristics for easier testing and debug, so I used the typical method to add descriptions...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi
I'm trying to test UART over BLE using the nRF51-DK and the sample code "ble_app_uart_s110_pca10028 (nRF51 PCA10028)" along with both the nRF UART APP for both Android...
I'm using nRF51822 SoC , is it possible to change the major value when i push the button ? I tried simple assignment but it didn't work so i ask if i have to use the function...
hi,
i have kept RAM block 0 and RAM block 1 on in OFF mode by calling "sd_power_ramon_set(0xf000f)" before entering off mode ,i saw the value of RAMON register is 0x00030003...
I'm using nRF51822 SoC . I wanna read and write from the flash memory . Shall I use a specific configuration before using read and write functions provided from S110 softDevice...