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...
I want to handle at command in main.c file. How can you do it?
For example, how can you send "AT+COPS?" and received return value?
I tested simple_at program below, but...
Hello, community.
I am finding a point calling ADC_IRQHandler to modify the event_handler but I can't find the point calling the function. Where is the caller on ADC_IRQHandler...
I find the documentation completely opaque as to the meaning and intended application of what FDS calls "Files" and "Records".
It seems that what FDS calls a "File" bears...
Using nRFgp tool read the image back from device and save to hex file. I erase the flash with another device and try to programme the hex file, nRFgo shows
Application...
Hi, I am using a nrf52832 (MBT42Q) chip in my system. Suppose I want to drive a servo motor 45 degree, then how can I do this with pwm or any other process. Please help me...
Hi,
The title summarizes the question. I don't understand the difference between the record key and the record ID.
The documentation doesn't really help me understand...
hello, I want an example that support both Bluetooth Low Energy and 2.4 GHz proprietary , when the BLE is free, it can send with 2.4 GHz proprietary
where can I get this...
Hello, community.
I wonder Bluetooth 5.0 on nRF528xx can be used for file transfer. Bluetooth 5.0 has maximum 2Mbps, I expect that there is no problem to tranfer files such...
Hi all,
I am not sure if I am on the right track by comparing CryptoCell & Optiga TrustX Platform but I couldn't understand the difference exactly. What I understand is...
I am working on developing a UART driver. I am looking for APIs that support this. I see 3 sets of implementation examples:
1. nrf_serial
2. nrf_drv_uart
3. nrfx_uart...
Hello everyone,
I need to take a complete NRF52832 project with code written without the help of an IDE (using GCC and a hand-made Linker script) and make it available...
Hello,
After decided and tried porting nrf_esb from the example code to my project, now I am stuck with changing the content of the payload.
I changed the payload using...
hi, nordic engineers Now I am using the meshSDKv3.1.0 ,nrf52832 . When i test the mesh serial module , it seems not so good, is it a problem? reference to the documents ,...
Hi there
I am currently trying to retain the RAM that is being used by the Softdevice. More precisely the attribute table so that its content does not need to be set after...
i am trying to connect multi peripherals to single "central" and i am using nrf52832 as central, I am using multi link central example for multiple connections but i am not...