Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
I want to handle at command in main.c file. How can you do it?
For example, how can you send "AT+COPS?" and received return value?
I tested simple_at program below, but...
Hello, community.
I am finding a point calling ADC_IRQHandler to modify the event_handler but I can't find the point calling the function. Where is the caller on ADC_IRQHandler...
I find the documentation completely opaque as to the meaning and intended application of what FDS calls "Files" and "Records".
It seems that what FDS calls a "File" bears...
Using nRFgp tool read the image back from device and save to hex file. I erase the flash with another device and try to programme the hex file, nRFgo shows
Application...
Hi, I am using a nrf52832 (MBT42Q) chip in my system. Suppose I want to drive a servo motor 45 degree, then how can I do this with pwm or any other process. Please help me...
Hi,
The title summarizes the question. I don't understand the difference between the record key and the record ID.
The documentation doesn't really help me understand...
hello, I want an example that support both Bluetooth Low Energy and 2.4 GHz proprietary , when the BLE is free, it can send with 2.4 GHz proprietary
where can I get this...
Hello, community.
I wonder Bluetooth 5.0 on nRF528xx can be used for file transfer. Bluetooth 5.0 has maximum 2Mbps, I expect that there is no problem to tranfer files such...
Hi all,
I am not sure if I am on the right track by comparing CryptoCell & Optiga TrustX Platform but I couldn't understand the difference exactly. What I understand is...
I am working on developing a UART driver. I am looking for APIs that support this. I see 3 sets of implementation examples:
1. nrf_serial
2. nrf_drv_uart
3. nrfx_uart...
Hello everyone,
I need to take a complete NRF52832 project with code written without the help of an IDE (using GCC and a hand-made Linker script) and make it available...
Hello,
After decided and tried porting nrf_esb from the example code to my project, now I am stuck with changing the content of the payload.
I changed the payload using...
hi, nordic engineers Now I am using the meshSDKv3.1.0 ,nrf52832 . When i test the mesh serial module , it seems not so good, is it a problem? reference to the documents ,...
Hi there
I am currently trying to retain the RAM that is being used by the Softdevice. More precisely the attribute table so that its content does not need to be set after...
i am trying to connect multi peripherals to single "central" and i am using nrf52832 as central, I am using multi link central example for multiple connections but i am not...