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,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hi,
I want to test my PN532 module recently ordered from iteadstudio.com . .i have keil ide and tool chain and nRF5_SDK_11.0.0_89a8197 with adafruit_tag_reader example but...
I want to use the CMSIS-DAP provided here github.com/.../CMSIS-DAP
with the ble nano MK20D board. I don't need to make any changes to the bootloader. Just the firmware that...
Here: email.1and1.co.uk/.../Part_1.html
Bluetooth low energy (formerly Bluetooth Smart)
Shouldn't that be the other way round; ie " Bluetooth Smart (formerly Bluetooth...
hi, i gonna make a single wireless communication between nRF51822 chip and smartphone(nRF Toolbox) .
i can download some refernece layout of nRF51822 chip but there isn...
To adding more 128 bit UUIDs, more services, and more characteristic.
vs_uuid_count is the number of 128 bit UUIDs.
But I figured out the attr_tab_size only by increasing...
Hi there!
I want to send a float from nRF51822 to MCP App. I use this code:
float m_temperature = 26.3f;
uint8_array_t temperature_data_array;
temperature_data_array...
Hi everyone,
I was wondering if there are any issues turning on and off the ANT transmitting channel during run-time of nRF51422 with this:
err_code = sd_ant_channel_close...
I want to use master spi mode ,but when I build the file,it is always error.I operate like this ,First I open the project in ble_peripheral\ble_app_hrs\pca10040\s132\arm5_no_packs...
"Hi Guys, my nRF8001 BLE is working perfectly, But recently i was performing regression testing to check BLE connection, their i faced one issue after 10 minutes from nRF8001...
I am using SDK11 on a nRF52 board. I had some success in DFU, but also had issues.
Was able to upload the bootloader successfully using Master control panel. But it always...
I use the nRF52832 IC of WLCSP package.
In addition, it sets as follows:
{.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2, \
.xtal_accuracy...
Hi all,
I have a firmware in which I want to use BLE and ANT communication (with Softdevice S310) to send and receive commands from other Nordic devices or smartphones...
Hi,
I modified the code from the tutorial at devzone.nordicsemi.com/.../ to send measurements from my RHT sensor but encountered some basic difficulties. After fitting...