I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
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,
I am learning nRF52840 development and making a sensor device.
The datasheet of the nRF52840 chip says:
Regulated supply for external components up to 25 mA
...
Hi,
I'm working on a project with the Nordic nRF9160 Development Kit and am trying to send Bluetooth beacon data from the nRF52840 chip to the nRF9160 chip using UART and...
Hello,
I try to enable the LE Data Packet Length Extension. According to the available documentation, it should be as simple, as adding `CONFIG_BT_USER_DATA_LEN_UPDATE=y...
When loading empty software (zephyr based) into the nRF9151, the nRF9151 uses roughly 4mA and when erasing the IC, it uses 5.8mA.
Does zephyr not include a power down mode...
Hello!
I am porting a nRF Connect v2.9.0 application from a nRF52 to the nRF54L15.
We are using PPI/EGU to get exact measurements for some BLE radio events for some optimizations...
Hi,
We are developing application software on the nrf9161dk that uses the little FS file system running on external FLASH. Most of the application development has been completed...
Hi
I want to use P0.18 gpio as output pin and not as reset for nordic.
I am using ncs v2.0.0.
I have added
CONFIG_GPIO_AS_PINRESET =n in prj.conf
and when i...
Hello,
I have a Nordic Thingy:91, and I need to perform continuous wave (CW) transmission tests in LTE. To achieve this, I plan to develop custom firmware that alternates...
Hello Everyone,
We are working on a new product using the nrf52840 and OpenThread.Our current product uses the Azure IoT Hub and we were wondering if we could use the library...
Hi,
I defined __STACK_SIZE as compile/build flag. It has no effect according to GCC output after building is done.
Chip is nRF52840.
I tried to set fixed stack size...
Based on the message on the following page, nrfjprog has been deprecated and should no longer be used:
https://www.nordicsemi.com/Products/Development-tools/nRF-Command...
Hi,
I am nrf52dk/nRF52832 (512kB flash) nordic peripheral_lbs sample as a test environment for establishing OTA updates. In my product firmware, I am facing a situation...
Using nrf5340 with nrf7002 on a custom board, and trying to get a stable wifi operation (including in situations where the wifi AP availability will vary, as this is a mobile...