Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
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
I'm developing with nRF52832.
I am using Segger Enbed Studio as a development tool.
When you download a program from Segger, Segger does reset once, and I wonder...
Hi,
I want to run QSPI application example on my nRF52840DK (PCA10056) board with logs seen via UART. I successfully uploaded QSPI bootloader example and Blinky SysTick...
Hello,
I'm developing an BLE application with NCS where I want to be able to change the BLE device name during runtime. Therefore I enabled CONFIG_BT_DEVICE_NAME_DYNAMIC...
Now we development a switch and use it control the light. When i push switch close the light, there was still a faint light. Then i found when NVIC_SetPendingIRQ(EVENT_IRQn...
What I intended was to write x'700' to x'10001080' i.e. NRF_UICR->CUSTOMER[0] !
When ran my application, which outputs NRF_UICR->CUSTOMER[0] to the log, I was very confused...
In firmware I can read the programmed UICR serial number as follows: -
uint32_t serial;
memcpy(&serial, (uint32_t*)0x10001080, 4);
Is it possible to program the UICR...
The peripheral_lbs sample on the nRF5340 with the nRFConnect v1.5.0 builds fine and the merged.hex file downloads fine, but it does not appear to be running, no blinking light...
I have a program that recieves data from another chip over Serial. It sends 2048 blocks of data which than get transmitted to our C2 over mqtt. Problem is that afther 12/14...
Hi,
I am trying to receive and send data from an android device to an nrf52840 device with USB CDC. I have already installed the application using this link https://jimmywongiot...
Hi!
If I build my project with TF-M I noticed that at least the flash usage report differs dramatically compared to the original firmware:
Original:
Memory region |...
Hello
I am currently porting nRF52833 using SPI communication with other MCU (AD5940).
AD5940 provides an example of porting with stm32, which we are referring to.
Currently...
The document nRF52811_PS_v1.0 states that the Threshold Voltage Tolerance of the Power Fail comparator is typically +/- 1% and max. +/-5%.
Under which circumstances does...
Please tell me the UICR setting in nRF52810 and S112. Currently, when I develop with nRF52810 and S112, the area of UICR is 0xFF. [1]The oscillator is equipped with 32MHz...