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/....
Hello sir,
I am using nrf52832 as Dev kit board with using Button 1 for long press event for an interval of 5 sec .I have defined the BT0_LONG_PUSH as BSP_EVENT_KEY_0 which...
Hi,
I'm trying to build the Zephyr NVS sample in SDK 1.6.0 and SDK 1.7.0 for nrf9160dk_nrf9160ns (Non-Secure) and build operation is failing with errors.
../src/main...
NCS V1.7.0
VSC IDE
In VSC you can create a custom board.
when i do this for the nRF5340 and build, it does not include the network core.
it also does not appear...
Hello
in order to reach low power mode I use the following :
bsd_shutdown(); // 3.4 ma.
nrf_regulators_system_off(NRF_REGULATORS_NS);
how can I recover from...
Hey,
I have a custom board that is pretty much the same as an evaluation board I got. I use the secure_bootloader_uart_mbr_pca10056 to enter and execute a DFU.
On the...
Hello,
I tried to check SPI communication with a test board.
However, I couldn't read the device info from the max30003wing board.
Board: NRF52840DK --> MAX30003WING...
Hi
I've been having issues with this since the first time I installed VS Code and ncs for VS Code. I've used the Nordic's official YT setup guide while installing.
The...
I am not able to flash nrf5340 using seggar embedded stdio and nrf connect .... nothing seems to be working!
I am attaching the log file
nrfjprog version : 10.13.0
JlinkARM...
I am new to NRF chips and trying to read, write, and erase to flash using nrf_fstorage. I have looked at the example project flash_fstorage and I am able to successfully read...
Hi All,
I'm trying to generate an interrupt on the X PWM's falling edge. My idea was to setup the PWM and count the number of falling edges using PPI & a timer / counter...
I have following code fragment to enter nRF52 into power-off mode. There is s132 softdevice 3.0.0 running and my SDK is 12.0.0:
int32_t ret = sd_power_system_off();
...
Hello,
I am having an issue viewing serial communication from the nRF9160 on the LTE link monitor. I am able to view output when the code is compiled from a different...
After burning the application, the following operations were performed: nrfjprog.exe -f NRF52 --rbp ALL nrfjprog.exe -f NRF52 --pinreset
There are a total of 600 devices...