Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi to all!
I've developed a board with NRF8001 on it and it works fine. But I've noticed a strange behavior. I use a mobile phone with NRF master control panel to work...
Dear All,
I am making IR transmitter using nrf51 where IR codes saved in SD card using PWM library we can transmitt the code while BLE is working.
Is it possible that...
Hi,
I am working on some application in which i have combined multiple profiles in one code.
In this i don't want generic access and generic attribute profiles to be displayed...
Hello.
I am using RTT successfully with nrf52 and IAR. But the start address for the RTT control block is a moving target: it changes whenever my code changes. I want to...
The product specifications publication for the nRF51822 doesn't list a gull wing chip pinouts found on the PCA10028 found on the evaluation board, kinda wondering if there...
Can someone confirm that all that needs to be changed to make code run with the SD installed is to change the linker to link to 0x1C000 instead of 0x00000 ?
To test, I...
I am playing with nrf51 DK. I used the following sample code,
devzone.nordicsemi.com/.../
ble_app_template_with_pstorage_SDK_8_1_0.zip
I want to pstorage clear/store...
I'm having an issue with secure BLE pairing, and once the problem shows up, it will not go away until I reprogram the SoftDevice. It persists through resets, so it must be...
I am currently using the nrf52 device for an application where when user's of my devices come close to one another, they automatically start sharing state information. There...
Hello all,
I currently have a test rig with 3 sensors, each with their own pin and interrupt they are supposed to carry out. Whichever two I put first in my gpiote_init...
Dear all,
I'm using SDk130 and the Software is based on the ble_app_uart_c example.
Now I want to scan the advertising data from a peripheral (device name, peer address...
Hi all,
Will the Gazell protocol be available on the nRF52, or should I stick to an nRF51?
Also for a new product, is it better to use Gazell than ESB?
Thanks!
I am new to android studio. I downloaded git hup zip folder and also dfu folder. I unziped both in a same folder.
I opened the extracted folder using android studio. But...
Am using NRF52,S132 softdevice
devzone.nordicsemi.com/.../
I took the answer by Ole in the above question as my reference . According to this once I stop advertising...