Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
My thingy:91 does not connect to the LTE network. However it does detect the Swisscom network (Switzerland) and shows it as available. After a few minutes it sometimes changes...
I would like to program the 52840 with the HCI_UART sample to use it for Bluetooth scanning. I did this and lost the USB serial out. I now understand that on the Thingy91...
Hello,
I am evaluating the nRF52840-DK. I just want to play around with Nordic for awhile to determine if I want to port my current project which is written in C++ for Teensy...
I want to run various applications in some cases
what I want is :
In general, it runs own application.
When external memory(SD card, USB, EEPROM, etc... something...
Hello All,
I have developed advertising init in 14.2 sdk (in segger ide).
(working on nrf52810 board)
I wanted to migrate same functionality to 15.3 sdk so how i can...
Hi everyone! I am using the STM32L4xx Sensortile to transmit accelerometer data from the Sensortile Acceleromter. The characteristics of other functions are shown on the nRF...
Hello guys,
I wan`t to make an project that send trough serial port a new image to flash my nrf9160.
By the moment I managed to send and recieve data but only on uart0...
Hi,
Iam running the BLE uart and zigbee light multi protocol example. Using the latest thread and zigbee SDK v3.2.0. The example is quite good. That the door(zigbee+BLE...
Hello,
Where do I find the plating material information for the following part numbers? is it Matte Tin?
Nordic Semiconductor nRF51822-QFAB-T
Nordic Semiconductor...
I design a 4 layer pcb which include nrf52832. But i'm unsure what rf trace width should be on 4 layers pcb?
This trace 30mil width and 5mil clearance for 2 layers pcb as...
Hi,
I am using NRF52. i have custom board on that external flash and SD card is not available. i want to use msc class so that i can drag and drop file and read it in controller...
Suddenly my app, running on iOS 7, is reporting lots of spontaneous disconnects by the peripheral device, an nRF51822, indicating a timeout:
didDisconnectPeripheral: Peripheral...
Hi !
I added " Read Characteristic" in NUS.
How can I get different values every time I click "read again"? For example, read the value of a varying ADC from here. ...
I am investigating increasing throughput in our application. Upon investigation both with our software and the ble_app_att_mtu_throughput example code. I found that there...
Hello! I want to develop such a functional: nrf52840 receives a line from my application that it saves to memory, and then, when I click on the button, it returns this line...