HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
I'm trying to implement DFU-OTA (Bluetooth transport) for our custom board and currently i'm facing problems in flashing the different elements (softdevice, bootloader, application...
I need to implement a PWM analyzer. I looked at the example in SDK 6 and it's fairly easy to follow. When I tried it, it doesn't look like GPIOTE handler gets called frequently...
I'm trying to backport the code form SDK 9.0 to SDK 7.2,
but i need to make sure that can be supported.
I found the "ATT-51", and there is a table about that,but the last...
ble_dtm.c has some bugs related to signed integer representation which prevent negative power (less than 0 dBm) from being requested in the vendor specific message.
...
Hi, all.
I'm using "SEGGER_RTT_printf" for debugging. Because have no uart port on my development board.
I want print double type variable like below.
double pi...
I am currently trying to communicate with a GPS module using the UART on an nRF51422 (using the Dynastream N548M5CB module). I am using SDK v9.0.0 and the FIFO version of...
Hi,
I want to send a continuous stream of data very quickly into the nRF51 through SPI and then dispatching it to a smartphone via BLE.
However I keep getting BLE no...
Hello
When i am in keil uvision 5.18 and use the pack installer all the examples using Softdevice S110 are gone in Keil. Is this a known issue and is there any way to solve...
I followed the instructions and comments in devzone.nordicsemi.com/.../ . I built a project around the ble_app_gls example (with a couple of minor changes such as using -DNRF_LOG_USES_RTT...
Hi, I would like to program nRF51822 flash over SWD interface. I have another micro LPC1100 series that has the flash image for RF51822 and connected to nRF51822 over SWDIO...
Hi,
It is written in the nf_drv_uart.h file for nrf_drv_uart_rx_abort() that
If Easy DMA is not used event will be
called from the function context. If
Easy DMA...
Dear All,
We work on the NRF52 CSP revB. We have a board with two external crystals (32MhZ and 32kHz).
When we use the example program with BLE and UART, it works great...
Hi,
How can i get time stamp from RTC1 timer? While i am using app_timer + Softdevice?
Or any other way
Thanks and Regards,just to get timestamps from timer?
Faizan...
Hi,
I added DFU function to the example of ble_app_hids_keyboard according to ble_app_hrs_dfu.uvproj.
Test environment: nrf51822_xxAA, SDK_v6_1_0 and S110_v7_1, before...