Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
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...
Hi! Found in this post https://devzone.nordicsemi.com/f/nordic-q-a/43514/nrf9160-http-and-other-examples about http client example, and link to repo to examles. All libs is...
Just a heads up that the file nRF5_SDK_15.3.0_59ac345/external/micro-ecc/build.sh in SDK 15.3.0 has Windows line endings and thus can't be executed in a terminal:
$./build_all...
Hello,
We are using an nRF52832 (silicon REV C) microcontroller and we see periodic current spikes in between BLE advertisements... our power consumption is higher than...
Hey, I use nrf52 dk with nrf5 usb dongle. I am using this ble_app_uart__saadc_timer_driven__scan_mode example, I think it is working just fine, but the values are in hex-format...
i am not able display uuid, major,minor values and company identifier(so that we can change the beacon identification to ibeacon) using Ble_app_proximity example. please say...
Does the current background DFU support (if not is there a plan to support) Bootloader and SoftDevice updates? It will be extremely useful to update the BL and SD through...
Hi,
i'm using nRF52832 there is easy way/tutorial/explanation how to make it to connect as a client to the mesh app mobile using ble_app_uart_coexist code?
Thx.
Sir,
Writing Android Software to receive bytes from one of your ble chips for the UART design. Editting nrF ToolBox app.
UARTService.java
onDeviceConnected(BlueTooth...
Development Software: SDK v15.3, IDE IAR v7.8, SoftDevice 6.1.1
Computer Platform: Windows
HW revisions: EYSHJNZWZ (nRF52832)
Hi,
My application requires SPI and...
Hello Team,
i am evaluating Custom software Codec inside nrf52840. need development help whether it supports custom codec or not? which bluetooth stack used for development...
I'm working on a NRF52832 project with SDK V15.2, using S132 Softdevice. before connecting, nrf_fstorage_write/nrf_fstorage_erase/sd_flash_write/sd_flash_page_erase all are...
Hi.
I am using SDK15.0.0.
I tested the RF communication through the ESB example.
And I have tested the BLE communication using the ble_app_hids_keyboard example. ...
Hello all
currently I am flashing the device using command line:
#erase chip nrfjprog --family NRF52 --recover #program softdevice nrfjprog --family NRF52 --program...