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...
Hi.
I'm using PCA10028 and SDK10.0.0, S130 v1.0.0.
And "ble_app_hrs_c" example is my reference code.
It works well before i add code for timer as below.
void start_timer...
Hi I am an student who is a poor fledging embedded engineer.
I met an error on using nrfgo studio
when I click the tab [Device]-[nRF5X Programming]
I used JLink_V510p...
Hi,
Using ble-app-uart sdk9 example:
Is there a difference where I initialize uart in main? My code is able to run when I shifted the uart_init() after ble_stack_init...
Hi,
I am trying to figure out which GPIO pins i can use as UART on a nrf52 chip if i put it on a custom PCB (Not DK !!). From the reference manual (page 513, 48.10.7 and...
hi,
i want to restart my timer before it expires.
suppose my timeout is 2 second and i want to restart it in between 0-2 second based on signal when i receive before expires...
I've notice that the ST Balun NRF01D3 that I've used for my current design is not listed as compatible with Rev 3 (Build code: H) nRF51822 Silicon. Has there been any change...
Hi everyone,
I am looking into Crossworks and SEGGER's Embedded Studio and since they are related I am wondering which one of them is more recommendable? Right now Eclipse...
Hi,
I have set ble_adv_fast_timeout = 0 (same problem with ble_adv_slow_timeout) to get advertising forever, but when in call sd_ble_gap_adv_start, i get error 0x07 (param...
Hi all
According the nRF51822 Product Specification V3.1, the 16MHz RC oscillator has a tolerance of at most 5% and can be used as clock source for the UART module.
...
Hi,
I am trying to change an example code on ble_app_uart_c (Central) SDK10.0.0 s130.
I have changed already peripheral example and I can see notification data if I...
Hi,
while flashing the device i get "Contents mismatch at: 0001C1C0H".
I am not sure if my IROM1 and IRAM1 settings are setup correct in the Target Settings of my Keil project...
Hi,
i have two microcontrollers: STM32F401 and nRF51822. They communicate by uart with flow control. I use 110 Soft Device from SDK 10. The maximum baud rate when communication...
Hi All,
I am trying to update the HEX file of LED_mesh example using DFU bootloader over-the-air. The LED_mesh application HEX file gets uploaded successfully by bootloader...
Hi Nordics,
I copy pwm sample code into my proximity project, to drive a buzzer .
I init pwm before softdevice. but, once "SOFTDEVICE_HANDLER_INIT" is excuted, the buzzer...
Hi,
i have a problem with nRF51 an nRF24LU1+. I use S110 and micro-esb library. I can switch beatween poroperty RF and bluetooh ( never run both in the same time ). When...