I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
For nRF 51822 radio transmission, the payload packet is started at the NRF_RADIO->PACKETPTR. Then what is the packet size? is there any parameters to control the packet size...
I should have an own function wich is called upon after Port 3 goes low. I haven't succeeded yet using ppi channels. (I'm using the NRF51422)
For the moment the code is...
Hello folks ;
I'm new here and glad to have such kind people around to see helping those other developers ..
Here is my question
I'm using one of the NRF24L01 modules...
Hi,
I'm using the attached circuit and we recently took our product to FCC testing and failed the 2nd harmonic because we were transmitting too much power.
I'd like...
Hi All,
We have been working on Arduino Mega board with BLE shield. We want to get the address of the BLE shield and we are using aci library for that.
I found this...
I'm in the process of designing a consumer product using the nRF51822. I'm using the "square wave" antenna and matching circuit exactly as the are in the development kits...
Hello,
we are based in Germany and need a way to mass-programme the nrf51822 for production with our custom firmware+the softdevice.
Unfortunately we haven't found any...
Hi
I am writing an application that will have to switch the radio in between a number of different modes. (With/without AutoAck, and with/without dpl).
I have been looking...
Hello,
according to the documenation, the function sd_ant_burst_handler_request() can return with the error code NRF_ANT_ERROR_MESSAGE_SIZE_EXCEEDS_LIMIT. When will the...
Hi,
I was thinking if it is possible to use, per example HackRF greatscottgadgets.com/.../ , to tune the antena of the nRF15822 seeing if it is transmiting on the 2.4Ghz...
Hello,
We developed the energy harvest application equipment with the HRM1017 module.
The function is every simply as follows:
After initialization, CPU scans 4 I/O ports...
Hi,
I am searching for a way to disable then re-enable the BLE packet transmission on PTU.
This is for testing the A4WP conformance test PRU/PC/GR/Link.
"Disable the...
Hi,
I just got an Arduino and a BLE shield. I was following the Smart Starter Kit. The demo project have me errors, so I just started using the proximity example, and editing...