Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi DevZone
I want to make a little beacon app, that advertises on channel 37 then waits 700 ms, advertises on channel 38, waits 700 and advertises on channel 39.
The below...
HI,
I wan't to read sensor data from ADC. So i use nrf_drv_saadc_sample() .
On Arduinos i usually call value = analogRead() and after that i process the data. But here the...
Hello,
We need to add custom data to advertise packet. As I understand we can use Manufacturer Specific Data. But to do this we need to get our Manufacturer ID from Bluetooth...
I have the following code for a custom service UUID and a custom 128 bit characteristic ID. I get a error of no memory available in our_char_init while adding the 128 bit...
Hi,
We bought a mac bd addr pool from IEEE
Where is the best way to store this mac adress during production ?
We guess the type will be: BLE_GAP_ADDR_TYPE_PUBLIC
Do...
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi. I'm using nRF51822, SDK12.2.0, S130.
I finally compiled bootloader_secure which was very hard.
Q1. After run bootloader, I can find the device using DFU "DfuTarg"...
Hi ,
I am trying to use the new softdevice SD130 V2.0.0 and have not had any luck when using the most recent version of SD130. I ran the same application with SD130 V1...
I've nrf51dk development board. It has nrf51422QFACA10 chip and has 32kB ram and 256kB flash. I downloaded sdk V11 and programmed ble_app_beacon_s130_pca10028. It worked fine...
I try to move my project from Keil to GCC but I get some different behavior. To show the difference I use examples/ble_peripheral/ble_app_uart
The part of the code below...
I have purchased a nRF52 DK and want to use it by emulating an ANT+ Stride Based Speed and Distance (foot pod) and pair that with my Garmin FR235 running watch in order to...
Environment:
Segger Embedded Studio
nRf51 Developementkit using jLink OB firmware
S130
We're using the \nRF5_SDK_12.2.0_f012efa\examples\ble_peripheral\ble_app_template...
I'm trying to enable interrupt for radio events.
I have this code in main:
bsp_board_leds_init();
(...)
NRF_RADIO->INTENSET = 1 << RADIO_INTENSET_READY_Pos;
NRF_RADIO...
Hi!
I would like to create a RTC for stamping log messages, with 1ms resolution and including time from year to millisecond, like: YYYY-MM-DD HH:MM:SS.mmm.
What would...
Hi ,I'm trying to program Qtouch with nrf51822, and i have a question : is there any libraries i can use for my Qtouch in nrf51822 ?
i'm using QTouch :Atmel- AT42QT1070
...