Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hello,
I am developing a project with a host processor and Minew BT module with NRF52811. The module and the host processor are communicating via I2C (TWIS). The host processor...
Hi,all
As said above, i've tested two laptops, and this situation happened. I have no idea why this will happen. Is there may any problem with the c onnection parameters...
I used stm32 as master and nordic board as a slave , in stm32 i used spi2 where my configuration is , baud rate is 4MBits/s , clock polarity high , clock phase 1 edge and...
I am trying to locate documentation that has recommended solder paste and reflow specifications for the QFN package. I see there was a similar request made quite some time...
Hi,
When looking at the release notes for the latest nrf9160 modem firmware, it says that the B0 devices are for development only, and B1 for production. I have a number...
Hi there!
Back again with another question. Now that I've finaly managed to get the Bitmap image to show on the display (ST7735), I noticed the playback of audio from the...
Hi What is the better way to add multiple generic on off element to light switch server application. currently planing to add seperate simple_on_off_server_t m_server_x and...
Hi~.
I have an inquiry about sleep and wake up of the nRF52840 in high voltage mode.
Hardware and power design configuration
I am trying to use high voltage mode by...
When the application is started I get the following error:
<error> peer_manager_pds: Could not initialize flash storage. fds_init() returned 0x860A. 00> 00> <error> peer_manager...
Hi there!
I have an SD card reader and ST7735 connected to an nRF52850 DK, both working fine. Furthermore, I 'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK...
Hello everybody,
I´m trying to add a custom service to the ble_app_buttonless_dfu example in sdk 17.0.2 . Therfore i increment the NRF_SDH_BLE_VS_UUID_COUNT but this results...
Hello, I´m using nRF52DK BLE module with ContikiNG and I seem to be having issues when trying to connect with the device using the mac address. I´m trying to setup the basic...
Dear all, I'm new on nordic and I have to combine a bootloader BLE+UART. I read some threads but I can't to combine UART + BLE. Can I have an help?
Thanks in advance
Hello,
I am trying to configure my own bootloader for DFU, i use the secure_bootloader_ble_s132 as an exemple for nrf52832 DK.
after i flash the softdevice, the app...
Has anyone done multiple mqtt client connections from an nrf9160? Is it simply a matter of using the mqtt api and defining multiple client structures with unique rx/tx buffers...