Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
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...