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 there,
Is it possible to use TWI0 and SPI0 (or TWI1/SPI1) time multiplexed?
When enabling them both in sdk_config.h I get "Error: L6200E... IRQHandler multiply defined...
Hi guys,
I'm having some trouble with an spi flash memory (AT45DB081D) I interfaced on my nrf51 DK.
I used the spi master code of nRF5 v.12 SDK as base. I'm using gcc...
Hi,
I try to using nrfjprog to burn softdevice + bootloader + applacation, but it shows that application burn failed.
My SDK version is nRF5_SDK_12.2.0_f012efa and...
I'm using GCC 5.3 on Windows 10 64 bit. The linker is successfully opening nfc_t4t_lib_gcc.a, but is failing with undefined references to functions declared in nfc_t4t_lib...
Hello!
I have a device with custom nrf52832 board.
This device can beep using buzzer. Frequency of the sound is generated by pwm driver from SDK. I'm changing frequencies...
Hi, i read here, that softdevice 7 has a bug and the beacon firnware drawing too much current. I measured 1mA.
So, i looked out for a precompiled set that works fine.
I...
HI:
I am created my profile(but disable some serve), but it bonging failed, and program jump to 0x0000F04C~0x0000F056 loop.
The attach file is my profile sum.
#define...
hi,I got a very strange phenomenon when our board begin a mass production.Here is some details:
1.Our board use a 4.2v lithium battery;and we have downloaded our firmware...
Hi,
I'm using nRF5_SDK_12.2.0_f012efa and s132_nrf52_3.0.0_softdevice. We want to do the OTA on it. However, I found that there is no DFU service in the HRS example.If...
Hello,
I am using the uart example with modifications to add SAADC and TWIS. It woked well for a while but now it does not connect properly to my iPhone. I reverted to the...
I am developing Timeslot program with FreeRTOS. (on nRF51822)
timeslot's signal handler is
timeslot_signal_callback()
...
xQueueSendFromISR(s_timeslot_queue, &cmd, NULL...
BT 5.0 mention that:
Up to 8x the broadcasting message capacity over Bluetooth 4.2, with
support for larger data packets: 31-octet to 255-octet packages.
Do you have...
Hello,
Brand new bluetooth 5 standard allows to create data packets up to 255 octets.
So, does maximum size of advertising data in Nordic devices comaptible to bluetooth...