I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hi, now I'm developing my projects with SDK 15.2. and Thingy:52.
The projects are bt-audio-advertiser and bt-audio-receiver.
I adapted extended advertising to a Thingy...
Hi,
I have a problem making NFC (with a simple text record) work when I enable SoftDevice: I do not receive any NFC event and NFC communication does not work.
I have a...
Hello,
I would like to get the value of a temperature sensor, convert it from A -> D, send it to a server and then get it with a client (mobile application)
I need a sensor...
Is there any way to perform multiple DFU simultaneously using the single nRF51 dongle. I have to perform DFU from a custom application developed on windows PC. As I need to...
Hi ,
I am running example in nrf52840 using segger embedded studio .
And i am trying to define __no_init variant ,
May be sameone know what is the syntax . in IAR __no_init...
Hi all,
I am building a demo for Bluetooth mesh networking with thingy. I had followed the instructions under this link:
https://github.com/NordicPlayground/thingy52-mesh...
Hi,
I am using the twi_sensor example in the board PCA10056 with SDK v15.2.0. I am trying to disable the internal pull-up resistors of SDA and SCL lines to use external...
There appears to be a design flaw in the nrf_sdk_freertos code that produces a race condition. The race condition can result in a delay in processing a SoftDevice event, or...
When setting up Heartbeat Subscription for a node, a single unicast address is specified as the source. Does this mean that a node can only subscribe to heartbeat messages...
Hello, I am using nrf52 with sdk 13.0.0. Bootloader_secure_ble gives error while compiling. What should I do ?
Error[Lt009]: Inconsistent wchar_t size
micro_ecc_lib_uECC...
Hi,
I have been trying to use the FATFS example (SDK 15.2) to work with an SD card on the NRF52840 DK, with an Adafruit SD card breakout (I removed the 5V level shifter...
I'm working on a medical device that is using the NRF52832 chipset for communication. One of the tests that I'm required to perform on startup is a RAM check.
On the other...
where is the declaration of board number in ses project? I want to change from pca10056 to pca10059 a project but I did not find where i have to change it in the script. ...
Hi all,
Does anyone know what are the TRC-43 classification of emission section 4th and 5th symbols (see below list for options) for device which is based on nRF52832 and...
Is it possible to connect four peripherals to one central and send 300 bytes of data to the central from each peripheral every 100 msec? If so, which sample program should...