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...
Dear Nordic Team,
Currently i am trying Beacon Observer,Please suggest sample code for my application. It is non connectable beacon. I am using SDK 11.0
Thanks in advance...
Hi all,
I would like to share a post about Zephyr and Nordic nrf5x.
Cheers,
Marcio Montenegro
[https://www.linkedin.com/pulse/bbc-microbit-meets-zephyr-marcio-montenegro...
Hi!,
I get this error when I try to compile the project:
Compiling file: ble_conn_state.c
Linking target: _build/nrf52832_xxaa.out
/usr/local/gcc-arm-none-eabi-4_9...
Hello,
I want to measure a frequency of a PWM signal like this:
GPIOTE-Event --> PPI --> Timer1-Capture-Task
So every time the event occurs, the counter value is...
good time dear Engineers!
I have to create the GATE IoT SERVER on nRF52, the features of the SERVER:
HOLD up to 3 CONNECTION to PERITHERAL
(3 sensors) while its...
Hi
I'm using nRF5_SDK_12.0.0_12f24da and s132_nrf52_3.0.0_softdevice to do the OTA. What I do as follow:
Generate public & private keys
nrfutil keys generate...
Hello,
I'm a beginner in Nordic ble.
I explain my question as following:
Currently, I'm using a platform integrating several ambient and motion sensors(Temperature...
We have designed a custom BLE module by taking the NRF51DK as the refernece.We have also given provision for the Antenna connector and the Antenna design is same as the one...
Hello,
We would like to extract the SoC to be used in our customized PCB design to communicate with a phone app via BLE. I wonder if there is a module that can be integrated...
I'm having an issue getting strings to print properly using the RTT and the logging module. Literal strings seem to work fine. I.E. the following works perfectly:
NRF_LOG_INFO...
Hello,
I am working on an nRF52 project that uses the SoftDevice S132 v3.0.0. The system supports BLE observer, BLE central, and ESB functions. BLE central and observer work...
Hello everybody,
I have a NRF51-DK board and I want to acquire some NRF24LE1 chips. I haven't used the NRF51-DK a lot but I have seen somewhere that it is possible to flash...
Hello Nordic,
I have a question: how do I send a message from a slave to a master? I want to do the same as sd_ant_acknowledge_message_tx, starting the communication from...
Hi,
I am using nRF51422 DK with S130 SoftDevice. I modified ble_app_uart example and I saw my board show in bluetooth setting of my android phone but dit not see anything...
Dear Nordic,
We have a very strange issue regarding NRF52 consumption.
We found that the NRF52 will continously consume 7mA even when we enter in sd_app_evt_wait().
After...