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...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
i am compiling sample code for accelerometer from sample C:\Users\mohit\nrf\v1.9.1\zephyr\samples\sensor\adxl362 .
i don't make any changes in code . when i try to build...
Hi,
I am debugging an Application running on a custom board that uses the NORDIC nrf52832 processor connected to an IMU over twi. I am using SDK17.0.2
I find WDT is kicking...
Hello Nordic Team,
I've been having good success with the 52840 and been slowly migrating a lot of my projects to the chip. While I await modules to arrive from a supplier...
I'm trying to use 9-bit UART communications with the nrf52840 using nRF Connect SDK v1.9.1, but I'm getting an error -134 when I call uart_configure().
When I use UART_CFG_DATA_BITS_8...
Hello,
NCS1.9.1, nRF52840DK, Windows10 X64, VS Code,
1.
i want to read voltage from RT_ADC pin (P0.04),
and than converting NTC thermistor value to Temperature.
...
Hi, I'm doing experiments with Bluetooth direction finding. I am using the example of the nRF52833 development board, and I have obtained the IQ representation of CTE and...
Hi I am using the aws_iot example on the nrf9160 DK.
I have opened the zephyr.dts file and in the section uart0: it has the following
I've reached this point trying...
Hi,
I am looking to connect the ds18b20 sensor to the nrf9160dk. I followed this post, but when I tried running it, I was getting a "create_nordic_project.py failed (1)...
2022-04-12
Hello Devzone Community,
I have a couple questions regarding availability of nRF9160 LTE modem settings PSM and eDRX. Question (1) If my local celular carrier...
Hi,
I have opened a ticket with Kenneth and verified it by mistake. It is now locked. I have done the changes Kenneth asked me but it didn't resolve my problem.
thanks...
Hi,
I am connecting my nrf9160 based system to the nRF Cloud and sending data from it.
I got the cloud to show the RSRP values that I sent it through the following JSON...
NCS 1.8.0
Modem FW 1.3.1
For other products I've worked on with cellular modems, we would add in back-offs to the firmware in the case we failed to open a PPP session...