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 don't have a question but am rather posting the solution in case it helps someone else out who had the same problem as me.
With SDK v9/SoftDevice S110 v8, our application...
Hi guys,
I am really confused to distinguish SMP request from pairing request.
Could you kindly what the difference?
Device(nRF51822) can send SMP reqeust? If...
So, I've began tinkering with this device a bit, and using totally stock hex files, installed via
make flash_softdevice && make flash crashes bluez with sigsegv shortly...
I am struggling with the correct value to use for DFU_APP_DATA_RESERVED in the bootloader. My application uses the Device Manager and has one block allocated for to pstorage...
My app is generating hardfualts. Based on this post I looked at memory location SP + 0x14, which points to the address that generated the fault.
Memory at SP+0x14: 8F 31...
Hello Everyone,
I am doing the rough calculation of the power consumption of NRF51 where in the radio part of the datasheet it is indicating 10.5mA whether it is denoted...
Hello ,
I'm using a couple of nRF52 dev.board (one is Nordic preview dev.kit , the other one is a Rigado BMD-300) , with S212 ant+ softdevice . I'm able to deep-slepp the...
I use the board to act as relay.First ,i scan and connect to one peripheral.Then ,i want to disconnect the peirpheral once the another central connect to my board.i call sd_ble_gap_disconnect...
Hi ,
Would you help me to find right material(App note, source code/project) to implement below case:
My nRF51822 connected on beaglebone black(BBB) over UART this will...
Hi,
I want to implement a DC/DC converter setup schematic for my projet and I don't know how to make the difference between the AVDD and VCC_nRF supply tags given in the...
Hi, all!
I have a Quesion about Maximum Voltage & Current of internal DC/DC conv. & LDO of nRF52832.
I'll design circuit using olny internal DC/DC conv. & LDO of nRF52832...
Hi.
Is there a (lazy) (dummy) comfortable way to make an nRF518 chip (in my case, nRF51822) communicate with the built-in bluetooth adapter of a laptop with windows 7 or...
Hi,
I am trying to connect a GPS through UART to nRF52 and get the reading and write it to the serial USB of my PC. I am using app_uart_init() and app_uart_close(). My idea...