Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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 All,
I'm facing unstability in connecting my Central BLE device based on bluez to connect to Nordic Uart service based device.
For every 10th or 11th connection ...
When I use a power supply, (3.0Volts-60mA limitation) with the DevKit boards nRF51 or nRF52 the input voltage is clamped at around 2.0 V and the current is 60mA : the SoC...
Hello, kindly any one tell me how to run a beacon code in nordic Ev kit . I've been trying to make it work . What type of changes i need to do in the code .
Hi,
I want to migrate my firmware from nRF51422 and softdevice S310 to nRF52 and softdevice S332.
Please share migrating step if anyone knows.
For nRF52 and Stack S332...
Hi!
I have an application that was originally developed for the QFAA using the S310 softdevice (v1.0). During subsequent development, we ran out of RAM memory, so we got...
I am trying to figure out what is the best way to implement a TWI Slave functionality on the Nordic chips. The HW seems only to support the TWI Master.
Is the only way to...
I have a nRF51822-EK Evaluation Kit (PCA10001) that I am trying to run example code for OTA DFU on as detailed in the tutorial here:
devzone.nordicsemi.com/.../
I have...
Hi,
I am trying to fade out 5 LEDs over the course of 500ms simultaneously. I am using soft device s110 but am happy to pause everything for the half a second while the...
[Bug Report] Possible bug in nRF52832 engineering release B.
When LF XTAL oscillator is started, no event is generated.
NRF_CLOCK->LFCLKSRC = CLOCK_LFCLKSRC_SRC_Xtal;...
I've created a custom service for a demonstration. I can view the see the device in Master Control Panel and view notifications and write to a characteristic that is writeable...
Hello,
I have a question about RAM usage. If i use chip with 16kB RAM, and if i use s130 (which uses 10kB RAM) and bootloader (which uses 4kB of ram) i only get left with...
hi, i am getting start nrf 51822 BEL with ble_app_uart
as a first step, i just compile the one of the BLE example 'ble_app_urat" which is located in 'C:\Keil_v5\ARM\Device...
I have a project that uses the nRF51822_xxAA chip with a pull-up button connected to pin 9. Using a meter, I have verified that the pin drops low (0 V) when the button is...
Hi,
I'm reading temperature and humidity from 2 sensors in my system
At some point in time during a quick and dirt check the system has been proven working fine and...