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 have the following code
// Initialize timer module, making it use the scheduler
APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE...
In the ANT Message Protocol doc, section 7.1.1.1, and in example code, the Device Number is treated as a uint16_t and shown as a two byte field in the flagged extended data...
Hi,
Will something interesting happen when the text segment on a nRF51 DK exceeds 64k? I am using Eclipse/gcc for developing, based on the tutorial provided by Nordic....
Hi,
I am developing a program on a Nordic nRF51 DK, using Eclipse/gcc, and am using J-Link RTT for a debug command line interface. This has worked very well for some time...
Hello,
I've been looking a bit into the nRF52 product specification and I was just wondering how powerful EasyDMA is under extreme conditions.
Let's assume the following...
I am currently working on a device using a nRF905. We want to use the device in Region 2 (USA).
This means that we need to use frequency hopping between 902 and 928 Mhz....
Hi,
I'm implementing a simple bootloader which will not use BLE.
Application will transfer the data from mobile devices using BLE and this data will be stored to...
I'm looking for a smart solution to connect my application to different ANT+ sensors and transmit a logfile to a mobilephone via BT (and receive notifications from mobile...
Hi~ Sir:
I test S120 connect with S110 have problem ,test methods are as follows
S120 connect with S110 ,function ok.
S110 Power Off and On, the interval time about...
Hello everybody,
I've been digging through the forum and the documentation for hours now. But to be honest I don't understand the whole timer thing.
I need a simple...
Hello,
while implementing a BLE link layer, I’ve stumbled over a race condition, where I have a problem to find the cause. Maybe someone of you have an idea, on how to...
I am reading data over the duration of 3 seconds on SPI, but while I'm doing that, I need to send that data over RF using microESB library.
I need to make sure the read...
I use the chip nrf51822, However, SDK8.1.0 example ble_app_uart is base on nrf51422, what I need to do? just replace bsp.c ? and which bsp.c file corresponds to the nrf51822...
I'm tring to build a FOTA broadcaster machine using a raspberry-pi with bluez. or any other Linux small linux embedded system.
The idea is that after testing the board...
I cannot program an external nRF51822 module(program old softdevice S110 6.0.0) with nRF51-DK p20 (SWD), it give message "invalid parameter error".
and i program the 51422DK...