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'm trying to do background transmission of an advertising packet using the timeslot API. I'm basing my code on the multi-role-conn-observer-advertiser example. My question...
Hi all,
I'm using the PCA10028 and S130 based on SDK9.0。Now I have save the device name(such as "My device") in the flash,so the 51822 can read the device name and update...
I would like to log the adc value on the RTT Viewer.
uint16_t adc_result; This is the variable, which I would like to log.
So after the measuring I call:
SEGGER_RTT_WriteString...
I did proper connection of lcd to nordic board. and did proper contrast setting.
But not able to display anything on lcd.
i am using JHD162A 16x2 lcd.
www.brodie...
Hi guys what's the latest revision of "nRF51822 Bluetooth Smart Beacon Kits"? that's the beacon with the battery, the revision is written on the envelope.
I thought it...
Hello everyone,
The more I learn, the more I learn how much more I have to learn.
I am pretty new to embedded systems development. I am tasked with developing an nRF52...
Hello,
I've had to redesign my bootloader and I am now stuck with a problem that I can not solve. I need to know the correct workflow for switching from bootloader to application...
I use the nrf51822QFAA, and s110 v8.0.0.
now I need update the application,i have the keil created hex file,
How can I create the ZIP file use the application hex file?...
I have built a PCB that includes the nRF51822. I have AIN7 reading an input voltage that I measure on my DMM at 269mV.
When I measure the voltage through the nRF51822's...
Hi, I have an application where I am recording button presses using a beacon-like implementation. The button presses represent start/finish events for a race and are communicated...
In my setup, i have a Node with SD130 as peripheral to Smartphone and as a central to a BLE peripheral.
I need to store some Unique ID about the Smart phone and a Peripheral...
I find out that
The s110 can only connect to a single
central, but is able to do
non-connectable advertising while in
that connection
by here
So is this...