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...
Hi, I'm looking for information about duration of peak current on BLE and NFC mode on nRF52840.
Do someone have any answers ?
I saw that peak current on NFC is 80mA max...
Hi
I am using SDK12 with NRF51822,
So far I haven’t initialized the sys_evt_handler ( softdevice_sys_evt_handler_set(sys_evt_dispatch) ) And my program works fine, ...
Hi,
Would you please tell me which timer had been used by ESB and app_timer_init() function?
Which register can I get the current timer count value of above timer?
...
Hi is there an available tutorial for adding multiple custom services for SDK v12 or SDK v15? I've managed to successfully create & use one custom service using bjornspockeli...
Hi,
I'm new to BLE mesh SDK and I'm trying to explore available feature.
I'm referring to Generic on/off application and I would like to increase/ change the advertisement...
Hello.
The other day, I purchased Nordic's BLE module and started developing a multirole program. The development environment is
・Use project:ble_app_multirole_lesc_s132_pca10040...
Hi Nordic team,
I have 2 nRF52 Development kits. I want to use one of them as sniffer.
Please let me know if this is possible.
If possible please let me know where can...
I am going through the latest version of the Getting Started Assistant on an x64 Ubuntu 18 machine, using the v.1.0.0 tagged SDK release. When I reach the step "The nRF Connect...
I would like to program my NRF52840 device using the Keil Ulink2/pro JTAG device.
I have been able to do a full chip erase using the Keil Ulink 2 device, but when I attempt...
Hi,
I'm using nrf52832 with s132, so I don't find any information about the current consumed by the device when I'm connected by Bluetooth. I use the driver st7735 and an...
How a device in mesh of ble controlled by internet.
I tested light on/off of mesh and it works fine.
but how can I control it from internet.
like with wifi or ethernet...
I'm trying to figure out how I can store a text file on the device and access it while the device is running. I'm having a hard time finding documentation on the best way...
We are using the nRF52840 SPIM0 to read 2048 bytes from an SPI slave. ( SES / SDK15.3 )
The nrf libraries only seem to support a maximum of 255 bytes, so we have compiler...