I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The manual for my Agilent N4010A Wireless Test Set talks about a BER test based on a "vendor specific loopback test mode". This mode would allow me to do BER measurements...
Hi there,
I am starting with nrf52 and SDK 9.0.2 and am struggling with the SDK structure.
Can anyone please explain the difference between
components/libraries/uart...
Hello, I have tried to combine saadc with softdevice, but having errors during compiling. I have copied .c and .h files from saadc example to ble_hrs example, but having following...
Hi,
I have a specific application/product where in I am planning to use Nordic nRF52832.
-> There is a 9 Axis Inertial Measurement Unit (accel/gyro/magnetometer) connected...
Hi!
I have been trying for over a year to figure this out, but I am unable to, and I would hope it be pretty straight forward since OTA is already in the Nordit Master Control...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
I have a device (configured as a slave) which is connected to a relay to on/off a motor.
Now, I need to connect it to multiple masters (e.g., couple of smartphones) to remotely...
Hello Guys,
I need suggestion regarding the selection of nrf8001 ble module
Does it support OTA updates?
What is communication interface? is it SPI or conventional...
Hi,
I want to discovery all attribute UUIDs as Master Control panel application does. I use API function 'sd_ble_gattc_primary_services_discover' to discovery.
Exactly...
Hi:
I develop my project with gazell, Device can keep send to host,but host can't keep send to device(I'm not mean for host sent ack to device).
In my program, I use "nrf_gzll_add_packet_to_tx_fifo...
In the nRF52 reference design, not using the DC-DC converter would result in higher power consumption. By how much? Any documentation regarding the details. Thanks
Hi all,
I am new in nRF51822. Today I am doing experiment using GPIO and radio transmission.
I wrote a very simple code as below:
int main(void)
{
init_clock();...
Hi, I've got a serious problem in my project. Some of its features require hard timings. The usage time of these features is longer than the single timeslot and I must be...
Hello guys, I'm doing a hobby project and can't seem to get it working. Aim of the project is to transmit temperature values from a DS18B20 using an Arduino Uno and NRF24l01...
I'm experimenting problems with a nRF51822 custom board. Recently I managed to run the blinky sample project. Now I'm trying to test a BLE project, but I'm having problems...