Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
Hello,
I am trying to debug and develop in the net core of the nRF5340 and am having trouble flashing and debugging from SES.
I started by following the guide posted here...
Hello,
My board is connected to Gyro, Magneto sensor.
And board is sleep and wake-up by GPIO.
It usually works well. But time to time after wake-up from sleep mode...
Good Morning!
I try to update the modem firmware of a nRF9160 chip.
When I connect it with the nRF Connect v3.6.1 - Programmer (v1.4.10) and try to update the modem with...
Hi all
For the nRF52832, the total maximum sink and source current is recommended to be 15mA in this devzone entry .
Unfortunately, it seems like there is still no value...
I want to add an external button that mimics the properties of the buttons in the nRF52 DK. I read that the switches are all active low, so I assume that this means they are...
Hi,
in peer_manager.h and id_manager.h the docs say a function can return
BLE_GAP_ERROR_WHITELIST_IN_USE
But the error code is called
BLE_ERROR_GAP_WHITELIST_IN_USE...
Hello,
I have an nRF52840 on a custom board. The nRF52840 has been pre-flashed with the Adafruit UF2 bootloader for early development exploration. As the project moves forward...
Using SDK15.3 and S140
following from my previous support request regarding TWI sleep current, I got the newer AIS2DW12 accelerometer and I have successfully connected...
Hello everyone!
I want to develop and app the sends some sensors data over BLE.
I am trying the peripheral_uart sample of the NRF Connect SDK but it seems that I cant...
Hi, there:
based on \\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132, I need add justworks BLE secure connection.
Do you have any document...
Hello, I want to use Multiple Connection (Multiperipheral sample) to connect with multiple IOS phones at the same time to implement UART. Currently, up to 9 units are set...
I am trying to advertise the shotend name of the device no the complete local name, so code looks like follow
After scanning I can still find the name in the advertisement...
Hello, we are using nordic SDK 16.0 and mesh SDK 4.2.0.
In our project, sometimes at the start of the program, we are running into line 280 of mesh_config.c, a debug assert...
Hi, I am using nRF Connect SDK 1.5.1 with the nRF9160 Modem Firmware 1.3.0
I have implemented an application on the thingy91 with the gps driver (continuous mode) and the...
Hi,
I want to build a mesh network which includes least 12 server node an 1 client node.
I used light_switch example to send 12 byte message packets to client node from...