Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hello,
I'm migrating all my projects from Eclipse to VSCode. On Eclipse I used to debug using JLink tools, however I would like to have a more generic tool (not all the...
Details: SDK v15.2.0 using HX711 sample code copy-pasted over twi_master_using_nrf_twi_mngr example. Windows 8.1, uploading to nRF52 DK.
I am having a hard time understanding...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hi,
We are using nRF52811 for one of our upcoming product. We plan to upgrade our firmware via DFU. I cant find any support or example codes for this controller for DFU...
Hello Nordic Team,
Currently I'm working in a BLE HID Project (joystick with 16 buttons and 2 axis (x and y)) usign a NfR52832 and modifying the hid mouse example from SDK...
Hi,
As well know, the nrf52832 had build-in a battery level detect function. It can get battery-level by following program
Would you please tell me how to design it...
Hi
When I finished the program and read back, I saw that there was unintentional data at 0x2D000 and 0x2E000.
I used up to 0x26000 addresses. Where is this memory used...
I've taken the basic examples/peripheral/blinky code and tried to add the logging module to it. For some reason the only time I can get the application to run and log correctly...
I am developing a firmware application that needs simultaneous central and peripheral role. I am using sdk 15.2.0 and was experimenting on dev board PCA10040. I have taken...
Hello,
I want that nRF9160 goes into PSM on boot until a button is pressed, do someone have a good link about PSM please ?
How can I do a software reset with a clean lte...
Dear people,
I use a pca10056 (alternatively the pca10059 dongle) and have compiled the connectivity firmware as described on the github page (release 4.1.1).
The only...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\serial and board pca10040.
Supported commands.
In [2]: for i in range(0, 10): send(cmd.Echo("Hello: " + str(i))); time.sleep...
Hi, I'm reading the nRF5340 OPS v0.5.1 document and in section 3.2 ("Memory") there is a reference to "256kB of peripheral RAM". However, the document doesn't explain what...
Hi there,
I'm working on nrf82382, try to use COMP function to monitor the voltage of AIN0(p0.02), but seems not working, no example for the COMP. and then I found the...