Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hi,
I would like to add sensor data in mesh network to be able to send data in certain intervals. How is it possible when I create a sensor model for mesh client and server...
Hello. I have a nRF52832 DK and I'm trying to modify the SPI example code found here:
/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a/examples/peripheral/spi
I'm using the nRF52832...
Hello Guys,
I have brought this nrf52840 to try BLE mesh. I tried connecting it to the PC and it was working fine, later I tried dumping the file into the board through...
Hey Nordic and co-nordic developpers,
Just to show some capabilities here at work I want to compile and run the mesh demo on the 10 Thingy52's we have here. I am currently...
Hi Nordic,
Could you please help me ! This is an urgent matter!
Based on this discussion , there is an error rate of actual baudrate comparing with the desired one.
...
Hello everyone,
I'm trying to use the new SDK 15.0.0 and the S140 soft device V6.0.0. I would like to use the LE CODED physical layer and set my TX output power, but when...
Why did the softdevice handler's API change?
sorry for a general question. I used SDK 13. and Now, I am porting my software to SDK 15. So, I have simple question. Why did...
My application is based of the UART example, I have a repeating app timer that fires every 5 min's to do some tasks, I also utilise single fire timers (initiated for events...
Ok, so I am using nRF52DK and trying to figure out to how to send up to 6 packets of data from custom service that sends 6 16bit values per packet. When I send one packet...
Hello,
We have a custom boards that powers a NRF52840 module from a 1.8v voltage regulator coming from a 3.6v battery. We also connected the positive pole of the battery...
I am new to embedded development. How do i physically connect the sensor to the board?
Is it possible without any additional equipment? What is important regarding pins...
Hi,
We want to certify a product embedded nRF51822 chip, with BAS and IAS defined by Bluetooth SIG.
Requesting SIG certification for it of a certification body, we were...
Hi all,
getting burnt out from searching the fourms and finding dead ends or outdated answers so just posting a question quickly.
Somewhere along the line my nrf51DK has...
I am working on a product based on the nRF52832 (using the Rigado BMD-300 module) which is basically a data logger with a BLE connection for offload. I am running FreeRTOS...
Hello,
We have a custom board based on nRF52832.
there is 1 LED on P0.29:
#define LED_1 29
First I initialize the GPIO:
nrf_gpio_cfg_output(LED_1); // this lights...