Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
Hello,
I am going to be heading to a certification house to run tests to pass for the CE mark for our product that we used the nrf51822 on. The BLE portion of our product...
Hi everyone,
I'm trying to establish throughput test using mtu_throughput example(central-peripheral) and 2 nrf52840's but I keep getting error when set phy to coded. Here...
Hello All,
I want to know if I can run all this protocol at once? if yes can I find an example or can you suggest me a guide? I know there are examples to use BLE and ANT...
Hello, I'm attempting to establish a data connection on the VZW network after uploading a VZW IMEI to the ODI portal. It appears there is no module available under the Nordic...
We are incorporating a filesystem for NAND flash driven by the NRF52, but we are running into performance issues using littlefs and want to do deeper troubleshooting. From...
Hi Everyone!
I really need some help. So I'm new to Nordic semiconductors and Segger Embedded Studio IDE. I purchased myself an nRF52832 breakout from sparksfun and nRF52832...
Hi,
I am trying to test the Amazon FreeRTOS BLE demo ( https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_nordic.html ).
I followed the instructions...
When I connected the development board with komoot (based on Android), komoot repeatedly disconnected again. The chip platform is nRF52832, and the protocol stack version...
Hi,
I try to rotate an image (180) with nrf_gfx_rotation_set(p_lcd, NRF_LCD_ROTATE_180). This only works once, but after, I want to return to the original position by re...
Hello
I am currently trying to get sensor values via SPI communication with mpu9250, a 9-axis sensor.
Although the following settings were made,acceleration,gyro,and...
Hi Sir,
I am going to the same phenomenon as below.
https://devzone.nordicsemi.com/f/nordic-q-a/45554/sdk-15-2-how-to-set-a-value-to-a-hid-feature-report
Can someone...
Eventually we got it working with the Master Control Panel again, but it will not work with our test software. I suspect a Window update change that affected links. Window7...
Hello,
I would like to implement a design using both the ESP32 Wi-Fi as well as the nRF52840 on the same PCB. As they both operate on the same 2.4GHz frequency and the antennas...
Hi,
I have used "write_handler(p_ble_evt->evt.gap_evt.conn_handle, p_rtc_service, p_evt_write->data[0]);" to send data to nrf52832 from mobile but iam able to send 1 byte...
Hello, I have 2 custom service running each with one characteristic. When data is written to the characteristic one (io_controle.c) the write event is triggered twice. The...