I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi,
Im having nRF52 DK and im using CLI example....i have configured through the putty by seeing this https://devzone.nordicsemi.com/f/nordic-q-a/22261/cli-autocomplete...
I implemented DFU secure ble. And implemented encryption. But now I remarked strange behavior. If make same DFU packet (.zip) and flah nRF52 than update firmware for same...
Hi,
Im running CLI program in my nRF52DK.
Im unable to connect using UART or USB as the transport layer for the CLI module but i can able to connect using RTT as the transport...
Hey!
I have some trouble service UUID then i try to use the multilink central example project on a nRF51 dongle. I want it to have contact with a peripheral with sends a...
I'm trying to get a Bluetooth interface (Bluefruit) to the Nordic BLE softdevice under NuttX. Right now it's very unstable. It will work occasionally for 90 seconds and then...
Hello,
When trying to connect to our custom board, it ends in Time out after 5 seconds.
On the board, I put the simple Nordic_Blinky example (\examples\ble_peripheral...
For the custom_ble_service_example , trying to change the service used in the example to a Bluetooth SIG service.
Original is: CUSTOM_SERVICE_UUID_BASE f364adc9-b000-4042...
Quick question: when will the nRF52840 DK available? On the nRF52840 DK page, there is a recommendation to avoid the PDK:
"The nRF52840 replaces the nRF52840 PDK which is...
I have the super typical problem of needing long data transfer greater than the 20 byte MTU size.
I have a basic protocol that has the total length of a long message coming...
Hello everyone, I am very new to nRF52832 Development Kit and was testing some examples to get familiar with this kit, however i encountered an issue while testing the ble_app_uart...
Hello,
We are having problems with Gazell pairing. Both the host and the device are using the Gazell stack from the nRFgo SDK 2.3.0.10040 ported to run on an Atmel SAMD20J18...
sdk 15.0, SES
In CMSIS checked NRFX_TWI_ENABLED, and checked and unchecked TWI_ENABLED to no avail.
Looked at driver API , but with no specific hint.
Looked for other...