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,
We've been using nrfjprog with no particular issue for a while now. Usually to fully flash a chip (whether it's for a complete re-flash or for a new chip) we run those...
I am mid-way through development with the nRF52840 DK and Zephyr using the VSCode extension. I'm using v1.8.0 of the SDK.
I am looking for advice on setting my configuration...
Hello Community, I'm using the current sensor INA219 with NRF5340dk. Communication is through i²c protocol and using nrf SDK v1.7.0 . I'm trying to get the data output (Voltage...
Dear Sirs,
I'm referring to PDF files or html links to get detailes information about nRF_Drivers and nRF_Libraries for Segger Embedded Studio to manage the ARM Core resources...
Hi,
I am using "otCoapSendRequest" to send data to my coap server.
Inside the callback, I am using otMessageRead, to read the response.
But my code crashed inside otMessageRead...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
The question is, is it possible to GATT communicate with each of the multiple...
HI
I am traying to convert library max30105 arduito to Nrf52840 code but i have a problem about this
I am reading de Reg FIFO led red and led IR , but its not the same...
Hi I'm currently using the sample py script which is given in https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nordic-thingy52-raspberry-pi-python-interface...
Hello Nordic Team!
I'm working with the nRF52832 and following this tutorial from Nordic to do OTA DFU: https://devzone.nordicsemi.com/guides/short-range-guides/b/software...
OpenThread and MCUBoot don't play well together anymore of the nRF5340 with the release 1.8 of the nRF Connect SDK. Flashing :
results in the bootloop with I assume is...
Hello,
I am a beginner in nRF. I want to implement EEPROM. So I am trying to execute Zephyr/sample/driver/EEPROM code but I am getting compilation error the below error...
Hello,
I am new to BLE. I am currently working on a beacon application. I have used the beacon example code from SDK and modified it. I am using SDK-17.1.0 controller is...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
Is it possible to simultaneously send advertisements with different cycles, communication packets, etc.? If so...
I've been tinkering with my Dev Kits (3 @ nrf52840-dk and 1 @ nrf5340-dk) as I try to find the right software/hardware architecture for my use case.
I made a lot of progress...
Hello , i am developing drivers for a spi ic , which by using spi example i wrote the drivers they are working fine , also i am able to run and modify ble uart example according...