hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Does anyone know how the raw data message is structured to enable GATT Proxy? Here is a screenshot from the app. I know one byte is used to indicate whether to enable or disable...
Hi,
actually I developed a system based on an nRF24AP2 able to read data coming from different HRM ANT+ sensors and transmit them via WiFi using ESP8266 that is acting as...
I have clock drift issue, should I calibrate anything? I test this simple code to get 1second or 100ms signal both of them are inaccurate.
here is my code for 100ms; I tested...
I'm trying a new device based upon the nrf52810 and it won't run past sd_softdevice_enable - it goes to the assembler window and halts. The device does have a 32kHz xtal and...
Hello,
I was reading some SDK 15.3 code, there's something like this:
__STATIC_INLINE void pwr_mgmt_sleep_init(void) { #ifdef SOFTDEVICE_PRESENT ASSERT(current_int_priority_get...
Hi all, I'm developing nRF52840-DK to use it as an central device.
Base example is usbd_ble_uart: I'm going to communicate with peripheral device using BLE, and control...
We have a product that uses the nRF52840. We have seen that very rarely, unexpected resets happen with the reason being OFF. We have yet to encounter this issue in a lab setting...
I'm using the SPI manager to talk to an ILI9342 graphics IC. I need to toggle an IO line during a transaction or in between transfers. For the first byte the line will be...
I am trying to enable DFU over USB with the nRF52480, while keeping the possibility for Serial communication. I got a working example with both separate, however when I try...
It's my mistakes.
1.I want to measure temperature from DS18B20,but I don't confirm the capable of the pin - P0.05.Because it's Analog ,but DS18B20 is Digital.
2.I set the...
Hello, I'm getting started with a nRF52832, I've got the SDK 16.0 installed and what I think are all the latest packs installed. I try to build the examples\ble_peripheral...
Hello everyone.
I'm trying out the "Zigbee Multi Sensor Example". infocenter.nordicsemi.com/.../zigbee_multi_sensor_example.html
I have 2 nRF52840 devices.
I wrote the...
When my program starts, I set up a watchdog timer for 100 milliseconds and I start a repeated app timer that runs every 90 milliseconds to feed the watchdog. I use the app...
I'm trying to send data via UART from a NUCLEO-F401RE to the nRF 52840 DK. But the data I send is not comming through correctly. For example when I send 3 the nRF prints 32...
I have an existing product to which I need to add SPI to get Wifi compatibility. Basically the Nrf52 is acting as central and passes BLE events on to an ESP32 with Arduino...