If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
Hello everyone~
Although one TWIM interface of the nRF52832 can "interconnect up to 127 individually addressable devices", I still think that use different interface will...
Hello everybody.
I'm trying to modify the original firmware that comes with the nRF51822 to make it sweep all of the permitted levels of transmission power.
I was able...
Hello,
I want to read the temperature value continuously on mobile scanner app. I implemented the program as stated in BLE Characteristics beginner tutorial and I am using...
Hey guys,
I’m trying to come up with a way to know if an advertisement was received via BLE_GAP_EVT_SCAN_REQ_REPORT, but then not actually send the SCAN response. It’s...
Iam using softdivice 110 and sdk 10.0.0, iam using spi driver for interfacing with spi slave device(flash memory device). I need to send command and then receive the data...
Hi,
I am trying to implement an ECG measurement device. nRF52832 collects the sensor value through SPI and send it to smartphone using ble_app_uart code. I need to send...
as sd132v3.0.0 got some Exciting functions.
I tried to use in my production.
everything work fine, except for dfu.
Trouble is:
when i upgrade from softdevice 2.0.1...
Hi, I am working on reading battery voltage of nRF51822 Microcontroller.
I have used the openbecon(internet) code for ADC configuration and reading.
I am getting 28...
Hello,
I am trying to update temperature value through BLE characteristics example but while temperature update in following function I am getting error code 12291.
...
Hi i have to read some data from a temperature sensor.
twi_temp_read((int8_t *)&temperature);
this below what do?
temperature = ((temperature >> 12) & 0x000F) ...
Hi,
In SDK12_NRF52 custom project not work to me NRF_LOG_MODULE, I have this in main.c top:
#include <stdint.h>
#include <string.h>
#include "nordic_common.h"
#include...
MyZip (1).zip Hello,
I'm trying to run a ADC example for nRF51822 in Keil 5.21 MDK, but error is raised up.
I've done following before:
-installing all packs,
-tick...
Hi there,
Any help on setting up gcc compiller to use with bbc microbit? And a simple example?
I know I can use the mbed platform to program it (among others)... but...