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...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
I have been using my 2 nrf52840 DKs now for a while and have been loading and changing the light switch mesh example quite a bit. I have also been using the 840DKs to load...
Hello!
I want the device to immediately stop any data transfer when it receives an external event, stop sending advertising and go to sleep.
How to do it right? After...
Hi Folks,
Can you please let me know if nRF52811 supports XIP (Execution in Place) feature where I can use SPI NOR Flash to the SoC and execute my code directly from Flash...
SDK 15.2
Mesh SDK 3.1.0
Base Example: Enocean_Switch
Im working on creating an LED dimming firmware that uses a long press on the Enocean remote to dim the LED. It works...
Hi there, I tested range on NRF52840 with Thread SDK, so I have got small enough range. The test has been performed indoor, power transmission 0dBm, the range result is 10m...
Hi. In our application we are reading the voltage on 3 Analog input pins via saadc. System is also a BLE central and UBD CDC device so lots going on.
Quite often the 3 analog...
We have a requirement for the ble-peripheral device that we are designing to be able to be "registered" to a user through their iphone. If that user has multiple iOS devices...
I would like to insert some asserts in my code to ensure that code is not running inside a interrupt handler, because this can cause hard to debug issues.
How can I check...
Hi,
I tried to program the Thingy52 with the node and bridge to set a Mesh and I got the message in red you can see at the attached.
Please advise.
Thanks
Hi,
After reading the nRF24L01 documentation, I have some questions regarding page 66 of the documentation ( https://infocenter.nordicsemi.com/pdf/nRF24L01P_PS_v1.0.pdf...
Hello,
Has anybody achieved to perform Mesh DFU over serial on a Raspberry Pi using nrfutil?
I can successfully perform it on Windows 7/10 (intel) so far with no problems...
Hi All,
I am running a modified example of the 'ble_app_multilink_central_pca10056_s140' project.... I am running this on a PCA10059 dongle. The project connects fine to...
I am getting following error while building the project.
undefined reference to `nrf_drv_timer_pause'
undefined reference to `nrf_drv_timer_clear'
I believe these...
I have uploaded the AT CLIENT firmware and I have connected my nRF9160 dk to my apn, but I don't find any type of AT commend to set a socket and open a port to send and receive...