Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
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...
ToSendTONordic.zip
Hi,
I am using s130-nrf51822xxa. I tried GPIOTE example and it works fine. I tried ble_uart example and it works.When I try to combine both of them...
As of API level 21 BluetoothGatt#requestMtu can be used to go beyond the limit of 23 bytes GATT_MTU_SIZE_DEFAULT. Will the SDK support such enhancements one day?
In BLE notification i am getting 31 byte data but it comes in two packets 20 byte + 11 bytes continually.How do i get last 11 byte data which comes in 2nd packets after 2s...
Hi,
i want to test the Server feature of the Master Control Panel 3.10.0 together with a nrf51 Dongle. By pressing start under File->Server setup the server starts, but...
Hi I have problem with LFCLK timer. In os_tick_init() in RTX_Conf_CM.c there is a loop and it won't end.
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0)
{
Do nothing.
...
gaps.zip
Hi,
I have a code that continuously toggles a pin(I use nrf_drv of gpiote+ppi+timer2 for this purpose and interrupt time = 30usec). I have basically taken the...
I know the things like the TWI allow you to send additional data when you instantiate a transacation. Is there any way to do a similar thing with UART?
I'd like to pass...
Hi
I'm using the PeerManager/FDS/FStorage in my project since a few months. We have this software running on real hardware and on simulated environments. While researching...
Hi NORIC's Engineers:
I am a handware engineer who is from Jetway company in China.
I am sorry for my english skill to descripe my questions about NFC antenna of nRF52832...
Hi!
I'm am working on a project where there I need to connect two nrf51 modules and a phone.
Say: Module A, module B and phone P.
The setup i a bit tricky to explain...
I want to use three ADC-inputs on my nRF51832 Engineering Sample B. I read that it is possible to define several ADC-Channels and if a ADC Sample is triggered all Channels...
Hello,
i have a characteristic kept in user space with VLOC_USER. It has read/write with response props and has auth permissions set, both for read and write.
In the...
'morning, I'd like to know how to wire a BMA250 to a nrf52832 please ?
Screenshots : (BMA250) http://prntscr.com/bil9ng
(nrf52832) http://prntscr.com/bil9uu
Thank...
Hi
I've discovered last week some unexpected resets by the watchdog. I guess I've the explanation and the workaround for the behavior, but it would be great to have this...