I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
Greetings,
I was following the nRF52840 Dongle documentation ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment...
I am using IAR 7.40.3.8938, i was looking through the include directories in IAR and i noticed "nRF52_SDK_0.9.0_0c82e3e\components\toolchain\gcc". I removed it and i got the...
Hi,
I want to see if a button is pressed. But the function app_button_is_pushed() is not working corectly. I am using the s132 in the ble_app_blinky peripheral example....
Hi,
I try to read analog voltage over P28. Digital value(result variable in the code) always 238 as decimal.
What is the missed thing in the code?
Voltages supplied...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
Hi,
I'm using nRF52840 with two UARTs on SDK15.2.
I made some changes from the post below
https://devzone.nordicsemi.com/f/nordic-q-a/25173/nrf52840-uart1-not-working...
I want to turn an LED on when the Counter in a Timer peripheral is equal to 10.
I tried reading from EVENTS_COMPARE[0] (TIMER0 -> EVENTS_COMPARE[0]) in the if argument...
I am working on a capacitive sensing application using the SAADC module and csense code on the nRF52 DK (SDK v14.2). I use the recommended hardware configuration, with a charging...
On SDK 15.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and possibly...
Hi. In the nRF52840 SDK example USBD_CDC, the APP_USBD_CDC_ACM_USER_EVT_RX_DONE event only seems to fire every other byte that is sent through. E.g. If i send one character...