What would happen if a battery were connected in reverse to the nPM1100? Would it cause damage to the IC, trigger any protection mechanisms, or result in abnormal behavior...
Hi,
We need to try communication (I think it should be using the ICMSG library) between the processors in the SOC NRF54H20. Do you have a suitable example? I tried the IPC...
Hello,
We are trying to test our custom board with nRF9161 in a new location, so we bought local SIM cards (Yettel, Serbia) here. These are not special nb-iot SIMs, just...
Hello,
I'm using nRF5 SDK v17.1.0.
I couldn't find anything about it. Could I ran in some problems if i choose to handle the nrf_libuarte_async_evt_t in thread mode and...
We have a custom board that I ran through the board_v1_to_v2.py program and then attempted to build under SDK and Toolchain 2.8. When I run it it failed in the CMakeLists...
I am using the Nordic nRF5340 DK to communicate with the ICM-42688-P sensor via SPI. However, the sensor does not respond to the MCU's commands. After observing the SPI clock...
Hello,
I'm just starting with the Power Profile Kit 2. I've read all available documentation but I didn't find any information about the switch SW1 called 'POWER'. There...
Hi all,
the release note of SDK 4.3.0 reports that it was tested and verified using BLE S110 version 5.2
When it will be available (version 5.2) ?
Actually we can download...
Hi,
I want to read the data by the radio.now I have read the temperate data from the tags by 51822. the data include the ID value and the temperate value. the ID is hex ...
Hello,
I'm working with nrf51822 on a custom board and i'd like to use the LPCOMP as wakeup source. I configured the module by the code listed above:
void lpcomp_init...
So now that I understand the problem with overlapping asserted events on the GPIO port, I can't figure out the correct way to reset the sense field in the GPIOTE_IRQHandler...
Hi,
I follow steps in User Guide version 1.2. The Blinky project is working fine.
Then I program SoftDevice and after than compile and Download HRM using Kail
But led...
now,i pairing my peripheral and Communication read/write data. but have some issue for disconnect/reconnect .
1.disconnect: when i disconnect (call didDisconnectPeripheral...
Hi,
We are using Nrf51822 , pca1001 evaluation board.
when i flash bel_app_proximity code (by disabling led function in advertisement_star()),
current consumed by...
Hello Developers,
Just started with the nrf51822 and managed to install:Keil 5.05, Segger J-link, nRFgo Studio 1.16 and the Master Control panel. I also loaded the SoftDevice...
Hi,
I'm knowing the device_firmware_updates project in SDK and I want to know whether I need to program the softdevice when I do the device firmware updates over UART?...
I am developing a windows application, using the MasterEmulator api.
I am discovering BLE devices with scan parameter Active and Passive.
The result is that most of the...
HI,
when I used nRF51822 for 2.4G transfer ,I found that RX can't receive data in some direction .Can TX use two antennas and matching networks to work alternately in order...
Hi all,
I am currently working on a BLE project based on the PCA10001 evaluation board. I am trying to follow the nRF51 application note. I have done everything that the...
Hi
I'm using the nRF51822 and custom a service.I add 4 characteristic in the service and all of them
config to indication type to send data.Everything is Ok and sending...
Hi
I'm just starting with all this. My set up is a nRFgo motherboard with a nRF51422 DK attached (PCA10007).
I've installed all the tools of the toolchain as stated in...