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...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hi,
We have a nRF52-PCA10040 with the Heart Rate Collector example in the version 15.3.0 of the SDK which has some trouble connecting to our Bluetooth 4.2 notifier.
...
The SDK and SoftDevice documentation show that application is located at lower address than the bootloader.
Is it possible to rearrange memory layout to something like this...
Is there any example code for sending the data to esp8266 from nrf52832 using uart.
I want to send data via nrf connect application to esp8266...
Till now. I am able to...
I'm studying nRF9160 for our new project.
The GPS accuracy of nRF9160 is 5m. I got this spec. from brief specification of nRF9160.
My questions are below:
1. Does...
Hi experts,
I used power profile kit (PPK) board to measure the current consumption of nRF52-DK which containing nRF52832.
When i using PPK and nRF Connect APP for measurement...
Hello,
My company ID just shows up in nRF Connect as "Reserved ID ", but companies just before me in the list show an actual company name. Do I just need an updated nRF...
Hi,
My device sends the advertising packet when some button pressed.
Then phone app will connect to my device and do some process between my device and disconnect.
Then...
Hi
I am using nrf52840 Dongle.
I am trying to write data to usbd using app_usbd_cdc_acm_write(usbd instace, buffer, length). But i am unable to see buffer data on virtual...
Dear ,
I am using nrf 9160 DK,
and trying to send a package of data to UART.
For example my package is: "LONGITUDEx:10.123456,LATITUDE:59.012324,UTC:20190513095612...
I am having an issue with receiving a data stream. I had started out with using the MQTT sample and experienced this issue, so I decided to strip it down to strictly a TCP...
Hallo
Im trying to get the system into DFU mode from a PC application (not the Nordic connect)
The DFU works perfectly with the Connect application and nordic tools
...
I ported an existing application(modified from SDK 15.2.0) from IAR compiler to GCC compiler in windows environment. I used the SEGGER SES for final linking using the default...
Hello,
I am using light switch example for nrf52832 development boards.I have enabled the low power node in client example.
Is it possible to configure server in normal...
The ble_gattc_write_params_t structure passed to sd_ble_gattc_write() includes a flags parameter, described as GATTC execute write flags.The only values listed for this, other...