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...
Hi,
We are using nRF9160 and want to use PSM & eDRX mode in one of our project. We referred 'Asset tracker Application' & found that lte_lc_psm_req() and lte_lc_edrx_req...
It would be great if I could move my project over to the Mac and use one less computer. But I wonder how well the tools work on MacOS platform. Are there any major limitations...
Hello,
the "Developing for nRF52810" user guide in the Infocenter says that to fully transfer a project to nRF52810 the defines DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES...
Hi
i am new with nRF52832. i am trying to run fatfs example program. But it shows Disk initialization failed. what is the reason for it?.
i am using segger embedded studio...
Hi,
I'm using SDK 15.2 & trying to combine hid keyboard with custom gatt service, but it was not advertising. When I debug, it got stuck on the line below with error code...
Hi.
I'd like to use nRF52840 in our project. Can I use the SoC and Zigbee SDK for commercial?
UPDATE!
Have I any limits if I will use SOC and Zigbee SDK for commercial...
Hello,
I follow " Configuring and performing DFU over Mesh" instraction and face with error after trying to transfer new app: "No response after opening COM port".
I do...
Hi,
I am trying to merge dfu with Beacon application. I have added all the required file in dfu example, but I am getting linker error for bsp.o file.
I am using sdk 14...
m_cb.adc_state is set to NRF_SAADC_STATE_CALIBRATION inside the function nrfx_saadc_calibrate_offset(), but the value is never changed to NRF_SAADC_STATE_IDLE, even is the...
Hello
I'm trying connect central to 4 peripheralPeripheral has 3 different customization services. When I connected to 4 peripheral, I encountered the problem of service...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
I want to place the section of the FLASH area arbitrarily. And, for example, I want to place the following...
There is now a TI CC2451 Bluetooth module as a reference. Using nRF connect to monitor the log content, it is found that when the mobile phone is connected to Bluetooth and...
Hi everyone, I have a question about GPIOTE.
What happens if for example, GPIOTE is used to configure a pin to detect a low to high transition, but the pin is already...
Hello
I have a problem with restarting advertising after disconnect event.
There are two scenarios:
In this case everything works fine:
I start advertising
...
Hello,
I started with the template app and tried to do two things on a nRF52832 using Segger Studio:
1) advertise custom service
2) use Application Timer and App Scheduler...