Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
Is there any example code in the Zephyr for operating as the Mesh provisioner/controller using the serial mesh interface on the nRF52840.
I am working on using the...
I'm having a peculiar problem with my device in a memory heavy application, two of my libraries use statically allocated memory and one uses what i allocate with mem_manager...
Hello.
I'm working for a Zigbee networking project.I chose nRF52840 as the coordinator.The coordinator acts as a gateway to communicate with Zigbee 3.0 devices on the market...
Hi. I am trying to add FDS to my application where I used freertos and ble. I tried few things always ending with hardfault, one time it was from Freertos scheduler and the...
Hi
I have a problem changing the max_rx_octets and max_tx_octets parameters with the sd_ble_gap_data_length_update function. On request from the app the size is attempted...
HI, we have updated our DK firmware (mfwnb1nrf9160030123prealpha) for nb-iot but after inserting the Vodafone (Ireland) V-Sim we only have a flashing LED 3.
nRF connect...
Hi all
Chapter 26.1.1 of the nRF51 series reference manual v3.0 states that the pins used by the SPI master have to be configured in the GPIO registers according to table...
Hi, I am interested to learn THINGY 52 working
I want to know how does the Thingy52 works?. any tutorial to explain the function of THINGY52
How to delete the boot loader...
Hi
The example in SDK15.2 for 52840 as a Beacon is not long range (I think).
Is there another example that will enable long range and also to enable connection?
While...
Hello,
I'm use laird BL651 with nRF52810 module. I flash the chip with beacon program from zephyr samples. I use Segger Studio.
The chip is discovered by smartphone (with...
Hi,
is it possible to scan 10000 beacon having adv interval of 10 seconds. is their any maths or formul we can do ?
i have set nrf52 to scan continuesly,
Hi,
There have 4 PWM sample code (low_power_pwm, pwm_driver, pwm_library and pwr_mgmt) in SDK 15.2.
I my use case is "Control 6 PWM output with different duty-cycle and...
We have written an application based on SDK V12.2.0 using S132_V3.1.0 for the nRF52832 and have been dealing with an issue where the module constantly enters a hardfault....
Let's suppose the PC (a laptop) goes to standby while a BLE connection is established with a Nordic dongle using pc-ble-driver v4.0.0:
- With SD API V2, status handler is...
Hi
I downloaded and successfully build and ran the asset tracker sample on the nRF9160 DK using segger embedded studio. In a first step I want to reroute the debug UART...