Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
Hi Forum,
I'm using SDK12 without ble. (peripherals/uart)
so, I can't pstorage or fstorage.
I want to write 4 bytes without erasing a page. And I want to update a value...
Hi. I'm using nRF52832, SDK13.0.0, S132.
When I make bootloader, I should make *.setting file for application.
Do i need *.setting file when I update just application...
Hi,
this is not a question about the nRF but about Android programming. Hope some of you can help me anyways. I modified the android part of the nRF Blinky example github...
Hi Nordic Team,
I saw some issue with Nrf connect on IOS.
First the App crash when i open it.
Second with IOS i can see some issue with pairing and bonding...
Hello,
I intended to implement an application without OS. Due to safety concerns I would like to have two call stacks : one for softdevice using MSP and the other for my...
After programming the Ble_app_uart to the nrf52832, I am sending a 100 Bytes of data from my UART Port to Nordic chip and this data is transferred over BLE to my Phone. I...
According to Table 19 in the nRF24L01+ datasheet, writing to any of the 32 command registers is "Executable in power down or standby modes only". This caveat is also repeated...
Basically I want to get a 8 byte long MIC when using the AES CCM encryption. From the product specification it does seem like I can only get a 4 byte MIC, is that correct...
Hello,
I try to flash my dev card nrf52 with the program ble_app_uart
Or a program ble by cons I can flasher by other program (pin change in), I do not know from where the...
I created an characteristic that has MAX_Length = 20 Bytes characteristic.
And When I'm trying to write less than 20bytes on this Characteristic, It Always send with 20Bytes...
Is it OK to send multiple packet continuously over nus at below way without waiting for packet transmit complete?
i=UserUart.RxBuf[1]+2;
index = 0;
while(i>0)
{...
Hi,
I'm using nrf51822 Ek kit and running ble_app_uart example,when i want to send any character or integer it Received like a string only,but i want to send only single...
Hi,
this question is more about iOS than nRF, but there's probably here some experience around this subject.
First the context : We have a product based on nRF51, S110...
I compile a .bin file for DFU. The bin file is 62020 bytes. I create the zip file for DFU, it is 62909 bytes.
If I extract the zip file, I get the bin file (62020 bytes...