We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
hi,
i want to use mesh network in my project.our requirement is multiple nodes will be sending data to one master node.is there any example code.
Regards,
jagadee...
Hi,
We have a gateway device that contains the nRF51822 MDBT40 Raytac module.
We are designing a new nRF52832 based sensor and we want to connect 20 of them to the Gateway...
I use nrf_drv_saadc_init(NULL, NULL) to sample AD per second(Blocking type).
But every time the firmware runs, the ADC value always takes several times to stabilize.
...
when trying to initialize the nrf52...little bit confused how to specifically address a pin for i2c....can anyone help me with a piece of code.
Thank you in advance.
Hi. i'm using IAR and St-link to program the nRF52832, and run this tutorial on my custom board, but the Bluetooth has not been set up by the method that you proposed. and...
Hi guys, I have a question about ble_app_uart_c example in SDK. (I'm using the latest SDK, 15.3)
And my board is nRF52 DK, which is PCA10040.
While I'm testing ble_app_uart_c...
Hey everyone,
i would like to use the NRF52811 with the new Softdevice S140 V 7.0. Therfore i took the ble_app_blinky (pca10056) example and changed some preprocessor...
I am using parts of the ANCS example code within a product near pre-production. I am able to reproduce the problem in the ANCS example without modification. Here are the specifics...
Hi,
we are using nRF52832 for beacon application. we want to find the low battery condition.
Does nRF52832 have option to read the voltage level? if so please share api...
Hello,
I have created a custom board that uses a NRF52840.
From my understanding, i'm need only VDD,GND,SWDIO and SWCLK connected to the SOC to flash them by using an...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi,
We have been using nRF52840 in QFN package in a BLE application. Due to size considerations, we want to upgrade to the WLCSP. I saw that the tuning network is different...
Hi,
We are using nRF52840 DK with 15.3 SDK (latest).
Registered at thisant and got the s340 softdevice for nRF52840 DK.
Please answer are my questions
Where...
In the Mesh SDK the scanner.c file has a power set to 0dBm:
void scanner_init(bearer_event_flag_callback_t packet_process_cb) { memset(&m_scanner, 0, sizeof(m_scanner));...