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...
Hy world,
I can update my device with FOTA, but the first time i do:
1 I put: "ble_default_bootloader.hex" on board;
2 i open nrfMasterControlPanel app
3 i write characteristic...
I have a feeling I am missing something completely obvious here. That said, this problem has cost me enough time today that I'm willing to risk embarrassment to see if someone...
I'm trying to implement a simultaneous broadcaster observer by calling ble_gap_adv_start() and sd_ble_gap_scan_start() and waiting for respective events.
If I call advertising...
Hello,
I'm trying to use Eclipse with a Nordic SDK (managed build mode) but it seems Eclipse (latest Mars edition) fails to invoke the assembler. Here is what I found in...
We are looking to use the DCDC to reduce the maximum current during radio operations, but minimize the overall current by enabling it as late as possible before radio use...
I have added button in my project and used bsp_init() to initialize it. All functions in bsp_init() returns NRF_SUCCESS but if I push my button even gpiote_event_handler(...
Hi Folks,
i have implementet a sleep mode by using only the RTC timer with the 32KHz OSC and the WFI instruction. The current consumtion is around 1.7µA (all peripherals...
Hello,
We have some problems with nRFgo Studio on the one of our computers.
Firstly, it takes a long time to flash firmware - about 15-20 seconds:
Secondly, we...
I have interfaced a vibration switch with nRF51822 Pin 19 using external pull-up. When there is no vibration the switch is either at open position or close position randomly...
UPDATED WITH IMPLEMENTATION
Is there a way to know what is triggering a chip boot :
Power off (battery replacement or deffective electrical connection)
The watch...
I have an old project I am trying to recompile for nrf51822 but have been programming with the most recent MDK on my station. The project is asking for old Device Family pack...
Hi all!
I just tried to compile the DFU example from the nRF51_SDK_7.1.0_372d17a and I keep getting the building error:
Referred Memory Range 'IRAM2' is undefined
...
Hello,
Does nRF51822 has a MAC adress when we buy it ?
If yes, is it possible to have two nrF51 with the same MAC adress ?
If yes, can we buy a MAC adress range and...
The new tutorial points to this github repository.
Then there is this instruction:
Download the NUS central example from github.
Open it in Keil by opening the file...