nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
Good Afternoon,
I am working on getting the npm1300 up and running on my custom board. I have a 1v8 line and a 3v2 line with the load switches being used as LDOs. I am using...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Hi,
We have experienced some unknown resets in our devices specifically when woken up after being in storage for a prolonged period in ULP mode - about a year or so. Afterwards...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hi,
I am almost done with my code for channel sounding with multiconnections. It all works, but somethimes i get this after a certain period of time: This Warning pops...
Hello, Nordic Team! I followed this document and used the XML file mentioned in the document. custom_clusters
I did regenerate the files under the zap-generated folder,...
I am trying to figure out how/if I can program the softdevice hex from keil? I know I can just use nRF studio however its annoying sometimes....I also noticed I cannot rebuild...
I'm using an nrf52dk (pca10040) to develop an mqtt subscriber application.
I'm using the IoT softdevice, with the IoT 0.9.0 sdk example for subscriber as a starting point...
Hi,
I want to know in general about the UUID that we add in to GATT files.
Basically, I want to know that there are different UUIDs for different applications heart...
Hello everyone,
I successfully implemented the static key to access a characteristic now I want the user to udpate the passkey through another characteristic (which is also...
Hello, with a little research, I now decided that this is the general but incomplete (which is why I'm asking the question) step :
Immediately look up SP register, if the...
Hello,
we developed a custom board using the nRF52832. We are having problems communicating with the mma8652fc accelerometer using I2C. We also have a Rigado BMD-200 EVAL...
Problem : After successful compilation of ble_proximity example in SDK 12 version
Ble is not showing up in Android device
How ever If I load pre compile file in example...
What is the difference between the GAP Device Name and the Complete Local Name in an advertising or scan response packet? Can the two be different?
We have a requirement...
Is it possible to support both LE Secure Connections Just Works pairing and Legacy Just Works pairing in a single device?
My concern at the moment is that if I require...
I have one problem with unsing uint64_t in application...
Im for test try simple demo:
uint64_t test = 1327644190303473294;
NRF_LOG_INFO("test: %"PRIX64"\n", test);...
Hi,
i am using nRF51822 EK with soft device s130_nRF51_2.0.0(id:0x0080) and nRF5 SDK v12.2.0 and keil u vision5.
when trying to flash TWI sensor example programme (nRF5...
Using nRF52DK and working through the getting started tutorial I could not get the ble_app_uart example in SDK 12.2.0 to work. It compiles without errors or warnings and appears...
Hello,
Trying to make my own project to test buttons and LEDs for educational purposes, I looked at this . Using uVision, I tried to replicate the included modules of that...
i am testing the ble_uart programme. i am using the nRF51822Ek and soft device s130_nRF51_2.0.0 and nRF5 SDK v12.2.0 and keil uvision5 and nRF tool box (android).i am using...
Hi
I have the PPK, and I see it needs either a JLink or a Nordic DK board to act as the interface to the PC.
I have a nrf52832 dk and also nRF52840 dk, so I was going...