Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
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...