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'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I'm developing a battery powered BLE sensor application where I need some basic guidance on how to implement this:
The sensor action consists of a measurement process where...
Hi there!
I appreciate your work on Nordic SDKs which are getting better and better.
But sometimes SDK setup isn't as quick as it could be.
E.g. for evaluation purposes...
Hi,
I am trying to port the Thingy project (ble_app_thingy_s132_pca20020) to Segger Embedded Studio on a Mac and it proved to be not an easy task, in fact I have hit a...
Dear all, I am building a BLE thermometer based on nRF51422 chip. I need to get certify it and if any of you performed and have the tests results of the below tests, for the...
The board came pre-programmed for MBED. I don't need that, wood like to enable regular JLink. I believe the process is to get it in boot loader update mode (hold boot/reset...
Hello,
I am new in this platform. Few days ago, my boss give me a nRFgo Motherboard. He want me to write a program that nRF24le1e can read/write data from sensor via I2C...
Just verifying to be 110% sure:
The TRACEDATA1-4 pins may be used as ordinary GPIO pins when no trace-functionality is configured for the debugger? So even if a debugger...
Hi,
I have a PCA10040 connected with some wires to an external I2C device and I need to poll data from the I2C device and send it over BLE, also updating the advertisement...
Hello,
I'm looking at the different way to control / dialogue with nRF9160 module.
I know it is possible to send commands through the UART port or through the cloud, but...
Hello Support,
I have developed one device based on NRF52,it has interfaced 4 sensors.It's working fine.
Now i want add one feature is that if sometime connection lost...
Hi,
I'm doing research on Bluetooth Mesh for which I built a Mesh system for testing throughput. So currently I am sending messages at the max speed (every 25 milliseconds...
Dear Nordic,
I am trying to do the following;
nrf52840dk will be ble central
ios will be peripheral
ios will begin to advertise then nrf52840 will connect
...
We are using SDK 15.0 and Softdevice 6.0, nRF52832
The question is :(1) We migrated the example "ble_app_hrs_freertos" to "ble_app_uart_c",luckily it works ;(2) But when...
HI,
I am using NRF52832,SDK15.2
I need to work on ultra low power consumption because My project related to Health care, Fitness tracker and HOME IOT mesh network.
for...
Hi,
I'm using the TWI master example to test my application. I wanted to extend the example to write into flash (fstorage module), in a way that I can transmit data over...