Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...