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, I am using the nRF52840 dev kit. I am using SES to develop the code for it. I want to include the bosch bme680 library in my code. It comes as a libalgobsec.a file...
The objective is to have a device which constantly advertises some status information - this must be always visible to any Central in range.
The device may connect to at...
I inherited an active project with regrettably little support from the previous developer.
I have been trying to download a copy of the application firmware that I generated...
I try, DFU by USB-SERIAL on NRF52840-DK. I installed SoftDevice S140 V6.1.1 and open_bootloader/pca10056_usb (SDK15.3) Python2.7.16/nrfutil for windows was installed. My DFU...
I am trying to keep an output pin asserted while I jump to the DFU on the 52840.
We have a dead-man switch hooked up to pin 19. I need to hold this pin high while I jump...
So we are using NCPTransport from nrf-util (nordicsemi/thread/tncp.py) to have CoAP connectivity over Thread NCP from Raspberry Pi to other Thread devices. We have a use case...
Hi,
I am trying to install pc-ble-driver-py pypi lib into custom yocto setup. I have created recipes for it which is shown bellow
in python-pc-ble-driver-py.inc
...
Hi. Im working with an application that uses the s110 softdevice and i want to use the s130 to be able to recive advertisereports but when using the s130 Everything stops...
Hey everyone,
I've got an nRF52840 DK on my hands. There's an interesting crash occurring when the return value from ble_nus_data_send() is passed to APP_ERROR_CHECK()....
I am using several Laird BL652 units on a project. They contain a nRF52832. For the most part they are working great, except I have one that only works some of the time and...
I have been trying to use the new GPS example, however, I could not get any location from it yet. It seems that after 30 tries, it stops working (time-out problem). Should...
Hi all,
I'm starting developping code with SES, on an nRF52810 (192kB of Flash), with the BLE stack S112.
Because my project include BLE and custom UUID, I started with...
Hi
I am using the nrf53832 dk.
In the nus example once the data is received from the phone(central) I want to write this data to the flash. I referred to the fstorage...
Hi everyone,
We are currently working on a BLE border router with a module based on nrf52840. The custom board has a MAC + PHY ethernet controller that communicates with...