after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
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...
Hello.
I'm working on disconnecting ble from the module.
I'm using the app provided by nordic.
I designed it to disconnect the ble when I press the button on the module...