Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
We have a product that uses nRF52832 and works as a peripheral, connecting to mobile phones. Lately we have noticed that in some clients with Android phones, they cannot connect...
Hi,
I am using nrf52840 and SDK 16.0. I have already used SPI 1 and SPI 2 instances.
Now I am using SPI3 instance. Initially SPI 3 is initialized in non-DMA. and it worked...
Hello,
I am inquiring about the development guide for the coexistence of BLE and WiFi using the nrf7002dk board. Since I have recently transitioned from the nRF5_SDK development...
i have switched to New DK nRF52840 Rev 3 , PCA 10056 3.0.0. from old dk nRF52840 PCA 10056 1.1.0 . as the old dk has stopped working n no LED5 light on when power on .
1...
Hello, ive been having a problem since yesterday with building procedure. Those are the errors that im having, I cant actually build any project even samples, i dont remember...
We are developing a custom board using nrf52811 we have CH201 sonsor on board but can't find a way to program it.
have anyone had an experience with it or is there Nrf sdk...
I have a question. The device currently under development has a BMI270 sensor, and we are using the sensor driver included in the NCS. Is there a way to suspend or turn off...
Our production line has stopped working since our PCB supplier has changed our MCU (N52840) from QIAAD0 to QIAADF0.
We have tracked down the issue to a "--verify" flag...
Hi, I am working with ncs v2.6.0 and I face the same issue than this post :
https://devzone.nordicsemi.com/f/nordic-q-a/98765/weird-nrf5340-behavior/420856?focus=true
...
I am using the nRF Connect SDK v2.3.0 to build applications for nRF5340 audio boards . In particular I am interested in the application : ..\nrf\applications\nrf5340_audio...
i am using nrf52840 s140 sdk ver 17.1.0 dfu/ secure bootloader/ pca10056_s140ble_debug example after flashing the code the flash memory is almost full ie 99.6% is the sdk...
when ntfx_spis_init() is done , NRFX_ERROR_INVALID_STATE errer occured.
pcb_state is NRF_DRV_STATE_INITIALIZED.
my code is
int cc3235_spi_init ( void )
{
...
Hello, Hardware : nRF5340DK SDK : v2.6.1 Context : Creating a prototype using a Load Cell and transmitting its weight on BLE. Disclaimer : I'm new to the settings subsystem...