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.
...
We're developing a new device for a regulated market (medical). As such, we need to have control on what third-party software we're using, and how it is working. While starting...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hi All,
We have build a BLE beacon device based on the nrf52 chip. The device works fine but we would like to get a finer control over the TX power since it is used for...
compiled nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_rscs example but will fail on adding chararteristics in char_add() setup: SEGGER Embedded Studio for ARM Release...
Hi guys,
I am trying to use a TM2001 amplifier ( Taiwan Microelectronics, google returns the PDF) to amplify the signal from an nRF24L01P.
The TM2001 seems to accept a...
Hi.
I want to create Bluetooth mesh network and I need that each of device at first must be provisionee, but if in a minute it hasn't been added in a network by provisioner...
Hi
I was designing a custom board for nrf52832. The 32MHZ crsytal mentioned in the refrence design of nrf52832 is not available on digi key. So I am ordering the below given...
Hello,
I have a string data and I want to get a part of it which start for example with "hello" and I want to get 20 characters after "hello".
(for more details I'm using...
in the demo of EnOcean switch translator client,there is just enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject .is it use the same demo as client in the example of light...
Hi, I am using nrf SDK for mesh and try to add FreeRTOS , but after adding build failed because both has files with same name. Is it possible to work with FreeRTOS and nrf...
Hello;
I want to scan beacon devices (UUID infos) every second with Arduino Uno + nRF51822
I could not find a sample on the site. (Arduino Code)
Is it possible? Would...
I've gotten a good handle on how Gazell interacts with devices and the host, but I am running into an issue where there are higher rate of failures when using two devices...
I am using the proxy server and the proxy client example
Initially Proxy Client and Proxy Server are present in MESH network. Once the Proxy Client recycle the power ...
What was the reason for not making the context available for saadc-handlers?
Most handlers I stumbled on (twi and timer) either had a void* p_context or void* p_user_data...