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...
Hello
where can I find some examples of how to create an Android app with BLE NUS peripheral? I have only found NRF Uart app but there is central mode implemented in this...
HI!,
In Eclipse Neon.1 x86_64 with SDK12 examples I get this error:
Symbol 'NRF_CLOCK_LFCLKSRC' could not be resolved
In this line:
nrf_clock_lf_cfg_t clock_lf_cfg...
Hello everyone!
I have studied the OpenMesh for a couple of days. It seems the Openmesh framwork is standalone with the ble stack(S110), and the framwork operate the RADIO...
Hi everyone, I am working on an NRF51822 project which requires the use of non-volatile memory to store user profile (so I think either flash or external EEPROM). As far as...
Hello.
I use nrf51822 chip.
I want modify Device_name as below.
1EA product "CoCoNut - 001"
other 1EA product "CoCoNut - 002"
other 1EA product "CoCoNut - 003...
I want to use the adc when I push the button or recieive some data from the android?
But the example provide the event trig.
Can somebody provide some example , only...
Hi:
I referenced to the example"ble_app_hids_keyboard",and finally,I can reconnect the phone automatically.But that project was a little complex,so I simplify the "service_init...
Hi all,
I am using sdk12.0.0 and i am trying to build the alert_notification from examples.I have installed GNUARM toolchain version 4.9 2015q2 and I am using eclipse.
Following...
The nrf51.xml file that was included with the SDK 9.0.0 was located in the directory structure here:
nRF51_SDK_9.0.0_2e23562/SVD/nrf51.xml
In SDK 10 and 11 this file has...
Hi,
I would like to use my NRF51DK with SDK11 and SD130 to control my SSD1306 OLED screen over TWI/I2C.
To refresh the OLED screen, we have to send it the whole display...
I recently experimented with the TWI Transaction Manager and found the following:
This function would cause HardFault Error
void _BAD_read_func(app_twi_t* param_p_app_twi...
I build esb_ptx example in sdk12, download in nRF52832 board, but from uart tool, I can not see log.
I have enabled log in sdk_config.h, and in options for target 'xxx' ...
Hi,
I have a DFU issue. Using Visual GDB IDE and gcc tool chain.
I Can get my signed application generated into zip then DFU it into the device which all works.
Once...
Looking at the radio notification code in components\ble_radio_notification, it looks like there isn't an option to use the NRF_RADIO_NOTIFICATION_TYPE_INT_ON_INACTIVE event...