Hi,
I'm trying to send HTTPS commands (GET/POST) using the nRF9151-DK.
I’ve already completed the process using nRF Connect for Desktop . The device was recognized correctly...
Hi. I have an idea for a product and I'm looking into different platforms to start prototyping. Something nrf9160 based looks like the way to go, and it would be a huge advantage...
After full update modem firmware and reboot, i got this error:
E: Modem library init error: -116, lte_lc not initialized
The only way to work around is power cycle.Po...
Hi,
am working on nrf52840 withst7789v custom display . I have integrated the my display code using lvgl library with PMIC code in zephyr . while doing that I have configure...
hi support team,
i am testing SLM demo.
i tried command as below:
[16:24:30.475] AT%XSYSTEMMODE=0,0,1,0
[16:24:30.496]
[16:24:30.496] OK
[16:24:30.496]
[16:24...
Hello nordic team!
Context:
Currently I am working on modifying our application code to be able to select, at runtime, which network interface it will use (between ethernet...
Hello, Super quick but important question, are the SMD footprints in the nRF52840 reference circuitry recommended BOM (ie image attached) in imperial or metric units? and...
I am trying to enable a critical section in handler. I need to update a sensitive global variable when a button event occurs, and the fact to enable/disable the interrupt...
I have nrf51822 and I use latest SD130. I scan nearby ble devices. In my case they are iPhones. When one device is in rage then I connect to it and start scan again and keep...
Hello to everyone!
So, now I try to enable a DFU for nrf51822 (S110 7.3.0)and have some problems with it.
I can't find a good example project including DFU, all that I...
I've created a simple test to demonstrate pstorage store/load for 64 pages of 1024 bytes each. To allow 64 flash pages I set PSTORAGE_MAX_APPLICATIONS to 64. Each page stores...
I've been following the custom service nAN-36 instructions and have it mostly working on my PCA10028 board, but I have two problems that I just can't figure out. I'm pretty...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
I have based my project on the SDK 6.1 ble_app_hrs. In main.c is included app_gpiote.h which I assume is for the app_button module. However in a separate class I also use...
I'm currently using soft device 110 version 7.1 on a 51822.
I have several characteristics that are more than 20 bytes that as a server I want a client to write to. I actually...
Hi, I'm using the GPIOTE library to detect an interrupt from a sensor, query the sensor and update the gatts value. The problem I've found is that the IRQ priority is hardcoded...
Hello Sir or Madam
Now i am using NRF51822 of your company. Now we are evaltion thermal character of this component.
So please kindly provide theta JC (junction to case...
Is it acceptable if I stop an app timer for dozens of times when the app timer is actually stopped.
Will the memory leak if I operates in these scenario.Does it affect whether...
I am considering using the nRF51822 for an upcoming project for a client. It is a simple BLE peripheral, so I would use the S110 SoftDevice for the stack. I am looking at...
I use BLE mesh github.com/.../nRF51-ble-bcast-mesh
but when I use the master control to write values to update the values of services, the following error occurs: "global...
Hi,
I have implemented the support for 'long write' as in
github.com/.../ble_app_hrs---LongWrite
which works from the MCP... except that on BLE_GATTS_EVT_WRITE, it seems...