Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
hi, i gonna make a single wireless communication between nRF51822 chip and smartphone(nRF Toolbox) .
i can download some refernece layout of nRF51822 chip but there isn...
To adding more 128 bit UUIDs, more services, and more characteristic.
vs_uuid_count is the number of 128 bit UUIDs.
But I figured out the attr_tab_size only by increasing...
Hi there!
I want to send a float from nRF51822 to MCP App. I use this code:
float m_temperature = 26.3f;
uint8_array_t temperature_data_array;
temperature_data_array...
Hi everyone,
I was wondering if there are any issues turning on and off the ANT transmitting channel during run-time of nRF51422 with this:
err_code = sd_ant_channel_close...
I want to use master spi mode ,but when I build the file,it is always error.I operate like this ,First I open the project in ble_peripheral\ble_app_hrs\pca10040\s132\arm5_no_packs...
"Hi Guys, my nRF8001 BLE is working perfectly, But recently i was performing regression testing to check BLE connection, their i faced one issue after 10 minutes from nRF8001...
I am using SDK11 on a nRF52 board. I had some success in DFU, but also had issues.
Was able to upload the bootloader successfully using Master control panel. But it always...
I use the nRF52832 IC of WLCSP package.
In addition, it sets as follows:
{.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2, \
.xtal_accuracy...
Hi all,
I have a firmware in which I want to use BLE and ANT communication (with Softdevice S310) to send and receive commands from other Nordic devices or smartphones...
Hi,
I modified the code from the tutorial at devzone.nordicsemi.com/.../ to send measurements from my RHT sensor but encountered some basic difficulties. After fitting...
Hi,
I would like to know what the approximate Flash memory and RAM usage by nRF51 chipset would be when using the BLE communication (Let's say I want to send and receive...
Hi everyone
I am working with nRF52 (SD132). I am considering the ble_app_uart example and I'm trying to modify it by setting TIMER1 and TIMER2 peripherals to generate...
I'm trying to update the bootloader over the air, I succeeded to do so following the answer given here
it worked when I didn't change big things in the bootloader , but...
We have noticed that when our application is trying to call GATT disconnect while nRF master app is running, our app fails to disconnect. More over, when our app connects...