Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...
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...