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...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I am working with the nRF51 (PCA100028) dev kit and the nRF51822 beacon to monitor the RSSI of the beacon via the nRF51. To do so, I installed nRFconnect and Master Control...
On the product page: www.nordicsemi.com/.../nRF-Connect-for-desktop
The link from the ' Documentation ' tab is: infocenter.nordicsemi.com/.../nRF_Connect_intro.html
...
Hi,
I have done BLE tutorials [BLE Advertising, Ble Services and BLE Characteristics]
With my NRF51-DK was working perfectly the example of BLE Characteristics (with...
Hi,
I designed a pcb using nrf51 chip with some sensors,
this pcb should read ,every minutes, all values from sensors and saves them into the flash memory beside that...
Dear
Now, I need make one nrf52832 board as USB Dongle, it can be HID device by checked from PC.
And, nrf52832 should support esb protocol, now for esb, I know something...
hai
i was started a bluetooth based project. So i have started with a blend micro.But the range of communication was very short.So i have chosen ble nano with TX power...
Hi
I am calculating the power consumption using
devzone.nordicsemi.com/.../
But there is some point that I don't understand.
When the BLE event type is "Peripheral...
Hello,
the past week I am trying to make the bootloader_secure example work for a custom hardware with no luck. This whole procedure give birth however to several questions...
Hi
I am currently working on a BLE based hardware but I am a little confused about the terms such as service, characteristics... etc.
Let's say, I would like to control...
Hi,
I am using the following function to read the content of a register:
static ret_code_t read_reg(uint8_t slave_address, uint8_t register_address, uint8_t *value)...
Hi,
Could you please help me identify the file and function name that is used by the S130 softdevice to start HF clock automatically for ble advertising? I can see that Clock...
Hello again,
I'm working with the ble_app_hrs example application with DFU app support. I'm following the DFU procedure and I've reached the point where I actually start...
Hi everyone,
My idea is:
I have several nrf51822 ble devices and I want to connect them simultaneously one by one with gateway over IOT. I am using bluz gateway shield...
hi all,
I use nRF52 SDK11 with ble_app_beacon example.And write some code in main().
uint8_t buf_data[32];
unsigned char c_data[] = {"abcd"};
//unsigned char c_data...