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 trying to transfer a txt file by sending it from a terminal to my NRF52 DK with the BLE_UART example. I always get a BLE_ERROR_NO_TX_PACKETS avter a few packets though...
Hello, everybody. We have a custom board with nRF51288. We also have code based on ble_template that is working on Nordic devboard and dongle. Code is also working on our...
I am having difficulties porting the SPI Master demo to an S130 Soft Device on SDK 11.0.0. From the looks of it, there seem to be some issues with interrupts but I am unsure...
Using S130,
Central device,
Manual whitelist,
custom hardware.
Manual connection to 1 or 2 peripherals depending on a switch position.
This device is a central that...
hello there . i want to do something like when i press button advertisement starts. when i release button advertisement stops. can anyone tell me how to do this?? any sample...
Looking at Table 40 in the nRF51 Series Reference Manual v3.0, the Memory Protection Unit prevents request sources in Code R1 from writing to RAM R0. But if the request source...
I am facing the below issue that no source is available for "0xffffffff" when i try to debug the program using eclipse
I am using softdevice s110 and have flashed the...
Hi, I developed a sensory application which works together with the Master Control Panel (3.6.0.8331).
On the sensor side I am using the S110 (7.0.0-3.alpha) in combination...
Hi all,
i want a security check on connection that permits only to users that have a password to connect to my peripheral device and, particularly, to read/write on services...
Hi!
I'm trying to test out the glucose example in SDK 11 on a PCA10028 dev kit.
I follow the instructions here: infocenter.nordicsemi.com/.../ble_sdk_app_gls.html
Everything...
I want to distinguish between my customized bootloader builds, for that I added some specific manufacturer data to the bootloader. I added 1 byte of manufacturer, but then...
I have a project to generate audio using a codec. I will store the audio data in hex format on my nrf52 device and with the aid of the i2s interface, I will send the hex data...
Hey guys, I have a question.
Please tell me.
I use the BLE module implementation of the nrf51822.
Now, I try to use sample program "ble_app_hids_mouse" for s110.
I want...
Hi,
I have a application that receives the Epoch time from the Android Application and increments every second. and needs to store and increment the Epoch Time value even...