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...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
My application is based of the UART example, I have a repeating app timer that fires every 5 min's to do some tasks, I also utilise single fire timers (initiated for events...
Ok, so I am using nRF52DK and trying to figure out to how to send up to 6 packets of data from custom service that sends 6 16bit values per packet. When I send one packet...
Hello,
We have a custom boards that powers a NRF52840 module from a 1.8v voltage regulator coming from a 3.6v battery. We also connected the positive pole of the battery...
I am new to embedded development. How do i physically connect the sensor to the board?
Is it possible without any additional equipment? What is important regarding pins...
Hi,
We want to certify a product embedded nRF51822 chip, with BAS and IAS defined by Bluetooth SIG.
Requesting SIG certification for it of a certification body, we were...
Hi all,
getting burnt out from searching the fourms and finding dead ends or outdated answers so just posting a question quickly.
Somewhere along the line my nrf51DK has...
I am working on a product based on the nRF52832 (using the Rigado BMD-300 module) which is basically a data logger with a BLE connection for offload. I am running FreeRTOS...
Hello,
We have a custom board based on nRF52832.
there is 1 LED on P0.29:
#define LED_1 29
First I initialize the GPIO:
nrf_gpio_cfg_output(LED_1); // this lights...
When I complie this SDK using keil5, I got this error "Error #544: Required Software Pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0' is not installed'" How can I get...
red-contrib-nordic-thingy
Always getting "no thingy found" error from node-red in ubuntu. But i am able to use gatttool and able to get notifications from thingy on button...
I've noticed following line in SDK14.1 release notes:
`
Fixed a bug where nrf_log could crash when heavily loaded.
`
I'm using SDK13.1 in my current project...
I've recently jumped to nrf5 sdk v15.0 from v12.3 and met a problem in setting up a custom ble service. Actually the service itself is visible via nrfConnect andorid app,...
Hi,
How can I know the value of the interval and scan window for an nRF51 dongle? Is there any way to change these values? W hat is the valid range for both parameters ...
Dear Nordic Team,
Thanks for supporting.
Currently i am work with secure DFU as per this link: https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics...
Hi guys:
I was confused with the problem of "re-pair".
The condition is my device can only bond one phone (I was set the DEVICE_MANAGER_MAX_BONDS to 1).
Then I successful...