Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am working with a sensor which has a programmable configuration register. After changing this register, I have to reboot the sensor. To do this, I need to temporarily suspend...
Hi, I try to send data through SPIM to my panel(Sharp Memory LCM), and I success get the picture (only part of the picture).
The reason why is that function can only...
I have migrated to SDK 9.0 primarily to take advantage of some of the Advertising Mode functionality in Device Manager. While I was still in SDK 8.1, I had implemented functionality...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
I am using nrf51822 with s110 softdevice. My goal is to allow pairing and bonding to a single central device. Once its paired and bonded, it should not allow connection and...
In one of our projects the nrf51 shares the SPI to a device with an STM32 microchip. To be able to successfully share the SPI channel, I'd have to put the SPI pins of the...
Hi,
I am currently using nRF5_SDK version 11.0.0.
I have 2 nRF52832 development kits.
On the soft device side, i am using S132.
My understanding is that this (S132...
I want to make a blinky program from scratch and have no idea how to settup keil. I would prefer something step-by-step. I have been able to use the precompiled example, but...
Hi all!!!
I'm new in here.
I'm reading document with link: developer.nordicsemi.com/.../index.html
In Figure 1, I see a phare: "IoT Device". Is the "IoT Device" nRF5x...
Hello,
my setup is nrf51822, with SDK 10.
I try to create application to drive I2C components and I get compilations errors:
In function 'Hal_I2cInit':
../../../nrf5...
I notice that Gazell could only send 32 bytes per Payload in nRf51 series. So i wanted to know what can be the maximum speed i can attain using that payload.
Hi,
I would like to test the maximum efficency build, with settings like this :
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...