Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
Hi,
We have a pretty small device to be designed and I was wondering if nRF54L15 CAAA WLCSP would
have updated recommendations for matching network components available...
Hello,
I've been working with nRF9160 for a while now and wanted to let you know, I love this little piece of hardware. The possibilities, the small form factor, the power...
We are trying to get the ANT feature to run based on RTC as follows:
a. Timer RTC0 or 1 (1 for this example - tick is disabled, compare is on.)
b. Timer initialized (all...
Hi,
I'm a new learner for the nrf51822. In the SDk ,there is an example of esb which is used for the radio transmittion with ACK. I want to know that if I can use the esb...
We have a custom board designed based on N51822, CEAAB0 and we have used the chip antenna from ST BAL-NRF01D3. When we have flashed our proximity code to the device, we will...
Hi,
After i use sd_ble_gatts_hvx() ,i will receive a BLE_EVT_TX_COMPLETE.
The "tx_complete.count" is no problem when i use softdevice 5.2.1 . e.g. count =1. this is correct...
Dear Sir,
i am using pca10001.
Actually i tried to read and write the data from EEPROM having address 0x50 though i2cbus.
i made po.0 and p0.1 as output pin then...
Hi,
I've created a small test program (pasted below) that is intended to help me profile some of my code down to us resolution. Maybe you can quickly run it (no other files...
I'm designing a board using the nRF51822 and leaving test points on the PCB for the programming/debug lines so the chip can be programmed after PCB fab. Are there any reference...
I'm evaluating nF51822 for my application which needs to wake up from either a button press or an interrupt pin singal from an accelerometer. Normally this can be done with...
hi guys, i am writing a code for reading data from a sensor using twi interface, the twi is not working properly, here in SDK i found two examples of twi - sw_ nd hw_ is sw_...
Hi all,
I have read the nRF51822_PS v2.0 and know that nRF51822 supports the SPI slave mode,so I want to know whcih version of the chip will support it?
Also,I have...
Hi,
is possible to reprogram flash in nRF51822 via radio channel?
If yes - is there application note for this feature
Some customer want to secure upload firmware without...
Hello, I need to transmit a data packet with hundreds of bytes, but aparently the S110 SoftDevice can't handle payloads with size bigger than 23 bytes.
According to the...
I load battery_demo_nrf8200.hex into nRF8200. I can then read battery data on Master Control Panel and watch data change when I change VTG.
I then load health_thermometer_application_nrf8200...
We need to customize the Gazelle protocol on nRF51822. To that end we will need access to the protocol source code - not just the API. Is it possible to progress this way...