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...
Hi, nordic engineer:
Our project has a function, that is, BLE+Thread coexists. We hope that the mobile phone can upgrade the device through BLE. Can this idea be realized...
Hi All
Now I am testing the example code \examples\ble_peripheral\ble_app_uart with Nordic nRF Connect app on smart phone. i do a limit change in function uart_event_handle...
Hi,Master:
Platform: nrf52840
Bluetooth protocol stack: s140
When using qspi to communicate with external flash (communication speed 32M), occasional qspi communication...
Hi,
I have been working with different boards to implement different ML TensorFlow Lite samples in the 52840. I used Particle and Arduino BLE Sense.
All forks from the...
Hello,
I have programmed Fanstel BC832 module with S132 and ble_app_blinky example successfully and I can see the advertisement of BC832 on nRF Connect app. The thing is...
Hi,
I am trying to render some chinese strings on an OLED display. For this I would like to concatenate some strings using swprintf.
But when the replacement string contains...
Hi,
I am trying to flash my nrf52840 dongle via nrfconnect, but it doesn't work.
My project is based on BlueTooth and ZigBee connectivities, so I opened the programmer...
Hi there
I am currently trying to wakeup from system On mode using the DETECT signal and Port Event.
According to the product specification:
Trying to put the system...
Hello,
I'm using zephyr logging APIs to print to serial port. If I log too quickly the output is not correct. Running the code below I get
[00:00:00.626,464] <inf>[00...
Hi,
I am developing a new design using your nRF9160(using LTE ONLY targeted for the US /FCC) + NRF52840 ( using BLE ONLY)
I have noticed that in both the reference designs...
Hi,
We are using NRF52840 in our project. Here my doubt is we need to read the voltage from the sensor which will vary from 0 to 5 v .Can you plz tell me which example program...
Hi, I added the SAADC feature to a beacon project so I can measure the battery voltage. Interesting thing is that my readings always show around 100mV less then VDD voltage...
We are developing a small BLE device and want to make sure we follow reasonable security standards. What type of communication security would a typical device like headphones...
Hi,
I want to change the pin configuration for the uart2. I change it in the SES 's Project>Edit Device Tree .
However, if I change the tx pin to 0x0f , it cannot send...