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...
Hello Developers,
Just started with the nrf51822 and managed to install:Keil 5.05, Segger J-link, nRFgo Studio 1.16 and the Master Control panel. I also loaded the SoftDevice...
Hi,
I'm knowing the device_firmware_updates project in SDK and I want to know whether I need to program the softdevice when I do the device firmware updates over UART?...
I am developing a windows application, using the MasterEmulator api.
I am discovering BLE devices with scan parameter Active and Passive.
The result is that most of the...
HI,
when I used nRF51822 for 2.4G transfer ,I found that RX can't receive data in some direction .Can TX use two antennas and matching networks to work alternately in order...
Hi all,
I am currently working on a BLE project based on the PCA10001 evaluation board. I am trying to follow the nRF51 application note. I have done everything that the...
Hi
I'm using the nRF51822 and custom a service.I add 4 characteristic in the service and all of them
config to indication type to send data.Everything is Ok and sending...
Hi
I'm just starting with all this. My set up is a nRFgo motherboard with a nRF51422 DK attached (PCA10007).
I've installed all the tools of the toolchain as stated in...
I've just flashed the softdevice 5.2.1 and BLE Proximity sample app to my nRF51822. I presume any previous bond state on the device should have been wiped by doing this. ...
It would be nice if you could update Application Note 29 ("Development with GCC and Eclipse") for the nRF51822 to include instructions for Mac OS X.
I don't think it's...
Hello,
I developed a BLE based application using nRF51822 softdevice S110.
This application is very low consumption.
The device connects every 60 seconds, and can send...
I try SDK hid mouse example this days, In SDK v4.2.2 it does not work sometimes when I press button 0~3 ,and some times the mouse arrow move slowly when I press the button...
Hi,
I'm trying to make the nRF module work with an older IO demo board. Does the flexible GPIO system via pin crossbar allow you to modify the pin assignments of the SWDIO...
I what to send button data , how to construct button data array :
uint8_t buffer[INPUT_REP_BUTTONS_LEN]; in function ble_hids_inp_rep_send() ?
In SDK mouse demo I can...
I want to add to lbs service battery service(bas) as well. One of the changes is in the advertising_init() function:
static void advertising_init(void)
{
uint32_t...