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...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
dev environment segger embedded studio with nrf5 sdk
I have separated my project source and the paths of nfr5 sdk the project have different folders for different drivers...
I'm using led1 alisa for indication that network core is runing. But if I compile program, variable is not initiated from DTS. It looks like compiler does not init dtLed variable...
Dear Nordic,
we are developing FW based on nRF52832, SDK 17.0.2. We have 2 devices: BLE Central with SD S332 and BLE Peripheral with SD S112. The Peripheral is basically...
Hi, I am working on an IoT project that will use lwm2m, I developed an event manager architecture using the helloworld example base. Now that I am starting to develop the...
Hi,
Is it possible to check somehow if a BLE packet has been transferred (or not) from a peripheral to the central device?
Through a succesful transmission flag or something...
Hi, I'm using nrf52832 custom board and 14.2 SDK, S132.
In my program I'm using SAADC, PWM, I2C along with softdevice and PID. my device is working fine for some time but...
Hi! I've noticed that softdevice S113 is Bluetooth 5.1 compliant , and that the nrf52 family chips are Bluetooth 5.2 compatible in terms of hardware. a. Is there any target...
fds_init fails for several valid reasons, but my issue is how to recover. This for me was triggered by a firmware upgrade overwriting the fds file area. This can trigger fds_init...
Hi, I learned how to replace the softdevice for a normal application. I've replaced 140 with 340 in my app. However I don't know to do that for the boolloader.
What I want...
Hi Nordic,
I want to control an LED with the nrf GPIO, the LED Anode is connected to VDD, through a resistor, and the cathode is connected to the GPIO. Under this configuration...
I want to use the nPM1100 to battery manage, and supply power to the nRF52xxx - along with a heavy duty load ***directly across the battery***, so that full battery voltage...
Hi,
I'm running the experimental example: 'ble_nfc_pairing_reference_pca10400_s132' using sdk17.0.2 (and 17.1.0).
After I installed the micro-ecc following the guide on...
Hello
I am evaluating design of wireless communication in power supply with nRF24L01P , and I have 4 questions.
1.I want to know the Mean Time Between Fails (MTBF) and...
I'm using softdevice s140.
My power comes from a CR2032 coin cell.
My board has a 1.8V LDO (Toshiba TCR3UM) because my temperature sensor is calibrated for 1.8V (TMP112B...