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
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
Dear, I have bought the nRF5340 DK. I have installed nRFConnector and Segger Studio. Now, I want to test Blinky project. I connected a USB cabel to USB connector which is...
I have a receiver , transmitter application. I use a custom board as transmitter. I would like to use pca10040 as receiver but currently i use it as debugger to my custom...
Hi,
Our company has produced a batch of BLE products, and the 10uH inductor model used above is SDFL2012S100KTF. The rated current is not as large as the current value...
Hi,
I close the uart log and open the rtt log
why uart log can be used still?
why rtt log display error state?
I set the log config like this:
I set the test...
hi
i have this error
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol app_timer_cnt_get (referred from max30105.o).
in this code part.
the example is...
I have a program that runs great on the dev kit, however after uploading the code to a custom board based on the nRF52810, it does not seem to run.
I upload the code by...
Hello,
I need to connect a custom I2C device to the nRF52-DK, and I am using the sdk v1.6.0-rc2.
I am new to this development environment and I don't know how to initialize...
What is the max nb of periodic advertisers that can synchronize to a single receiver?
The bt_le_per_adv_sync struct defines a uint16_t sync handle so I infer that at least...
I am using the following example to load the code with Segger debugger and it works.
nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_blinky_c\pca10040\s132\ses
Now...
I noticed that when a BLE client disconnects and then reconnects to the, instead of receiving all data arriving over the UART from nRF9160 to nRF52840, there is a delay of...
Is it possible to perform two TWI Consecutive reads without sending the stop bit in between?
Example: Read 1 Byte - represent length (xxx) of data to come with second read...
I am trying to build a project with Visual Studio Code that uses MCUBoot. I have created a new project based off of the "Hello World" sample, which runs on my nrf52840 without...
Hello,
I have created different characteristics with the CCC macro (BT_GATT_CCC) that share the same "Configuration changed callback" function.
Inside the function below...
Hi,
I am using the download client library (MFW 1.1.4 due to Verizon compatibility) and am noticing that the TLS handshake with my server only succeeds after the first few...
Hi,
I am trying to build the bluetooth sample peripheral_lbs from the nrfconnect sdk. I get the following errors:
/home/newtrax/workspace/sdk-nrf/samples/bluetooth/peripheral_lbs...