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...
Is it possible to (central side) send scan request fill the content based on received advertise information?
We want to control scan request message based on advertise content...
I am an experienced developer but struggling to understand nRF9160. Where can I find .h files defining HW? Where can I find data sheets describing peripherals? My task is...
Dear friend
Based on sdk17.0.2, in the ble_app_hrs routine, set NRF_SDH_BLE_SERVICE_CHANGED to 1, and by observing with nrf connect app, you can see that the Android phone...
If you take a 1K variable to a local variable, the AP will drop.
Static variables do not fall off.
I think it's a stack size issue, but how do I specify the stack size...
I am trying to get an nRF52811 to do extended advertising.
I am using: nRF5_SDK_17.0.2, version 7.2.0 of s140, SEGGER Embedded Studio 4.52, Windows 10
I have stripped...
I would like to confirm the update process when using nRF5SDK160098a08e2. I am aware of the following update process ----- Startup process: -MBR checks NRF_UICR->BOOTLOADERADDR...
Hello there,
I know how to measure the current based on Nordic tutorial. However, if I connected an external accelerometer by connecting Vdd and Gnd from nordic ev kit to...
Hi,
I want to run a CoAP server with Zephyr on a Thingy:91 over NB-IoT. Now I noticed that the Thingy only gets a private IPv4 address (10.x.x.x) from my provider which...
Hi, I am working on my custom made board, and I use P09 and P10 as digital outputs. I am aware I should disable NFC by adding the preprocessor: "CONFIG_NFCT_PINS_AS_GPIOS...
Hi All:
As the topic...........
1.what is the relations between the HID descriptor and data IN/OUT buffer?
2.Is the USB generic HID receiver_Function and tansmit_Function...
When launching the nRF9160, the following error occurred: <inf> at_host: UART check failed: 12. Dropping buffer and retrying.
Under what conditions does this come out? ...
I am trying to add DFU to my project, so I merged in the code from the example in the SDK as follows:
I included the same .c files as the example project
I copied over...
Hi,
I did some measurements today on our I2C bus and see that the GND level is different some times. The most time it is not GND level (about 800mV). I checked cross talk...
Dear
I increated a Generic Level module to main elements which have a Generic ONOFF module on Mesh example Light Switch Server project base on PCA10056 DK board for nrf52840...