When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
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...