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 will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi.
I've searched this forum and also the code for pin muxings. One of post here said that any gpio can be configured for any output. However how is this done in code?...
I have a peripheral device based on the nRF51822, s130 and SDK 11.0.0. It's designed to only ever have one central device to which it's bonded. Out of the box, without a bond...
Hello.
I have a question.
I want to use UART without flow control.
In this case, I don't know what to set rts_pin_no and cts_pin_no of app_uart_comm_params_t.
Please...
I use nrf51822qfaa,s110,v8.0.
now i use the TWI master.the nrf_drv_twi_tx function always return 0x03(NRF_ERROR_INTERNAL),WHY?WHO can help me?
code:
nrf_drv_twi_t twi_instance...
Hi all:
I refer the "IoT_SDK_step_by_step.pdf" to setup my raspberry_pi ,then I can successfully ping the DK_board from raspberry_pi.
my question is , I can't ping the...
Hi everyone!!
I've gotten the ipv6_coap_server example to run on the nRF51-DK,and I use raspberry pi as gateway and I can got the bt0 interface after connecting to the...
I would like to add LIN-bus to a project of mine.
The hardware part is easy, connect a LIN interface ASIC to the UART of the nRF5x.
But writing my own LIN-bus SW driver...
Hello World!
I am trying to interface an LCD with nrf51-DK. I basically need to send 3 signals - SCLK, MOSI and SS to the LCD. I have modified the spi_master example from...
I am working with a sensor which has a programmable configuration register. After changing this register, I have to reboot the sensor. To do this, I need to temporarily suspend...
Hi, I try to send data through SPIM to my panel(Sharp Memory LCM), and I success get the picture (only part of the picture).
The reason why is that function can only...
I have migrated to SDK 9.0 primarily to take advantage of some of the Advertising Mode functionality in Device Manager. While I was still in SDK 8.1, I had implemented functionality...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
I am using nrf51822 with s110 softdevice. My goal is to allow pairing and bonding to a single central device. Once its paired and bonded, it should not allow connection and...