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...
Hi,
I am transferring my nrf52832 project to nrf52810,and I have deploy the project according to the user guide (Transferring the project to nRF52810 hardware),
when I...
Hello everyone,
I'm developing an application for boards with NRF52832, Softdevice S132 3.00 and SDK 12.3.0.
The network architecture consists of:
one peripheral board...
I'm using my accelerometer's GPIO interrupt to wake up the MPU from PowerOFF mode and it works great. Now, I'm trying to use the same interrupts to wake it up from Sleep mode...
Hi,
I have migrated from SDK14.1 to SDK15.
One thing is embarrassing me.
I would like to modify the scan data as above, I do not know where I can fix it.
phy...
Hi,
I am using mbedos for a NRF42832 and am currently in the situation that I have to profile my code with gprof. Here comes the issue: the Nordic SDK uses explicit assembler...
this picture is from infocenter.nordicsemi.com/index.jsp
and this picture is from 《S132_SDS_v5.0.pdf》
in first picture the application base is 0x00020000 , in...
I've been instrumenting my Nordic app with RTT logging, which has been working great up until now. I use the deferred mode and use nrf_log_push() to queue all dynamic strings...
For the connection event collision, I have some doubts, I hope to get help in devzone
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.sds...
Hi, everyone,
We develop BLE project including DFU bootloader.
But to use the standard bootloader "as is" it is not possible for us. Due to this problem we must make some...
On Apple platforms, It's pretty easy to end up in a situation where there is bonding information on the Nordic but that information has been deleted from the host. All you...
Hello,
I am using sd_power_system_off(); sfunction to put the MCU in sleep mode. I have to wake up events. One is NFC and the other is GPIO. Both wake up functions works...
Hello all, Nordic Team
i've a question regarding the format of the nonce used within CryptoCell Library v0.9.0.a
What i've learned so far is, that CRYS_AESCCMstar requires...
Hi
Is there any ready-to-use SDK example that demonstrates how the 2MPHY functionality is exercised on the nrf52810? We have gone through SDK15.0.0 but it appears that...
hello all,
i am developing with BLE_NUS.
i want to sent the string data on BLE using UART example.
string data length is over 300 bytes like belows.
55AA FFFF...
Hi guys
I am using SDK 13 and a nRF52, so on my application, I require a lot of RAM usage transfer small files in order of 10-30kB, is there way to see the RAM available...