Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi,
Does Central or Peripheral UART enable ACK/NACK in the code for BLE communication? How does Peripheral recognize if Central has received all the data ? Is there any...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,all. i use ble sniffer to capture data between my phone and device,that sniffer says:malformed packed and connect failure.What's wrong?
连接不上问题抓包01.png
Hi
I've noticed that the Generic Attribute Service in profile code developed with S110 is missing the READ property on the Service Changed characteristic. It has INDICATE...
Hi, I want to logg faults on my system so in the app_error_handler I want to store some data to flash. This location in flash is erased earlier when no error was present so...
Hi,
I would like to know the time it takes to send the three advertising messages in one advertising period (on channel 37,38,39). What is it? How do I measure it?
Can anyone post this file, or a link to it? I don't have Keil(using GCC with Eclipse) so I appear to be unable to intall the pack that contains this. I am trying to get the...
I want to use timer0 to get exact time delay (without soft device used).
Timer0 configuration is as
void timer0_initialization(void)
{
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;...
Hi,
At present time I perform many tests with power level and link stability. And noticed that if cover nRF base device with hand or put into pocket the disconnection with...
Hello,
Is there any way to configure the flash data default values during programming phase with Keil IDE?
In IAR, it is possible using a file ".s43" included in the...
Hello, I'm using the nRF51822_QFAA chip on a custom board, but the layout and parts are the same as on the nRF51822 USB dongle . I tried flashing the Board\pca10001\s110\ble_app_hrs...
I am using nRF8001 with EMF32.
inside hal_aci_tl_send function
C : 1, 14,
inside hal_aci_tl_event_get function
E : 3, 132, 128, 130,
It is looks like
Length == 3
...
Hi,
I am working on a small (1 inch square) bio-sensor project that needs Bluetooth capabilities. I like the nRF51822 and was looking into the dev board ( www.nordicsemi...
Hi
I am setting up a production programming script, and would like to know if it is possible to write short strings or numbers directly to flash. For example, i would like...
I use an ISP 130301 Development Kid for getting familiar with the nRF51822.
I flashed SD110 on the Demo Board with nRFgo Studio and compiled and loaded the proximity example...
Hi, I have a project where I need to communicate using UART BLE between nRF51822 and a PC ThinkPad with Windows 8 and embedded BLE4.0 hardware.
I have programmed the nRF51822...
I'm running into a hardfault. I perform some initialization and enter a main loop. At the end of the main loop, I put the soft device into sleep mode and wait for an interrupt...