Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hey
I am working on mesh networking (light switch program). I would like to make a connection between client and server without involving provisioner based on the RSSI value...
Hi,
I specially bought more than 20 nrf52832 modules, and I want to build a bluetooth network (star network) for one-to-many communication. We have an application that requires...
Hi all,
I have an issue when trying to use the fstorage without the SoftDevice. The documentation explains that it is possible to use the FStorage without SoftDevice if...
Hello,
I have nrf52832 development board with PCA10040 version 1.1.1. I can build my code correctly and I can erase my chip from Keil uvision but when I try to download...
Hi,
I am trying to interface OLED(SSD1306 driver) module/break-out with nRF52840 D.K, PCA10056 1.0.0 but it's showing some noise/dots/garbage. Code: nRF5_SDK_15.2.0_9412b96...
Hi all. I want to add ssd1306 controlled OLED display with SPI to my project how i can hook up u8g2 library or another library for OLED display to nRF52832.
My application requires ultra-low power consumption, hence the nRF52810 will operate in low power - RTC running from LFRC clock, full RAM retention (1.5uA current spec'd)...
Hi,
I really would like to be able interface with the modem at the lowest possible level. I got the bsdlib working.
I use the following procedure to send AT commands and...
Hi Nordic,
We are having a Finger Wearable Unit(FWU) based on nRF52832.We are using JLINK Base Debugger to debug the FWU.We are able to debug and get the debug logs when...
Hi. I have built an ble application which runs on the nrf52832 with softdevice S132 V 6.0.0. In addition to the application and the softdevice I program a bootloader on the...
Hello,
I am learning bluetooth mesh with Light switch demo example. I have downloaded the folder "nRF5-SDK-for-Mesh-master" from the link "https://github.com/NordicSemiconductor...
Hello all!
We have custom HID with multitouch BLE device. We took HID descriptor from USB where this works pretty good, ported it to BLE and it seems not working as expected...
I just upgraded to nRF Sniffer V2.0
The Time column of Wireshark shows wrong values for short delta times. Is is set to "seconds to previous packet"
My advertiser runs...
Dears,
I have a problem with the ble_ant_app_hrm in the examples (multiprotocol). I am using a pca10040 demo board with sdk 14.2 with IDE SES on a MacOS
I have flash...