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...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
nRF52832(PCA10040) plays role of central(ble_app_multilink_central) and
HM-10(TI 254x) runs as spp peripheral.
nRF52(with SDK15) receive adertizement packet but loss...
We are using device nrf52840 with sdk 15.0.0
The problem is: High current consumption, typically around 2 mA. But over time drifts up to 9 mA in a period of 12 hrs.
...
Hi, first post here...
I've been using Nordic in the form of Laird modules and SmartBasic to get my application up & running. Now I want to migrate to using the nRF devices...
Hello,
I am trying to use nrf-mpu-examples in eclipse from this link github.com/.../nrf5-mpu-examples . I have provided all required libraries and header files but I am...
I am developing a device that will receive over the network lte a video signal in real time and display it on a screen with a resolution of 13-15 inches. Based on the chip...
I´m trying to build an application similar to the peripheral side of the app_mtu_throughput example. I need to send a large buffer via notifications to the server.
I'm using...
I am using NRF-52832 on a custom hardware. It works well on Android but on IOS (e.g. iPhone 7) it disconnects after 30 seconds.
After analysing with the sniffer, its observed...
Hi,
I had change NRF_ESB_MAX_PAYLOAD_LENGTH to 250 and modify payload_length of NRF_ESB_DEFAULT_CONFIG to 250.
Why I can only send 8 byte packet out by using "nrf_esb_write_payload...
log.zip
I use custom board for nRF52832
I connected it with JLink, and installed SD132 with nRFgo Studio (successfully)
after then, I cannot connect to chip
...
hi guy . I m triyng to understand if could be possible to send a at least 300 hz input signal beetwen two boards nrf52840 with the trasmission protocol ANT.
I tried to use...
Hi!
1. We are using 1 Client over Serial and 30+ Server nodes over mesh network
When you want to know FW info regarding Client, you can call serial command like Opcode...
Hi, I'm working on project using nRF52840-DK board with nRF5_SDK_15.2.0_9412b96. The program collects data from two UARTs, process data and sends results to Android over BLE...
Hi Everyone,
I am using BL651(NRF52810) chipset.
NRF_P0->DIRSET |= (Reg_MOTOR_ILERI | Reg_MOTOR_GERI); NRF_P0->DIRSET |= (Reg_SUTUN_1 | Reg_SUTUN_2 | Reg_SUTUN_3); NRF_P0...
Hi,
I am looking for the process of flashing the NRF52840 with the BLE SoftDevice (S140), a bootloader with uses the BLE link for DFU and my general application code.
...
Hi,
i get hardfault for some reason. This is RTT output:
and this is the output of GDB:
and backtrace gives this:
is there a nice way to find out where the hardfault...