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...
Hello guys,
everything worked fine for me (NRFConnect, Apps, CLI, Building with Segger Studio, Prgramming via NRFConnect Programmer, everything on Win10) but then I was...
Hi,
I am using nRF52832 DK for testing beaconing and TWIM and TWIS. I am using SDK 14.2.0 S132 v5.1.0.
But, the final product would be using nRF52810. So, will the code...
I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback...
Hi,
Is there a detailed analogue circuit model available for the GPIO pins on nRF52. Most of all, I am interested in the circuit model (or SPICE model) for the IO pin when...
Hi, I am currently working on calculating a Li-ion battery;s remaining capacity. As far as I know, I should read the raw value via SAADC. then convert the value back to voltage...
Hello, everybody
I got a problem that i add device name and advertising my specific data according to Beacon example in SDK 15.2.0, but the data order is not what i expected...
Hi,
DMX512 protocol is USITT(United States Institute for Theater Technology)Prescribed agreement
I want to follow this agreement to design
============ DMX512 protocol...
Working on nRF51822 QFAB custom board.
I loaded nRF51822 Beacon v1.1.1 Precompiled hex file in custom board.
Keil 5 Uvision iDE
Windows 7
But I loaded examples programs...
Hello,
I'm developing a solution based on nrf52832 that must be maintained for many years. I want to update my application but also softdevice.
I managed to implement...
Hi,
We are using nRF52832,want to configure non standard baud rate 5787 as per our client request,
Is there formula to calculate the error and reg values please advice...
The errata for the nRF52832 WLCSP states -4dB sensitivity hit using the DCDC converter and -2dB sensitivity hit using the LDO. Will this be fixed in the final revision of...
Hi,
I'm looking at the Generic Power OnOff model available in SDK For Mesh v3.1.0.
1. Why is there a `generic_ponoff_setup_server_status_publish()` when the setup server...
recently, I learn how to use the nrf52832 soc in pca10040 board, and want to use the sdk5_15.2.0 to test all the examples project from "peripheral" to "ble_peripheral".
...