I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
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...
I am very new to the Embedded world and very confused about some stuff, I have searched the internet for 8 hours and then asked here.
I am being assigned to the task of...
Hi!
I'm developing application on nrf52832 development board which will be a work indicator - for office desk ;) Main idea is that i have client based on nRF MCU and desktop...
Hi, I am searching the nRF52810 product spec and see that with standard drive, maximum GPIO output current appears to be 4mA. However, this spec is given for when the output...
Hello, I am working on SDK 1.3.0, I have an NRF9160DK and I am migrating to a custom NRF9160, I would like to output the log by moving the pins of the UART. However, it is...
We have ported from SDK v15 to v15.3 but now have a problem getting the USBD to start.
Below is a sort of pseudo-copy of our USB init routine which is working for us on...
Hi,
On Nordic SDk 15.0, I have observed that USB CDC ACM Example is not working in interrupt mode on nrf52840 Evaluation kit.
But I have tested USB CDC ACM Example in...
I'm experimenting with nRF52840 DK
However, using break points in the main loop causes 'app_error_fault_handler'.
using the iar compiler. What's the cause?
Hi~
I have a question about the SAADC.BLE Connect Mode. When I turned on Saadc LP mode, the power dissipation was 0.02mA for single-channel sampling, but 0.5mA for dual...
Hi All,
I have looked through the devzone and cannot find a solution to this. I am using the nRF52832 SDK 15.2. Working with a BNO080 IMU over TWI.
I need to read more...
I have bought new thingy 91 from mouser. Com. I burnt the latest pre complied hex file for assist tracker. I am getting all data except gps.
it is not getting connected...
I have a custom firmware developed on a nrf52832 SoC. I would like to know if i could see nrf logs such as nrf_log_info and nrf_log_debug via bluetooth? if this is possible...
Hi!
I want to use a TensorFlow Lite for microcontrollers model in my existing project built on top of the nRF5 SDK. However, as outlined in the nrf-tensorflow example ,...
Hi ,
I has been using NRF9160's AT client mode to connect with CMW500, however I found some problem.
The following is the command log that I used to send via UART. However...
I'm working on code that needs to discover services on the central so I'm using ble_db_discovery_start. However, I notice that if the connection handle passed into this does...