Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
I have a device at -35 °C temperature, and sometimes I get the error "BLE_ERROR_INVALID_CONN_HANDLE" when in the ble_evt BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST. I'm using the...
For pairing key passing in ble_app_hrs, i have used the ble_app_gls example but it did not worked.
can anyone help me in how to pass pairing key issuse.
i have a question...
Hi! I am developing a network of temperature and humidity sensors, using nrf52832 and hts221 with the ide ses ... for this, I am using thingy 52 as a peripheral that sends...
Hi,
I have a project with NRF52832 and PCA10040 and SDK 16 and need to use both BLE and UART DFU. I can initialize and use them separately but I don't know how to use them...
Looking at the GPS driver source code, it seems there is no GPS hot start mode. In order to get the hot start working, do I have to modify the driver myself, or is there some...
have installed the software for Wireshark and I can see the interface in Wirshark, but I do not see and COM appearing in the Interface window nor does the sniffer appear as...
After many reboots, suddenly I got stuck at this error on every boot:
The data that's on the flash pages:
My mesh init params:
Using NRF52832, SDK 15.3.0, SD 132...
I have designed my own board, based around the nRF9160 but unfortunately I am unable to connect to an LTE network.
I am running the at_client code and using LTE Link Monitor...
Hello guys I am using nrf52840 interfacing analog sensors like potentiometer and accelerometer. This is not related to nrf, but I want to design a simple ADC filter that I...
Using a clean mesh sdk 3.2.0, I created a build directory inside the folder where I extracted the mesh sdk to.
Then, inside that directory, I used CMAKE with the following...
Hello,
I am currently developing a product using the nRF9160. I would like to use concurrently GPS and LTE-M.
I send periodically data to my server using LTE-M network...
Hello,
In the documentation on Infocenter for nRF52840 it is recommended to use P1.01 and P1.02 as low-frequency GPIO, while on nRF52840 DK those PINs are used for UART...
We would like to use Wifi (2.4 GHz) and BLE in the same device. The current design will have the BLE Module Rigado BMD-340 and the Wifi Module Microchip WINC1500.
https...
Hi there,
I have added my custom services in the peripheral dfu_template example.In the advertising UUID array(m_adv_uuids),i included custom service UUID but not the...
A question about the power saving modes PSM and eDRX. A device is mostly in deep sleep and wakes up cyclically for mobile communication. It is better: Completely disconnect...