Sorry, but there are no more tags available to filter with.
  • Many warnings when compiling with nRF51822 and mbed librarys

    Since September I get multiple warning messages on projects that use both the nRF51822 library and the mbed library. This is even true for example projects for the 51DK board. I had heard that there was some incompatibilities between the 2 library that…
  • Multiple nrf51288 uart connection

    Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 . idea similar to this: Since I am streaming IMU (MPU6050 quaternion)data, I am using Uart to send the…
  • When will DEVICE_SERIAL_ASYNCH, DEVICE_SERIAL_FC, & DEVICE_I2C_ASYNCH be added to the nrf51822 Mbed HAL?

    Our present application makes heavy use of the nrf51822 UART and I2C interfaces. We have a 115200 baud UART channel and thus need HW flow control. We are interfacing to an I2C bus with 3 devices on it and thus need buffered I2C. We are looking to use…