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 try to follow
devzone.nordicsemi.com/.../
but on the paragraph Using the nRF51 Dongle
I always receive "No response from master emulator "
also after flash the board...
I've recently began testing the NRF51 SDK, however, due to some availability issues, I'm using the PCA10003 Board. I've followed the two Tutorials here, and I am able to get...
HI,
We have just upgraded our application to support the latest S110 v8.0.0 but also evaluated the possibility to use S120 instead of S110, so that our customer only need...
Hi,all!
I am programing an android ble app.And I have successfully connected to my device and get my own service(uuid:0x1600),and the characteristic in it(uuid:0x1601)...
Is there somewhere that we can see the defconfig file for the Raspbian images generated here (under downloads): www.nordicsemi.com/.../nRF51-IoT-SDK
We'd like to integrate...
Hi, When using RBC mesh and SD8.0.0 I often get assertion at line 189 in soc_radio_timeslot.c.
This file is part of sd8.0.0 and I dont have source code. Why is this assert...
Hi all,
I am trying to send data(rssi+MAC address) from GATT server to GATT client using sd_ble_gatts_hvx(). I added the service and the characteristic into the ATT table...
Hi,
Following the AN 29 "nRF51 Development with GCC and Eclipse v1.1", I cannot import any project on Eclipse for nRF51822:
In step 1.2 "Import existing Eclipse project...
I work for a small start-up. Our products monitor events and communicate via bluetooth with an Android tablet.
We are currently trying to make our custom circuit using...
I'm using
s110_7.1
sdk 7.2
DFU
updating application (application.hex + application.dat zipped) works fine, but when updating bootloader (bootloader.hex+bootloader...
Hi,Nordic support
Circuit design: Unused I/O pins
where can i found recommended I/O end terminal desing of unusing GPIO pins ?
I'd need such as pull-down resistor......
HI, I'm extremely new about Nordic component and device.
I buy a nRF51 DK for start understand hou BLE work, I attach to my pc, the green led power on and my pc know the...
With S110 v8.0.0's size increased to 96K, I'm concerned that my current memory layout is going to prevent me from upgrading to a future softdevice.
It seems that the only...
The function dfu_ble_get_peer_data seems to be declared in dfu_ble_svc_internal.h
but not defined, (not actually implemented) somewhere deep within the Nordic Software Packs...