Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
I would like to use the nRF24L01+ for a telemetry project that requires broadcast at 100% duty cycle at a fixed bitrate. Ideally, we could also use our own frame format. ...
I am trying to use whitelisting and a passkey to add security for my application. So far I have the passkey set up so that it is working on the master control panel on PC...
Dear sir.
From [nRF51_Series_Reference_manual], ADC maximum input voltage has two rules.
The ADC should not be exposed to higher voltage than 2.4 V on an AIN pin...
hi
i have one custom service that have 6 characteristics
when in android i want to write in one of characteristics it take about one sec .
is this for having 6 characteristic...
In the Androir master control panel app, in the scanner results there is a 'Type:' line for each device. Most of them around me say 'UNKNOWN' however some say 'BLE only'....
SDK 11.0.0, S132 v2.0.0, nRF52.
I have searched through the many questions already on the dev zone on this topic, but cannot solve my problem. I tried adding the dfu service...
hello all,
i am a begineer to nordic . i am trying to read adc PCF8591 value through TWI and i want to print the value in UART TERMINAL.
i have written the code. but...
Hi,
Im trying to connect ble_app_uart to my gsm module. For some reason program fails at runtime. I was expecting to find a filename and line number where the error has...
Hi,
nRF52 Board, S132. Now, I want 6 pwm, 6 adc .
nRF52 has 5Timers, Timer0-Timer4.
Now, I allocation these timers as follows:
//TIMER0 is used by softDevice
APP_PWM_INSTANCE...
Hi,
I want to access restricted peripheral: TIMER0.
After small research found that I should use sd_ wrappers, in my case sd_nvic_SetPendingIRQ(TIMER0_IRQn) however I...
Greetings,
I'm working with LPCOMP to detect a signal. This signal is the output of an opamp amplifier. What is happening is that when the LPCOMP is switched on there are...
Hi,
I am using SHT21 Temp sensor via TWI manager. As per the spec shown in the image
I have to add 20us delay between the sensor ACK and STOP command.
Is there any...
Hello, I have the Beacon Development board and the sample firmware downloaded and up and running in the Keil MDK IDE. My specific application requires some code to execute...
Hi,
i want to add a current time service to nRFgo. In particular for the glucose measurement profile.
Any suggestions for this???
I add manually the current timer service...
Custom nRF51822
SD130
SDK V11
So sometimes my disconnects seem to fail, the return code says success, but when I try to reconnect I get an error 18, NRF_ERROR_CONN_COUNT...