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 used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hello!
I am developing a solution that has a gateway and about 10 devices.
The devices has some sensors and their are connected in gateway. Actually I catch the sensor...
Hi:
I am having a problem with the fstorage and ble_stack_init. When fstorage is used before the ble_stack_init it works fine. If used after ble_stack_init, the fstorage...
Hi,
We are developing a BLE peripheral that support DFU and accompanying Andriod & iOS apps.
When using the following tools, (buttonless) DFU concludes successfully...
Dear Nordic,
For my application I am now using a NOR memory with my nRF52840.
This memory needs the FAT file system as my device implements USB MSC and uses regular...
I am currently trying to modify a Zigbee-only application (with no SoftDevice, originally based on the light bulb example) to be placed on top of the SoftDevice. The app will...
dear
in the case :our product is produced in factory, we want to upgrade new app via phone,
but the crc of new app is not equal with the origin one which store in the...
Dear Colleagues,
I am not sure whether TEMP anomaly 31 is applicable to nRF52832-QFAA-0B (NRF_FICR->INFO.VARIANT == 0x41414230)
nrf_temp.h @ 65 says:
static __INLINE...
A happy new year everyone,
I should develop a mesh sensor network for Raytheon Anschütz GmbH in Germany but I am an absolute beginner on Zigbee and therefore struggle a...
I have a BLE project that I wish to add Zigbee to (non-concurrent, if that matters). The project is built on FreeRTOS with several threads, using SDK 5.2.0 and S140 6.1.1...
Hi,
I am using nRF52840-DK evaluation for testing a Mesh configuration. I was able to successfully establish a mesh connection with a onoff-sample from zephyr and was able...
I am working on the project with radio transmitter(NRF24L01+) and receiver(NRF52840). I need to receive data at the rate of 250kbs. I tried to receive but it fails always...
Hello,
I want to interface a microcontroller with the nRF52832 chip in one of our designs. The microcontroller will be running on FreeRTOS.
I would like to know a few...
Hi,
We are currently in a testing phase of our software where we use an nRF52832 for extended advertising and an nRF52840 for scanning that has a scan interval and scan...
Hello, i´m trying make DFU with the Light switch server with the GATT and Proxy Enable, however in the process of update, i got this error in the device what receive the update...
Trying to lower uC current consumption to minimum
Im trying to remove features from my program
I've notice that removing the adc initialization actually get the current...