Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi,
I'm trying to configure my LTE modem (Icarus Board + nRF 9160 + SDK 1.7) with an external SIM.
For that i have to use the PDP configuration.
I use in my prj.conf...
Hi,
I am using SES and NCS SDK 1.6.1 under Win10.
A GPS module is connected to NRF5340, using an UARTE to communicate. The pin receiving GPS data is P0.31.
It works...
Hello,
I want to make sensor sleep and wake-up according to VDD.
- When VDD is below 2.8V, Sensor sleep.
- When VDD is above 2.8V, Sensor wake-up.
Since my board...
Hello,
We have a question from one of our customers as to whether the 52833 is compatible with the S340 Soft Device. On the Nordic website, it is not listed as a compatible...
Could someone explain how to power the nRF52840 via USB?
Looking at the schematics, and also reading the "objective" spec, I can see that VBUS is connected to the USB input...
Hello,
Since yesterday's update of the nRF connect extension the device name of the target in the "connected" devices screen is updated from nrf9160_xxAA to nrf9160_xxAA_REV2...
Hi Everyone,
I tried to build lpUart example from samples available. I was trying to debug then I got the breakpoint on
"__ASSERT (lpuart, "Failed to get the device...
i was working on nRF52840 and nRF9160 with NCS v1.8.0.
i'd like to find an API to reboot system. so i tried to call NVIC_SystemReset(). it works in my nRF9160 project. ...
I am currently designing a PCB which incorporates the nRF9160, and I would like to know the devices behaviour in between 2.0 V and 3.0 V, as this is below the minimum VDD...
Dear,
We are working on our custom boards to develop a watch product which need external flash memory connected by QSPI interface. In this product, the UI images and font...
As I learnt, nRF5232 defaut with LDO mode, DC/DC is diabled, but I can not find any config in nRF5 SDK for nRF52 DK,
someone said to use: sd_power_dcdc_mode_set,other said...
Hi,
I've been reading that the nrf9160 can only receive up to ~2KB of data at a time. It seems that the connection terminates if I send too much to the nrf9160. I tried...
Hi again Nordic, I need some pointers. Håkon, a very patient man here, sent me an example code repo of usage of external flash memory on the nRF9160DK. I've tried the sample...