Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello,
I'm working on a project that needs sha1 hash functionality and I found this thread about the integration of openssl hmac lib:
devzone.nordicsemi.com/.../
...
Hi,
I have been working with Bluetooth mesh. The test I have been performing repeatedly polls a single node and measures the RSSI (as measured from p_message->meta_data...
Hi,
I purchased Thingy:52 I want to develop ble mesh n/w application on Thingy:52.is it possible that I get any sort of support from you in this context.
I'm trying to run the Thread DFU examples on nRF52840, unfortunately I can't get them to work. On the client, I got the bootloader set up and ready, with the client application...
Hello!
I don't quite understand how to properly link NFC tag library (nfc_t2t_lib_gcc.a) to Segger Embedded Studio Project.
Steps I did:
Add nfc_t2t_lib_gcc.a...
Hi Nordic
Do you have a message sequence chart for how to do a Gatt Client Write with response? I can only find a GATTC Characteristic Value Write Without Response in the...
We are using the nRF6707 power profiler kit to measure our EVB’s current consumption in advertising mode. We use the example app ble_app_pwr_profiling. The only change is...
Hi,
Is there any example of adc (saadc) and uart throw ble?
I want to take same measurements from fotoresistor and send data via ble_uart i found same example but no...
I have a problem in selecting inductor(L1). In NRF52832 IC datasheet, mentioned specifications of inductor L1 are: 3.9nH, 0402 high-frequency chip inductor. What should be...
I am writing a bluetooth mesh application with a server and client.
Provisioning is working, but the configuration of the server is giving me problems.
I have based my...
Above image is our design for nRF51822. Design also contains Accelerometer and WiFi (ESP8266).
My problem is, I am not able to see nRF BLE advertisement while scanning...
Hi!
Can someone please help me debug this example. It used to work, then I changed number of peripheral links to 1 (to see what RAM suggestion would be), then returned it...
Hi!
I try to flash nrf52 from keil and message appear:
The firmware of the connected J-link (S/N: xxxxxxxx) does not support the following memory access: Read @ 0x02000004...
Hello,
I want to enable UART only when data transfer is necessary.
I am using nrf 52832 and sdk 14.0.0.
I am using "ble_app_uart".
I could not find the answer I...